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

/libcore/luni/src/main/java/java/util/concurrent/locks/
H A DLockSupport.java53 * while (!canProceed()) { ... LockSupport.park(this); }}</pre>
76 * LockSupport.park(this);
88 * LockSupport.unpark(waiters.peek());
93 public class LockSupport { class
94 private LockSupport() {} // Cannot be instantiated. method in class:LockSupport

Completed in 40 milliseconds