Home | History | Annotate | Download | only in locks

Lines Matching refs:blocker

38  * {@code blocker} object parameter. This object is recorded while
44 * {@code blocker} within a lock implementation is {@code this}.
150 * @param blocker the synchronization object responsible for this
154 public static void park(Object blocker) {
156 setBlocker(t, blocker);
188 * @param blocker the synchronization object responsible for this
193 public static void parkNanos(Object blocker, long nanos) {
196 setBlocker(t, blocker);
229 * @param blocker the synchronization object responsible for this
235 public static void parkUntil(Object blocker, long deadline) {
237 setBlocker(t, blocker);
243 * Returns the blocker object supplied to the most recent
247 * different blocker object.
250 * @return the blocker