Searched refs:stopThread (Results 1 – 3 of 3) sorted by relevance
85 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()
21 public static native void stopThread(Thread t, Throwable thr); in stopThread() method in Threads