Searched defs:blocker (Results 1 – 8 of 8) sorted by relevance
187 public static void park(Object blocker) { in park()226 public static void parkNanos(Object blocker, long nanos) { in parkNanos()268 public static void parkUntil(Object blocker, long deadline) { in parkUntil()
362 private volatile sun.nio.ch.Interruptible blocker; field in Thread
282 private volatile Interruptible blocker; field in Thread
1166 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local
1196 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local
1144 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local
1174 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local
3424 public static void managedBlock(ManagedBlocker blocker) in managedBlock()