HomeSort by relevance Sort by last modified time
    Searched defs:waitpid (Results 1 - 25 of 25) sorted by null

  /toolchain/binutils/binutils-2.27/libiberty/
waitpid.c 3 @deftypefn Supplemental int waitpid (int @var{pid}, int *@var{status}, int)
27 waitpid (pid_t pid, int *stat_loc, int options ATTRIBUTE_UNUSED) function
msdos.c 12 waitpid() function
  /bionic/libc/bionic/
wait.cpp 38 pid_t waitpid(pid_t pid, int* status, int options) { function
  /external/python/cpython3/Lib/test/test_asyncio/
test_unix_events.py 836 ("waitpid",
859 def waitpid(self, pid, flags): member in class:ChildWatcherTestsMixin
905 patch('os.waitpid', self.waitpid) as m_waitpid:
    [all...]
  /external/valgrind/coregrind/
m_libcproc.c 349 Int VG_(waitpid)(Int pid, Int *status, Int options) function
557 VG_(waitpid) works (at least on AIX). According to the Linux
558 man page for waitpid:
563 become zombies and a call to wait() or waitpid() will block
578 zzz = VG_(waitpid)(pid, NULL, 0);
    [all...]
  /external/fio/os/windows/
posix.c 561 pid_t waitpid(pid_t pid, int *stat_loc, int options) function
  /libcore/luni/src/main/java/libcore/io/
Linux.java 273 public native int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; method in class:Linux
Os.java 180 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException; method in interface:Os
ForwardingOs.java 193 public int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { return os.waitpid(pid, status, options); } method in class:ForwardingOs
  /libcore/luni/src/main/java/android/system/
Os.java 623 * @hide See <a href="http://man7.org/linux/man-pages/man2/waitpid.2.html">waitpid(2)</a>.
627 public static int waitpid(int pid, Int32Ref status, int options) throws ErrnoException { method in class:Os
628 return Libcore.os.waitpid(pid, status, options);
  /external/google-breakpad/src/third_party/lss/
linux_syscall_support.h 3276 LSS_INLINE pid_t LSS_NAME(waitpid)(pid_t pid, int *status, int options){ function
    [all...]
  /prebuilts/misc/common/robolectric/android-all/
android-all-6.0.1_r3-robolectric-0.jar 
android-all-7.0.0_r1-robolectric-r1.jar 
android-all-7.1.0_r7-robolectric-0.jar 
android-all-7.1.0_r7-robolectric-r1.jar 
android-all-8.0.0_r4-robolectric-0.jar 
android-all-8.0.0_r4-robolectric-r1.jar 
android-all-8.1.0-robolectric-r4458339.jar 
android-all-o-preview-4-robolectric-0.jar 
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/22/
android.jar 
  /prebuilts/sdk/23/
android.jar 
  /prebuilts/sdk/24/
android.jar 
  /prebuilts/sdk/25/
android.jar 
  /prebuilts/sdk/26/
android.jar 

Completed in 285 milliseconds