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

/openjdk7/jdk/test/java/awt/font/Threads/
H A DFontThread.java47 InterruptThread ithread = new InterruptThread();
74 static class InterruptThread extends Thread { class in class:FontThread
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiEnv.cpp918 JvmtiEnv::InterruptThread(jthread thread) { function in class:JvmtiEnv
937 } /* end InterruptThread */
/openjdk7/jdk/src/share/javavm/export/
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);

Completed in 40 milliseconds