Searched refs:pause (Results 1 – 12 of 12) sorted by relevance
145 ThreadPauser pause = new ThreadPauser();148 new RecurCount(5, pause),152 pause.waitForOtherThreadToPause();154 pause.wakeupOtherThread();
35 pause(); in run()73 public static native void pause(); in pause() method in Test1921
35 pause(); in run()73 public static native void pause(); in pause() method in Test1920
131 final ThreadPauser pause = new ThreadPauser();135 target.invoke(thiz, pause);142 pause.waitForOtherThreadToPause();149 pause.wakeupOtherThread();
114 final ThreadPauser pause = new ThreadPauser();118 target.invoke(thiz, pause);125 pause.waitForOtherThreadToPause();132 pause.wakeupOtherThread();
176 final ThreadPauser pause = new ThreadPauser();180 target.invoke(null, pause);187 pause.waitForOtherThreadToPause();195 pause.wakeupOtherThread();
173 final ThreadPauser pause = new ThreadPauser();177 target.invoke(null, pause);184 pause.waitForOtherThreadToPause();192 pause.wakeupOtherThread();
208 final ThreadPauser pause = new ThreadPauser(suspend); in runTestsOtherThread() local209 final Thread thr = new Thread(r1.apply(r2.apply(r3.apply(pause)))); in runTestsOtherThread()211 pause.waitForOtherThreadToPause(); in runTestsOtherThread()213 pause.wakeupOtherThread(); in runTestsOtherThread()
157 ScopedPause pause(this); in RunPhases() local162 ScopedPause pause(this); in RunPhases() local
132 ScopedPause pause(this); in RunPhases() local
221 ScopedPause pause(this, false); in RunPhases() local
2828 for (uint64_t pause : pause_times) { in LogGC() local2829 log_gc = log_gc || pause >= long_pause_log_threshold_; in LogGC()3455 collector::GarbageCollector::ScopedPause pause(gc, false); in PreGcVerification() local3523 collector::GarbageCollector::ScopedPause pause(gc, false); in PostGcVerification() local