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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
wait.h 1 #include <sys/wait.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
wait.h 1 #include <sys/wait.h>
  /external/clang/test/Sema/
transparent-union-pointer.c 5 union wait *__uptr;
9 extern int wait (__WAIT_STATUS __stat_loc);
13 wait(&status);
  /dalvik/dx/tests/089-dex-define-object/
Object.java 41 public final void wait() { method in class:Object
42 wait(0, 0);
45 public final void wait(long time) { method in class:Object
46 wait(time, 0); method
49 public final native void wait(long time, int frac); method in class:Object
  /external/valgrind/main/gdbserver_tests/
mcinvokeRU.stderrB.exp 1 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 0 to pid ...
    [all...]
mcinvokeWS.stderrB.exp 1 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 0 to pid ...
    [all...]
mcinvokeRU.stdoutB.exp 2 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...]
mcinvokeWS.stdoutB.exp 2 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/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/WebKit/public/platform/
WebWaitableEvent.h 39 // wait until another thread to finish some work.
45 virtual void wait() = 0;
47 // Puts the event in the signaled state. Causing any thread blocked on Wait
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
CondVar.h 59 ** 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);
SyncEvent.h 63 ** 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/strace/test/
fork.c 3 #include <sys/wait.h>
10 wait(0);
vfork.c 3 #include <sys/wait.h>
10 wait(0);
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Common/
CSemaphore.h 53 void wait(void);
54 bool wait(int sec);
  /packages/apps/Nfc/nci/jni/
CondVar.h 55 ** Function: wait
57 ** Description: Block the caller and wait for a condition.
62 void wait (Mutex& mutex);
67 ** Function: wait
69 ** Description: Block the caller and wait for a condition.
72 ** Returns: True if wait is successful; false if timeout occurs.
75 bool wait (Mutex& mutex, long millisec);
SyncEvent.h 59 ** Function: wait
61 ** Description: Block the thread and wait for the event to occur.
66 void wait () function in class:SyncEvent
68 mCondVar.wait (mMutex);
74 ** Function: wait
76 ** Description: Block the thread and wait for the event to occur.
79 ** Returns: True if wait is successful; false if timeout occurs.
82 bool wait (long millisec) function in class:SyncEvent
84 bool retVal = mCondVar.wait (mMutex, millisec);
  /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/chromium_org/third_party/skia/dm/
DMTaskRunner.cpp 12 void TaskRunner::wait() { function in class:DM::TaskRunner
13 // These wait calls block until each threadpool is done. We don't allow
14 // spawning new child GPU tasks, so we can wait for that first knowing
16 // both CPU and GPU tasks can spawn off new CPU work, so we wait for that last.
17 fGpu.wait();
18 fCpu.wait();
  /external/skia/dm/
DMTaskRunner.cpp 12 void TaskRunner::wait() { function in class:DM::TaskRunner
13 // These wait calls block until each threadpool is done. We don't allow
14 // spawning new child GPU tasks, so we can wait for that first knowing
16 // both CPU and GPU tasks can spawn off new CPU work, so we wait for that last.
17 fGpu.wait();
18 fCpu.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/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-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) }
  /prebuilts/ndk/4/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) }
  /prebuilts/ndk/4/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) }

Completed in 1913 milliseconds

1 2 3 4 5 6 7 8 91011>>