Searched refs:theBlocker (Results 1 – 2 of 2) sorted by relevance
66 static Object theBlocker() { in theBlocker() method in LockSupportTest91 LockSupport.park(theBlocker()); in parkBlocker()99 LockSupport.parkUntil(theBlocker(), deadline(millis)); in parkUntilBlocker()104 LockSupport.parkNanos(theBlocker(), in parkNanosBlocker()339 if (x == theBlocker()) { // success in testGetBlocker()
42 static Object theBlocker() { in theBlocker() method in LockSupportTest67 LockSupport.park(theBlocker()); in parkBlocker()75 LockSupport.parkUntil(theBlocker(), deadline(millis)); in parkUntilBlocker()80 LockSupport.parkNanos(theBlocker(), in parkNanosBlocker()315 if (x == theBlocker()) { // success in testGetBlocker()