HomeSort by relevance Sort by last modified time
    Searched defs:notEmpty (Results 1 - 10 of 10) sorted by null

  /libcore/luni/src/main/java/java/util/concurrent/
LinkedBlockingDeque.java 129 private final Condition notEmpty = lock.newCondition();
197 notEmpty.signal();
216 notEmpty.signal();
460 notEmpty.await();
473 notEmpty.await();
490 nanos = notEmpty.awaitNanos(nanos);
508 nanos = notEmpty.awaitNanos(nanos);
    [all...]
LinkedBlockingQueue.java 127 private final Condition notEmpty = takeLock.newCondition();
143 notEmpty.signal();
413 notEmpty.await();
418 notEmpty.signal();
438 nanos = notEmpty.awaitNanos(nanos);
443 notEmpty.signal();
465 notEmpty.signal();
PriorityBlockingQueue.java 130 private final Condition notEmpty;
183 this.notEmpty = lock.newCondition();
206 this.notEmpty = lock.newCondition();
449 notEmpty.signal();
505 notEmpty.await();
519 nanos = notEmpty.awaitNanos(nanos);
ArrayBlockingQueue.java 83 private final Condition notEmpty;
139 notEmpty.signal();
226 notEmpty = lock.newCondition();
372 notEmpty.await();
387 nanos = notEmpty.awaitNanos(nanos);
    [all...]
  /external/smack/src/com/kenai/jbosh/
BOSHClient.java 189 private final Condition notEmpty = lock.newCondition();
507 notEmpty.signalAll();
708 notEmpty.signalAll();
    [all...]
  /frameworks/av/services/camera/libcameraservice/
Camera2Device.h 126 Condition notEmpty;
  /hardware/libhardware/tests/camera2/
camera2_utils.h 73 Condition notEmpty;
  /prebuilts/tools/common/m2/internal/commons-lang/commons-lang/2.4/
commons-lang-2.4.jar 
  /prebuilts/tools/common/netbeans-visual/
org-openide-util.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-nodeps.jar 

Completed in 136 milliseconds