Searched refs:waiter (Results 1 - 19 of 19) sorted by relevance

/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DWaitingThread.java65 private Thread waiter; field in class:WaitingThread
119 return this.waiter;
147 if (this.waiter != null) {
151 "\nwaiter: " + this.waiter);
157 this.waiter = Thread.currentThread();
170 this.waiter = null;
186 if (this.waiter == null) {
H A DConnPoolByRoute.java689 WaitingThread waiter = iwth.next();
691 waiter.wakeup();
/external/glide/library/src/main/java/com/bumptech/glide/request/
H A DRequestFutureTarget.java46 private final Waiter waiter; field in class:RequestFutureTarget
62 RequestFutureTarget(Handler mainHandler, int width, int height, boolean assertBackgroundThread, Waiter waiter) { argument
67 this.waiter = waiter;
83 waiter.notifyAll(this);
172 waiter.notifyAll(this);
183 waiter.notifyAll(this);
200 waiter.waitForTimeout(this, 0);
202 waiter.waitForTimeout(this, timeoutMillis);
/external/libchrome/base/synchronization/
H A Dwaitable_event.h111 // Signal the waiter to wake up.
115 // signaled at the same time. Now, each will wake only the first waiter in
118 // to dequeue the waiter from the other wait-list in time), two auto-resets
119 // will have happened, but only one waiter has been signaled!
155 bool Dequeue(Waiter* waiter, void* tag);
175 size_t count, Waiter* waiter);
179 void Enqueue(Waiter* waiter);
H A Dwaitable_event_posix.cc23 // waiter is either an async wait, in which case we have a Task and the
33 // firing a waiter and so we can store that pointer to find out which event
84 // This is a synchronous waiter. The thread is waiting on the given condition
267 // enqueued our waiter in them all.
323 size_t count, Waiter* waiter) {
335 const size_t r = EnqueueMany(waitables + 1, count - 1, waiter);
339 waitables[0].first->Enqueue(waiter);
377 // Try to wake a single waiter. Return true if one was woken. Called with lock
393 // Add a waiter to the list of those waiting. Called with lock held.
395 void WaitableEvent::Enqueue(Waiter* waiter) { argument
321 EnqueueMany(std::pair<WaitableEvent*, size_t>* waitables, size_t count, Waiter* waiter) argument
403 Dequeue(Waiter* waiter, void* tag) argument
[all...]
/external/dnsmasq/src/
H A Dlog.c385 struct timespec waiter; local
386 waiter.tv_sec = 0;
387 waiter.tv_nsec = 1000000 << (d - 1); /* 1 ms */
388 nanosleep(&waiter, NULL);
H A Dutil.c504 struct timespec waiter; local
507 waiter.tv_sec = 0;
508 waiter.tv_nsec = 10000;
509 nanosleep(&waiter, NULL);
/external/dng_sdk/source/
H A Ddng_pthread.cpp59 struct waiter { struct in namespace:__anon4669
60 struct waiter *prev;
61 struct waiter *next;
87 waiter *head_waiter; // List of threads waiting on this condition
88 waiter *tail_waiter; // Used to get FIFO, rather than LIFO, behavior for pthread_cond_signal
576 waiter this_wait;
578 int my_generation; // The broadcast generation this waiter is in
587 // Add this waiter to the end of the list.
593 // If the list was empty, set the head of the list to this waiter.
597 // Note which broadcast generation this waiter belong
[all...]
/external/guava/guava-tests/test/com/google/common/util/concurrent/
H A DAbstractServiceTest.java349 Thread waiter = new Thread() {
354 waiter.start();
358 waiter.join(LONG_TIMEOUT_MILLIS); // ensure that the await in the other thread is triggered
359 assertFalse(waiter.isAlive());
365 Thread waiter = new Thread() {
375 waiter.start();
381 waiter.join(LONG_TIMEOUT_MILLIS);
382 assertFalse(waiter.isAlive());
H A DFuturesTest.java1321 Future<V> waiter = executor.submit(new Callable<V>() {
1329 return waiter.get(timeout, unit);
/external/robolectric/v1/lib/main/
H A Dhttpclient-4.0.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/http/ org/apache/http/cookie/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.commons.httpclient_3.1.0.v201005080502.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 365 milliseconds