HomeSort by relevance Sort by last modified time
    Searched refs:wait4 (Results 26 - 50 of 109) sorted by null

12 3 4 5

  /external/strace/
wait.c 124 * on all arches. Also, glibc-2.8 truncates wait3 and wait4
126 * for example, wait4(4294967295, ...) instead of -1
159 SYS_FUNC(wait4)
sys_func.h 319 extern SYS_FUNC(wait4);
  /bionic/libc/bionic/
ndk_cruft.cpp 65 return wait4(pid, status, options, rusage);
277 return wait4(-1, status, options, rusage);
  /external/strace/linux/aarch64/
syscallent.h 66 [1072] = { 4, TP, SEN(wait4), "wait4" },
  /external/libunwind/tests/
test-ptrace.c 240 pid = wait4 (-1, &status, 0, NULL);
246 panic ("wait4() failed (errno=%d)\n", errno);
  /external/honggfuzz/
subproc.c 427 int ret = wait4(pid, &status, flags, NULL);
432 PLOG_E("wait4() for process pid=%d", (int)pid);
436 LOG_E("wait4() returned %d, but waited for %d", ret, (int)pid);
451 LOG_D("wait4() returned with status: %d", status);
  /external/strace/linux/32/
syscallent.h 253 [260] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/64/
syscallent.h 246 [260] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/avr32/
syscallent.h 127 [ 98] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/hppa/
syscallent.h 120 [114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/ia64/
syscallent.h 132 [1126] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/x86_64/
syscallent.h 62 [ 61] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/xtensa/
syscallent.h 117 [121] = { 4, TP, SEN(wait4), "wait4" },
  /external/honggfuzz/netbsd/
trace.c 653 pid_t ret = wait4(pid, &status, __WALL | WUNTRACED | WTRAPPED, NULL);
658 PLOG_W("wait4(pid=%d) failed", pid);
  /external/python/cpython3/Lib/test/eintrdata/
eintr_tester.py 112 @unittest.skipUnless(hasattr(os, 'wait4'), 'requires wait4()')
114 self._test_wait_single(lambda pid: os.wait4(pid, 0))
  /external/strace/linux/arm/
syscallent.h 144 [114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/i386/
syscallent.h 144 [114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/m68k/
syscallent.h 144 [114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/mips/
syscallent-n32.h 62 [6059] = { 4, TP, SEN(wait4), "wait4" },
syscallent-n64.h 62 [5059] = { 4, TP, SEN(wait4), "wait4" },
syscallent-o32.h 118 [4114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/powerpc/
syscallent.h 144 [114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/powerpc64/
syscallent.h 144 [114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/s390/
syscallent.h 146 [114] = { 4, TP, SEN(wait4), "wait4" },
  /external/strace/linux/s390x/
syscallent.h 140 [114] = { 4, TP, SEN(wait4), "wait4" },

Completed in 1617 milliseconds

12 3 4 5