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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/sys/
wait.h 34 #include <linux/wait.h>
48 extern pid_t wait(int *);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/sys/
wait.h 34 #include <linux/wait.h>
48 extern pid_t wait(int *);
  /system/extras/tests/bionic/libc/common/
test_executable_destructor.c 32 #include <sys/wait.h>
77 /* Fork the current process, then wait for the child to exit
90 /* in the parent, wait for the child to terminate */
91 if (wait(&status) < 0) {
92 fprintf(stderr, "Could not wait for child: %s\n", strerror(errno));
  /bionic/libc/kernel/common/linux/
net.h 21 #include <linux/wait.h>
  /cts/tests/tests/webkit/src/android/webkit/cts/
ChromeClient.java 44 wait(1000);
  /development/host/windows/usb/api/
adb_legacy_io_completion.h 77 @param[in] wait If this parameter is true, the method does not return
88 bool wait);
  /development/ndk/platforms/android-3/include/linux/
net.h 15 #include <linux/wait.h>
  /device/generic/goldfish/opengl/shared/OpenglOsUtils/
osThread.h 36 bool wait(int *exitStatus);
  /external/openssh/openbsd-compat/
bsd-nextstep.h 41 /* Swap out NeXT's BSD wait() for a more POSIX complient one */
43 #define wait(a) posix_wait(a) macro
  /external/skia/src/utils/
SkThreadUtils_pthread.h 19 void wait();
  /external/valgrind/main/drd/tests/
pth_barrier_race.stderr.exp 2 Destruction of barrier not synchronized with barrier wait call: barrier 0x........
5 Conflicting wait call by thread 2:
  /external/valgrind/main/gdbserver_tests/
fork_chain.c 5 #include <sys/wait.h>
  /external/webkit/Source/WebKit2/Platform/CoreIPC/win/
BinarySemaphoreWin.cpp 46 bool BinarySemaphore::wait(double absoluteTime) function in class:CoreIPC::BinarySemaphore
50 // Consider the wait to have timed out, even if the event has already been signaled, to
62 // The wait timed out.
  /frameworks/base/libs/hwui/thread/
Future.h 38 mBarrier.wait();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
lock_dlm_plock.h 28 __u8 wait; member in struct:gdlm_plock_info
net.h 21 #include <linux/wait.h>
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lock_dlm_plock.h 28 __u8 wait; member in struct:gdlm_plock_info
net.h 21 #include <linux/wait.h>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
lock_dlm_plock.h 28 __u8 wait; member in struct:gdlm_plock_info
net.h 21 #include <linux/wait.h>
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
net.h 15 #include <linux/wait.h>
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
net.h 15 #include <linux/wait.h>
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
net.h 15 #include <linux/wait.h>
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
net.h 15 #include <linux/wait.h>
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
net.h 15 #include <linux/wait.h>

Completed in 832 milliseconds

1 2 3 4 5 6 7 8 91011>>