Searched defs:InterruptThread (Results 1 - 4 of 4) sorted by relevance

/prebuilts/jdk/jdk8/darwin-x86/include/
H A Djvmti.h1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1839 jvmtiError InterruptThread(jthread thread) { function in struct:_jvmtiEnv
1840 return functions->InterruptThread(this, thread);
/prebuilts/jdk/jdk8/linux-x86/include/
H A Djvmti.h1036 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1839 jvmtiError InterruptThread(jthread thread) { function in struct:_jvmtiEnv
1840 return functions->InterruptThread(this, thread);
/prebuilts/jdk/jdk9/darwin-x86/include/
H A Djvmti.h1042 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1863 jvmtiError InterruptThread(jthread thread) { function in struct:_jvmtiEnv
1864 return functions->InterruptThread(this, thread);
/prebuilts/jdk/jdk9/linux-x86/include/
H A Djvmti.h1042 jvmtiError (JNICALL *InterruptThread) (jvmtiEnv* env, member in struct:jvmtiInterface_1_
1863 jvmtiError InterruptThread(jthread thread) { function in struct:_jvmtiEnv
1864 return functions->InterruptThread(this, thread);

Completed in 230 milliseconds