HomeSort by relevance Sort by last modified time
    Searched full:wait (Results 1 - 25 of 8429) 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>
  /frameworks/opt/vcard/tests/res/raw/
v30_pause_wait.vcf 3 FN:Pause Wait
4 N:Pause;Wait;;;
  /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/clang/test/Sema/
transparent-union-pointer.c 5 union wait *__uptr;
9 extern int wait (__WAIT_STATUS __stat_loc);
13 wait(&status);
  /external/chromium_org/chrome/browser/extensions/
lazy_background_page_test_util.h 12 // Helper class to wait for a lazy background page to load and close again.
27 void Wait() {
28 page_created_.Wait();
29 page_closed_.Wait();
33 page_created_.Wait();
36 page_closed_.Wait();
  /device/samsung/manta/
fstab.smdk5250 7 /dev/block/mmcblk0p2 /system ext4 ro wait
8 /dev/block/mmcblk0p4 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
9 /dev/block/mmcblk0p3 /data ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait
  /art/test/063-process-manager/
info.txt 2 doesn't cause the system to busy-wait.
  /dalvik/tests/063-process-manager/
info.txt 2 doesn't cause the system to busy-wait.
  /external/chromium_org/third_party/WebKit/ManualTests/resources/
alert-and-go-back.html 3 alert("Wait a moment and then dismiss this alert. If there is no crash, the test succeeded.");
  /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);
  /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);
  /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) }
  /device/generic/goldfish/
fstab.goldfish 5 /dev/block/mtdblock0 /system ext4 ro,barrier=1 wait
6 /dev/block/mtdblock1 /data ext4 noatime,nosuid,nodev,barrier=1,nomblk_io_submit wait,check
7 /dev/block/mtdblock2 /cache ext4 noatime,nosuid,nodev,nomblk_io_submit,errors=panic wait,check
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_Delay.3 3 SDL_Delay \- Wait a specified number of milliseconds before returning\&.
11 Wait a specified number of milliseconds before returning\&. \fBSDL_Delay\fP will wait at \fIleast\fP the specified time, but possible longer due to OS scheduling\&.
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
wait.h 11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wait.h 11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
wait.h 11 #define __WNOTHREAD 0x20000000 /* Don't wait on children of other threads in this group */
12 #define __WALL 0x40000000 /* Wait on all children, regardless of type */
13 #define __WCLONE 0x80000000 /* Wait only on non-SIGCHLD children */
  /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) }

Completed in 560 milliseconds

1 2 3 4 5 6 7 8 91011>>