/external/chromium_org/android_webview/browser/ |
scoped_allow_wait_for_legacy_web_view_api.h | 17 base::ThreadRestrictions::ScopedAllowWait wait; member in class:ScopedAllowWaitForLegacyWebViewApi
|
/external/chromium_org/third_party/skia/src/utils/ |
SkCountdown.cpp | 26 void SkCountdown::wait() { function in class:SkCountdown 29 fReady.wait();
|
SkCondVar.cpp | 46 void SkCondVar::wait() { function in class:SkCondVar
|
/external/openssh/openbsd-compat/ |
bsd-nextstep.h | 41 /* Swap out NeXT's BSD wait() for a more POSIX complient one */ 43 #define wait(a) posix_wait(a) macro
|
/external/skia/dm/ |
DMTaskRunner.cpp | 19 void TaskRunner::wait() { function in class:DM::TaskRunner 20 // These wait calls block until the threadpool is done. We don't allow 21 // children to spawn new GPU tasks so we can wait for that first knowing 23 // and fMain can both add tasks to fMain, so we have to wait for that last. 24 fGpu.wait(); 25 fMain.wait();
|
/external/skia/src/utils/ |
SkCountdown.cpp | 26 void SkCountdown::wait() { function in class:SkCountdown 29 fReady.wait();
|
SkCondVar.cpp | 46 void SkCondVar::wait() { function in class:SkCondVar
|
/bionic/libc/bionic/ |
wait.cpp | 29 #include <sys/wait.h> 34 pid_t wait(int* status) { function
|
/external/chromium_org/tools/telemetry/telemetry/page/actions/ |
wait_unittest.py | 8 from telemetry.page.actions import wait namespace 21 i = wait.WaitAction({ 'condition': 'duration', 'seconds': 1 }) 28 wait_action = wait.WaitAction({
|
click_element_unittest.py | 7 from telemetry.page.actions import wait namespace 23 j = wait.WaitAction(data) 42 j = wait.WaitAction(data) 61 j = wait.WaitAction(data) 80 j = wait.WaitAction(data)
|
/bionic/libc/kernel/arch-arm/asm/ |
semaphore.h | 24 #include <linux/wait.h> 32 wait_queue_head_t wait; member in struct:semaphore 35 #define __SEMAPHORE_INIT(name, cnt) { .count = ATOMIC_INIT(cnt), .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), }
|
/bionic/libc/kernel/common/linux/ |
completion.h | 21 #include <linux/wait.h> 25 wait_queue_head_t wait; member in struct:completion 27 #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) }
|
/development/ndk/sources/android/libportable/arch-mips/ |
waitpid.c | 23 #include <sys/wait.h> 41 * The interpretation of status is documented in the wait(2) manual page 42 * and the implementation is in bionic/libc/include/sys/wait.h 76 pid_t WRAP(wait)(int *status) function 83 rv = REAL(wait)(status);
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
Barrier.java | 30 /**A very simple barrier wait. Once a thread has requested a 31 * wait on the barrier with waitForRelease, it cannot fool the 33 * the thread is blocked on the wait(). 55 wait(); method
|
/external/chromium_org/sandbox/win/src/ |
win2k_threadpool.h | 38 // Returns the total number of wait objects associated with 43 // record to keep track of a wait and its associated cookie. 46 HANDLE wait; member in struct:sandbox::Win2kThreadPool::PoolObject 48 // The list of pool wait objects. 51 // This lock protects the list of pool wait objects.
|
/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);
|
/frameworks/rs/ |
rsSignal.cpp | 72 bool Signal::wait(uint64_t timeout) { function in class:Signal
|
/hardware/samsung_slsi/exynos5/mobicore/daemon/Common/ |
CSemaphore.cpp | 55 void CSemaphore::wait() function in class:CSemaphore 67 bool CSemaphore::wait(int sec) function in class:CSemaphore
|
/packages/apps/Nfc/nci/jni/ |
CondVar.cpp | 69 ** Function: wait 71 ** Description: Block the caller and wait for a condition. 76 void CondVar::wait (Mutex& mutex) function in class:CondVar 81 ALOGE ("CondVar::wait: fail wait; error=0x%X", res); 88 ** Function: wait 90 ** Description: Block the caller and wait for a condition. 93 ** Returns: True if wait is successful; false if timeout occurs. 96 bool CondVar::wait (Mutex& mutex, long millisec) function in class:CondVar 103 ALOGE ("CondVar::wait: fail get time; errno=0x%X", errno) [all...] |
/prebuilts/ndk/4/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), }
|
/prebuilts/ndk/4/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) }
|
/prebuilts/ndk/4/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), }
|