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

  /external/skia/src/gpu/vk/
GrVkSemaphore.h 53 bool shouldWait() const {
  /external/skqp/src/gpu/vk/
GrVkSemaphore.h 53 bool shouldWait() const {
  /external/guava/guava-tests/test/com/google/common/cache/
CacheBuilderTest.java 387 final AtomicBoolean shouldWait = new AtomicBoolean(false);
391 if (shouldWait.get()) {
406 shouldWait.set(true);
615 private final AtomicBoolean shouldWait;
618 DelayingIdentityLoader(AtomicBoolean shouldWait, CountDownLatch delayLatch) {
619 this.shouldWait = shouldWait;
624 if (shouldWait.get()) {
  /external/guava/guava-tests/test/com/google/common/util/concurrent/
AbstractScheduledServiceTest.java 338 final AtomicBoolean shouldWait = new AtomicBoolean(true);
342 if (shouldWait.get()) {
358 shouldWait.set(false);
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 242 milliseconds