Searched defs:InterruptThread (Results 1 – 3 of 3) sorted by relevance
/art/openjdkjvmti/ | ||
D | ti_thread.cc | 1124 jvmtiError ThreadUtil::InterruptThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in InterruptThread() function in openjdkjvmti::ThreadUtil |
D | OpenjdkJvmTi.cc | 194 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread() function in openjdkjvmti::JvmtiFunctions |
/art/openjdkjvmti/include/ | ||
D | jvmti.h | 1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function |