Searched refs:SleepForever (Results 1 – 5 of 5) sorted by relevance
/art/runtime/jni/ |
D | jni_internal.cc | 3319 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/ |
D | native_shutdown.cc | 59 SleepForever(); in Java_Main_monitorShutdown()
|
/art/libartbase/base/ |
D | utils.h | 116 NO_RETURN void SleepForever();
|
D | utils.cc | 342 void SleepForever() { in SleepForever() function
|
/art/runtime/base/ |
D | mutex.cc | 92 SleepForever(); in SleepIfRuntimeDeleted()
|