Home
last modified time | relevance | path

Searched refs:InterruptThread (Results 1 – 2 of 2) sorted by relevance

/art/runtime/openjdkjvmti/include/
Djvmti.h1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env,
1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function
1840 return functions->InterruptThread(this, thread); in InterruptThread()
/art/runtime/openjdkjvmti/
DOpenjdkJvmTi.cc182 static jvmtiError InterruptThread(jvmtiEnv* env, jthread thread ATTRIBUTE_UNUSED) { in InterruptThread() function in openjdkjvmti::JvmtiFunctions
1754 JvmtiFunctions::InterruptThread,