Searched refs:pleaseUnpark (Results 1 – 1 of 1) sorted by relevance
99 final CountDownLatch pleaseUnpark = new CountDownLatch(1); in testParkBeforeUnpark() local102 pleaseUnpark.countDown(); in testParkBeforeUnpark()106 await(pleaseUnpark); in testParkBeforeUnpark()133 final CountDownLatch pleaseUnpark = new CountDownLatch(1); in testParkAfterUnpark() local137 pleaseUnpark.countDown(); in testParkAfterUnpark()143 await(pleaseUnpark); in testParkAfterUnpark()