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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
wait.h 1 #include <sys/wait.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
wait.h 1 #include <sys/wait.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/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/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);
  /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);
  /libcore/luni/src/main/java/java/lang/
Object.java 263 * calling one of the {@code wait()} methods) to be woken up. If more than
282 * @see #wait()
283 * @see #wait(long)
284 * @see #wait(long,int)
291 * of calling one of the {@code wait()} methods) to be woken up. The threads
311 * @see #wait()
312 * @see #wait(long)
313 * @see #wait(long,int)
336 * Causes the calling thread to wait until another thread calls the {@code
342 * prematurely stop waiting, so {@code wait} should be called in a loop t
363 public final void wait() throws InterruptedException { method in class:Object
400 public final void wait(long millis) throws InterruptedException { method in class:Object
401 wait(millis, 0); method
441 public final native void wait(long millis, int nanos) throws InterruptedException; method in class:Object
    [all...]
  /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) }
  /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) }
  /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) }
  /prebuilts/ndk/4/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) }
  /prebuilts/ndk/5/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/6/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 942 milliseconds

1 2 3 4 5 6 7 8 91011>>