Searched defs:trip (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/util/
H A DTripwire.java43 * Tripwire.trip(getClass(), "{0} calling PrimitiveIterator.OfInt.nextInt()");
66 static void trip(Class<?> trippingClass, String msg) { method in class:Tripwire
/libcore/ojluni/src/main/java/java/util/stream/
H A DTripwire.java43 * Tripwire.trip(getClass(), "{0} calling Sink.OfInt.accept(Integer)");
66 static void trip(Class<?> trippingClass, String msg) { method in class:Tripwire
/libcore/luni/src/main/java/java/util/concurrent/
H A DCyclicBarrier.java130 private final Condition trip = lock.newCondition(); field in class:CyclicBarrier
146 * Updates state on barrier trip and wakes up everyone.
151 trip.signalAll();
164 trip.signalAll();
206 trip.await();
208 nanos = trip.awaitNanos(nanos);
238 * Creates a new {@code CyclicBarrier} that will trip when the
257 * Creates a new {@code CyclicBarrier} that will trip when the
270 * Returns the number of parties required to trip this barrier.
272 * @return the number of parties required to trip thi
[all...]

Completed in 176 milliseconds