Home
last modified time | relevance | path

Searched refs:SleepForever (Results 1 – 5 of 5) sorted by relevance

/art/runtime/jni/
Djni_internal.cc3319 reinterpret_cast<jint (*)(JNIEnv*)>(SleepForever),
3320 reinterpret_cast<jclass (*)(JNIEnv*, const char*, jobject, const jbyte*, jsize)>(SleepForever),
3321 reinterpret_cast<jclass (*)(JNIEnv*, const char*)>(SleepForever),
3322 reinterpret_cast<jmethodID (*)(JNIEnv*, jobject)>(SleepForever),
3323 reinterpret_cast<jfieldID (*)(JNIEnv*, jobject)>(SleepForever),
3324 reinterpret_cast<jobject (*)(JNIEnv*, jclass, jmethodID, jboolean)>(SleepForever),
3325 reinterpret_cast<jclass (*)(JNIEnv*, jclass)>(SleepForever),
3326 reinterpret_cast<jboolean (*)(JNIEnv*, jclass, jclass)>(SleepForever),
3327 reinterpret_cast<jobject (*)(JNIEnv*, jclass, jfieldID, jboolean)>(SleepForever),
3328 reinterpret_cast<jint (*)(JNIEnv*, jthrowable)>(SleepForever),
[all …]
/art/test/2033-shutdown-mechanics/
Dnative_shutdown.cc59 SleepForever(); in Java_Main_monitorShutdown()
/art/libartbase/base/
Dutils.h116 NO_RETURN void SleepForever();
Dutils.cc342 void SleepForever() { in SleepForever() function
/art/runtime/base/
Dmutex.cc92 SleepForever(); in SleepIfRuntimeDeleted()