HomeSort by relevance Sort by last modified time
    Searched defs:wait (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /bionic/libc/unistd/
wait.c 28 #include <sys/wait.h>
34 pid_t wait( int* status ) function
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
BinarySemaphore.cpp 50 bool BinarySemaphore::wait(double absoluteTime) function in class:CoreIPC::BinarySemaphore
  /bionic/libc/kernel/arch-arm/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /bionic/libc/kernel/common/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /cts/tests/src/android/content/cts/
HighPriorityBroadcastReceiver.java 30 wait(); method
33 throw new RuntimeException("Got interrupted during wait()", e);
  /development/ndk/platforms/android-3/arch-arm/include/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /development/ndk/platforms/android-3/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /external/kernel-headers/original/linux/
completion.h 7 * Atomic wait-for-completion handler data structures.
11 #include <linux/wait.h>
15 wait_queue_head_t wait; member in struct:completion
19 { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
42 init_waitqueue_head(&x->wait);
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCCompletionEvent.h 44 void wait() function in class:WebCore::CCCompletionEvent
46 m_condition.wait(m_mutex);
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
BinarySemaphoreWin.cpp 46 bool BinarySemaphore::wait(double absoluteTime) function in class:CoreIPC::BinarySemaphore
50 // Consider the wait to have timed out, even if the event has already been signaled, to
62 // The wait timed out.
  /frameworks/base/libs/rs/
rsSignal.cpp 71 bool Signal::wait(uint64_t timeout) { function in class:Signal
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/asm/
semaphore.h 17 #include <linux/wait.h>
26 wait_queue_head_t wait; member in struct:semaphore
29 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
completion.h 15 #include <linux/wait.h>
19 wait_queue_head_t wait; member in struct:completion
22 #define COMPLETION_INITIALIZER(work) { 0, __WAIT_QUEUE_HEAD_INITIALIZER((work).wait) }

Completed in 3414 milliseconds

1 2 3 4 5 6 7 8 91011