Searched refs:wait (Results 1 – 8 of 8) sorted by relevance
41 public final void wait() { in wait() method in Object42 wait(0, 0); in wait()45 public final void wait(long time) { in wait() method in Object46 wait(time, 0); in wait()49 public final native void wait(long time, int frac); in wait() method in Object
112 public TestResult doRun(Test suite, boolean wait) { in doRun() argument121 pause(wait); in doRun()125 protected void pause(boolean wait) { in pause() argument126 if (!wait) return; in pause()154 boolean wait= false; in start()158 wait= true; in start()172 return doRun(suite, wait); in start()
23 sleepy.wait(-500); in doit()36 sleepy.wait(delay); in doit()
2 doesn't cause the system to busy-wait.
53 wait(); in waitUntilFinished()
8 All functions here either complete quickly or are used to enter a wait10 these methods. This means that the GC will wait for these functions
151 mWaitOnMe.wait(9000); in run()
18 - transitions to native code or indefinite wait (e.g. monitor-enter)