Searched refs:InterruptThread (Results 1 – 2 of 2) sorted by relevance
1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env,1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function1840 return functions->InterruptThread(this, thread); in InterruptThread()
2117 JVMTI_FUNC_PTR(gdata->jvmti,InterruptThread) in doPendingTasks()2232 error = JVMTI_FUNC_PTR(gdata->jvmti,InterruptThread) in threadControl_interrupt()