Searched refs:wait (Results 1 - 25 of 708) sorted by relevance

1234567891011>>

/external/clang/test/Sema/
H A Dtransparent-union-pointer.c5 union wait *__uptr;
9 extern int wait (__WAIT_STATUS __stat_loc);
13 wait(&status);
/external/valgrind/main/gdbserver_tests/
H A DmcinvokeRU.stderrB.exp1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait
[all...]
H A DmcinvokeWS.stderrB.exp1 sending command v.wait 0 to pid ....
2 sending command v.wait 0 to pid ....
3 sending command v.wait 0 to pid ....
4 sending command v.wait 0 to pid ....
5 sending command v.wait 0 to pid ....
6 sending command v.wait 0 to pid ....
7 sending command v.wait 0 to pid ....
8 sending command v.wait 0 to pid ....
9 sending command v.wait 0 to pid ....
10 sending command v.wait
[all...]
H A DmcinvokeRU.stdoutB.exp2 gdbserver: continuing after wait ...
4 gdbserver: continuing after wait ...
6 gdbserver: continuing after wait ...
8 gdbserver: continuing after wait ...
10 gdbserver: continuing after wait ...
12 gdbserver: continuing after wait ...
14 gdbserver: continuing after wait ...
16 gdbserver: continuing after wait ...
18 gdbserver: continuing after wait ...
20 gdbserver: continuing after wait
[all...]
H A DmcinvokeWS.stdoutB.exp2 gdbserver: continuing after wait ...
4 gdbserver: continuing after wait ...
6 gdbserver: continuing after wait ...
8 gdbserver: continuing after wait ...
10 gdbserver: continuing after wait ...
12 gdbserver: continuing after wait ...
14 gdbserver: continuing after wait ...
16 gdbserver: continuing after wait ...
18 gdbserver: continuing after wait ...
20 gdbserver: continuing after wait
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DCondVar.h59 ** Function: wait
61 ** Description: Block the caller and wait for a condition.
66 void wait (Mutex& mutex);
71 ** Function: wait
73 ** Description: Block the caller and wait for a condition.
76 ** Returns: True if wait is successful; false if timeout occurs.
79 bool wait (Mutex& mutex, long millisec);
H A DSyncEvent.h63 ** Function: wait
65 ** Description: Block the thread and wait for the event to occur.
70 void wait () function in class:SyncEvent
72 mCondVar.wait (mMutex);
78 ** Function: wait
80 ** Description: Block the thread and wait for the event to occur.
83 ** Returns: True if wait is successful; false if timeout occurs.
86 bool wait (long millisec) function in class:SyncEvent
88 bool retVal = mCondVar.wait (mMutex, millisec);
/external/chromium_org/android_webview/browser/
H A Dscoped_allow_wait_for_legacy_web_view_api.h17 base::ThreadRestrictions::ScopedAllowWait wait; member in class:ScopedAllowWaitForLegacyWebViewApi
/external/skia/dm/
H A DDMTaskRunner.cpp19 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/chromium_org/third_party/skia/src/utils/
H A DSkCountdown.cpp26 void SkCountdown::wait() { function in class:SkCountdown
29 fReady.wait();
/external/openssh/openbsd-compat/
H A Dbsd-waitpid.c29 #include <sys/wait.h>
35 union wait statusp;
43 /* wait4() wants pid=0 for indiscriminate wait. */
/external/skia/src/utils/
H A DSkCountdown.cpp26 void SkCountdown::wait() { function in class:SkCountdown
29 fReady.wait();
/external/kernel-headers/original/linux/
H A Dkmod.h40 struct key *session_keyring, int wait);
43 call_usermodehelper(char *path, char **argv, char **envp, int wait) argument
45 return call_usermodehelper_keys(path, argv, envp, NULL, wait);
H A Dcompletion.h7 * 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);
H A Dwait.h11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
29 typedef int (*wait_queue_func_t)(wait_queue_t *wait, unsigned mode, int sync, void *key);
30 int default_wake_function(wait_queue_t *wait, unsigned mode, int sync, void *key);
47 wait_queue_t wait; member in struct:wait_bit_queue
103 * Used to distinguish between sync and async io wait context:
104 * sync i/o typically specifies a NULL wait queue entry or a wait
106 * aio specifies a wait queue entry with an async notification
109 #define is_sync_wait(wait) (!(wait) || ((wai
342 add_wait_queue_exclusive_locked(wait_queue_head_t *q, wait_queue_t * wait) argument
352 remove_wait_queue_locked(wait_queue_head_t *q, wait_queue_t * wait) argument
[all...]
/external/bison/lib/
H A Dwaitpid.c20 #include <sys/wait.h>
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.h45 lp_scene_dequeue(struct lp_scene_queue *queue, boolean wait);
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_scene_queue.h45 lp_scene_dequeue(struct lp_scene_queue *queue, boolean wait);
/external/chromium-trace/trace-viewer/third_party/pywebsocket/src/example/
H A Dbench_wsh.py52 wait = float(parts[0])
57 time.sleep(wait)
/external/chromium_org/sandbox/win/src/
H A Dsharedmem_ipc_client.cc70 DWORD wait = ::SignalObjectAndWait(channel[num].ping_event, local
73 if (WAIT_TIMEOUT == wait) {
78 wait = ::WaitForSingleObject(control_->server_alive, 0);
79 if (WAIT_TIMEOUT == wait) {
80 // Server seems still alive. We already signaled so here we just wait.
81 wait = ::WaitForSingleObject(channel[num].pong_event, kIPCWaitTimeOut1);
82 if (WAIT_OBJECT_0 == wait) {
85 } else if (WAIT_TIMEOUT == wait) {
98 } else if (WAIT_OBJECT_0 != wait) {
133 DWORD wait local
[all...]
H A Dwin2k_threadpool.cc18 // create a wait for a kernel object, with no timeout
38 HANDLE wait = it->wait; local
40 success &= (::UnregisterWaitEx(wait, INVALID_HANDLE_VALUE) != 0);
54 // Here we used to unregister all the pool wait handles. Now, following the
/external/chromium_org/base/process/
H A Dkill.h48 // entry structure, giving it the specified exit code. If |wait| is true, wait
51 BASE_EXPORT bool KillProcess(ProcessHandle process, int exit_code, bool wait);
62 bool wait);
77 // Send a kill signal to the process and then wait for the process to exit
83 // because the kernel is still cleaning it up, this will wait for the process
118 base::TimeDelta wait,
125 base::TimeDelta wait);
134 base::TimeDelta wait,
156 // wait fo
[all...]
/external/kernel-headers/original/asm-arm/
H A Dsemaphore.h9 #include <linux/wait.h>
18 wait_queue_head_t wait; member in struct:semaphore
24 .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait), \
37 init_waitqueue_head(&sem->wait);
/external/kernel-headers/original/asm-x86/
H A Dsemaphore_32.h41 #include <linux/wait.h>
47 wait_queue_head_t wait; member in struct:semaphore
55 .wait = __WAIT_QUEUE_HEAD_INITIALIZER((name).wait) \
73 init_waitqueue_head(&sem->wait);
/external/chromium_org/tools/telemetry/telemetry/page/actions/
H A Dwait_unittest.py8 from telemetry.page.actions import wait namespace
21 i = wait.WaitAction({ 'condition': 'duration', 'seconds': 1 })
28 wait_action = wait.WaitAction({

Completed in 1228 milliseconds

1234567891011>>