Home | History | Annotate | Download | only in utils

Lines Matching refs:threads

18 #define LOG_TAG "libutils.threads"
20 #include <utils/threads.h>
188 // or other threads also need access.
289 #error "Threads not supported"
389 // implemented as inlines in threads.h
453 #error "Somebody forgot to implement threads for this platform."
464 // implemented as inlines in threads.h
481 // Number of waiting threads.
487 // Semaphore used to queue up threads waiting for the condition to
642 * Signal the condition variable, allowing all threads to continue.
644 * First we have to wake up all threads waiting on the semaphore, then
645 * we wait until all of the threads have actually been woken before
646 * releasing the internal mutex. This ensures that all threads are woken.
670 // Wait for all awakened threads to acquire the counting semaphore.
787 // Binder threads (and maybe others) rely on threadLoop
791 // This is because threads are essentially used like this: