Searched defs:blocker (Results 1 – 7 of 7) sorted by relevance
160 public static void setCurrentBlocker(Object blocker) { in setCurrentBlocker()161 U.putReferenceOpaque(Thread.currentThread(), PARKBLOCKER, blocker); in setCurrentBlocker() local208 public static void park(Object blocker) { in park()248 public static void parkNanos(Object blocker, long nanos) { in parkNanos()290 public static void parkUntil(Object blocker, long deadline) { in parkUntil()
362 private volatile sun.nio.ch.Interruptible blocker; field in Thread
280 private volatile Interruptible blocker; field in Thread
1144 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local
1174 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local
1166 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local
1196 Runnable blocker = new CheckedRunnable() { in testSaturatedExecute2() local