Home
last modified time | relevance | path

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

/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env,
1839 jvmtiError InterruptThread(jthread thread) { in InterruptThread() function
1840 return functions->InterruptThread(this, thread); in InterruptThread()
/external/oj-libjdwp/src/share/back/
DthreadControl.c2117 JVMTI_FUNC_PTR(gdata->jvmti,InterruptThread) in doPendingTasks()
2232 error = JVMTI_FUNC_PTR(gdata->jvmti,InterruptThread) in threadControl_interrupt()