Searched refs:theBlocker (Results 1 – 1 of 1) sorted by relevance
24 static Object theBlocker() { in theBlocker() method in LockSupportTest49 LockSupport.park(theBlocker()); in parkBlocker()57 LockSupport.parkUntil(theBlocker(), deadline(millis)); in parkUntilBlocker()62 LockSupport.parkNanos(theBlocker(), in parkNanosBlocker()297 if (x == theBlocker()) { // success in testGetBlocker()