Searched refs:SVM_THREAD_INTERRUPTIBLE_BY_SIGNAL (Results 1 – 2 of 2) sorted by relevance
68 new_interrupted_status |= SVM_THREAD_INTERRUPTIBLE_BY_SIGNAL; in Java_java_lang_VMThread_sleep()282 if (old_interrupted_status & SVM_THREAD_INTERRUPTIBLE_BY_SIGNAL) in Java_java_lang_VMThread_nativeInterrupt()347 else if (old_interrupted_status & SVM_THREAD_INTERRUPTIBLE_BY_SIGNAL) in Java_java_lang_VMThread_nativeInterrupt()
101 #define SVM_THREAD_INTERRUPTIBLE_BY_SIGNAL 4 macro