Home
last modified time | relevance | path

Searched defs:InterruptThread (Results 1 – 3 of 3) sorted by relevance

/art/openjdkjvmti/
Dti_thread.cc1124 jvmtiError ThreadUtil::InterruptThread(jvmtiEnv* env ATTRIBUTE_UNUSED, jthread thread) { in InterruptThread() function in openjdkjvmti::ThreadUtil
DOpenjdkJvmTi.cc194 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread) { in InterruptThread() function in openjdkjvmti::JvmtiFunctions
/art/openjdkjvmti/include/
Djvmti.h1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function