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

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

Completed in 52 milliseconds