Home
last modified time | relevance | path

Searched refs:stopThread (Results 1 – 3 of 3) sorted by relevance

/art/test/1934-jvmti-signal-thread/src/art/
DTest1934.java85 Threads.stopThread(target, new Error("AWESOME")); in testStopBeforeStart()
135 Threads.stopThread(target, new Error("AWESOME")); in testStopWait()
191 () -> { Threads.stopThread(target, new Error("AWESOME")); }); in testStopInNative()
231 Threads.stopThread(target, new Error("AWESOME!")); in testStopRecur()
270 Threads.stopThread(target, new Error("AWESOME!")); in testStopSpinning()
DThreads.java21 public static native void stopThread(Thread t, Throwable thr); in stopThread() method in Threads
/art/test/jvmti-common/
DThreads.java21 public static native void stopThread(Thread t, Throwable thr); in stopThread() method in Threads