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

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/include/
wait.h 1 #include <sys/wait.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-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/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...]
  /dalvik/dx/tests/089-dex-define-object/java/lang/
Object.class 
  /external/google-breakpad/src/client/mac/testapp/
TestClass.h 35 - (void)wait;
  /packages/apps/Nfc/nci/jni/
CondVar.h 51 ** Function: wait
53 ** Description: Block the caller and wait for a condition.
58 void wait(Mutex& mutex);
62 ** Function: wait
64 ** Description: Block the caller and wait for a condition.
67 ** Returns: True if wait is successful; false if timeout occurs.
70 bool wait(Mutex& mutex, long millisec);
SyncEvent.h 50 ** Function: wait
52 ** Description: Block the thread and wait for the event to occur.
57 void wait() { mCondVar.wait(mMutex); } function in class:SyncEvent
61 ** Function: wait
63 ** Description: Block the thread and wait for the event to occur.
66 ** Returns: True if wait is successful; false if timeout occurs.
69 bool wait(long millisec) { function in class:SyncEvent
70 bool retVal = mCondVar.wait(mMutex, millisec);
  /external/toybox/toys/example/
hello.c 35 if (getpid() == 1) wait(&TT.unused);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/crx/
no_op_insn.s 23 .global wait
24 wait: label
25 wait label
no_op_insn.d 21 00000008 <wait>:
22 8: 06 30 wait
  /external/ltp/lib/tests/
tst_checkpoint_wake_timeout.c 25 #include <sys/wait.h>
tst_checkpoint.c 24 #include <sys/wait.h>
56 wait(NULL);
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/ppc/
e500mc.s 11 wait
12 wait 0
14 wait 1
16 wait 2
  /external/compiler-rt/test/asan/TestCases/Posix/
wait.cc 9 #include <sys/wait.h>
18 #if defined(WAIT)
19 res = wait(status);
25 // CHECK: {{in .*wait}}
26 // CHECK: {{in main .*wait.cc:}}
  /external/ltp/testcases/kernel/controllers/cgroup/
fork_processes.c 24 #include <sys/wait.h>
44 if (wait(NULL) < 0)
  /external/ltp/testcases/open_posix_testsuite/conformance/behavior/WIFEXITED/
1-1.c 2 Test case for assertion #1 of the WIFEXITED macro defined in sys/wait.h
10 #include <sys/wait.h>
30 if (wait(&s) == -1) {
1-2.c 2 Test case for assertion #1 of the WIFEXITED macro defined in sys/wait.h
10 #include <sys/wait.h>
30 if (wait(&s) == -1) {
1-3.c 2 Test case for assertion #1 of the WIFEXITED macro defined in sys/wait.h
10 #include <sys/wait.h>
33 if (wait(&s) == -1) {
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/rx/
wait.d 9 0: 7f 96 wait
  /toolchain/binutils/binutils-2.27/libiberty/
waitpid.c 5 This is a wrapper around the @code{wait} function. Any ``special''
6 values of @var{pid} depend on your implementation of @code{wait}, as
19 to get the definition of "pid_t" before you include <sys/wait.h>. */
23 #include <sys/wait.h>
31 int wpid = wait(stat_loc);

Completed in 537 milliseconds

1 2 3 4 5 6 7 8 91011>>