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

1 2 3 4

  /external/python/cpython2/Lib/plat-irix5/
WAIT.py 8 WEXITED = 0001
13 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitflags.h 31 #define WEXITED 4 /* Report dead child. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitflags.h 31 #define WEXITED 4 /* Report dead child. */
  /bionic/libc/kernel/uapi/linux/
wait.h 24 #define WEXITED 0x00000004
  /external/kernel-headers/original/uapi/linux/
wait.h 8 #define WEXITED 0x00000004
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wait.h 7 #define WEXITED 0x00000004
  /external/strace/xlat/
wait4_options.h 30 #if defined(WEXITED) || (defined(HAVE_DECL_WEXITED) && HAVE_DECL_WEXITED)
31 XLAT(WEXITED),
  /external/compiler-rt/test/asan/TestCases/Posix/
waitid.cc 17 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG);
  /prebuilts/go/darwin-x86/src/os/
wait_wait6.go 25 _, _, errno = syscall.Syscall9(syscall.SYS_WAIT6, _P_PID, uintptr(p.Pid), 0, 0, syscall.WEXITED|syscall.WNOWAIT, 0, 0, 0, 0)
27 _, _, errno = syscall.Syscall9(syscall.SYS_WAIT6, _P_PID, 0, uintptr(p.Pid), 0, 0, syscall.WEXITED|syscall.WNOWAIT, 0, 0, 0)
29 _, _, errno = syscall.Syscall6(syscall.SYS_WAIT6, _P_PID, uintptr(p.Pid), 0, syscall.WEXITED|syscall.WNOWAIT, 0, 0)
wait_waitid.go 6 // waitid returns if the process is stopped, even when using WEXITED.
31 _, _, e := syscall.Syscall6(syscall.SYS_WAITID, _P_PID, uintptr(p.Pid), uintptr(unsafe.Pointer(psig)), syscall.WEXITED|syscall.WNOWAIT, 0, 0)
  /prebuilts/go/linux-x86/src/os/
wait_wait6.go 25 _, _, errno = syscall.Syscall9(syscall.SYS_WAIT6, _P_PID, uintptr(p.Pid), 0, 0, syscall.WEXITED|syscall.WNOWAIT, 0, 0, 0, 0)
27 _, _, errno = syscall.Syscall9(syscall.SYS_WAIT6, _P_PID, 0, uintptr(p.Pid), 0, 0, syscall.WEXITED|syscall.WNOWAIT, 0, 0, 0)
29 _, _, errno = syscall.Syscall6(syscall.SYS_WAIT6, _P_PID, uintptr(p.Pid), 0, syscall.WEXITED|syscall.WNOWAIT, 0, 0)
wait_waitid.go 6 // waitid returns if the process is stopped, even when using WEXITED.
31 _, _, e := syscall.Syscall6(syscall.SYS_WAITID, _P_PID, uintptr(p.Pid), uintptr(unsafe.Pointer(psig)), syscall.WEXITED|syscall.WNOWAIT, 0, 0)
  /external/ltp/testcases/kernel/syscalls/waitid/
waitid01.c 79 TEST(waitid(P_ALL, getpid(), &infop, WEXITED));
98 TEST(waitid(P_ALL, 0, &infop, WEXITED));
116 TEST(waitid(P_ALL, 0, &infop, WEXITED));
waitid02.c 88 .msg = "WNOHANG | WEXITED no child",
91 .options = WNOHANG | WEXITED,
96 .msg = "WNOHANG | WEXITED with child",
99 .options = WNOHANG | WEXITED,
105 .msg = "P_PGID, WEXITED wait for child",
107 .options = WEXITED,
112 .msg = "P_PID, WEXITED wait for child",
114 .options = WEXITED,
135 .msg = "P_PID, WEXITED not a child of the calling process",
138 .options = WEXITED,
    [all...]
  /bionic/tests/headers/posix/
sys_wait_h.c 60 MACRO(WEXITED);
  /external/strace/tests/
waitid.c 186 if (do_waitid(P_PID, pid, 0, WNOHANG|WEXITED, 0))
188 tprintf("waitid(P_PID, %d, NULL, WNOHANG|WEXITED, NULL) = 0\n", pid);
193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage))
195 tprintf("waitid(P_PID, %d, {}, WNOHANG|WEXITED|WSTOPPED, %s) = 0\n",
201 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
203 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n",
215 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
217 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n",
254 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
256 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n"
    [all...]
  /external/strace/tests-m32/
waitid.c 186 if (do_waitid(P_PID, pid, 0, WNOHANG|WEXITED, 0))
188 tprintf("waitid(P_PID, %d, NULL, WNOHANG|WEXITED, NULL) = 0\n", pid);
193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage))
195 tprintf("waitid(P_PID, %d, {}, WNOHANG|WEXITED|WSTOPPED, %s) = 0\n",
201 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
203 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n",
215 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
217 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n",
254 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
256 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n"
    [all...]
  /external/strace/tests-mx32/
waitid.c 186 if (do_waitid(P_PID, pid, 0, WNOHANG|WEXITED, 0))
188 tprintf("waitid(P_PID, %d, NULL, WNOHANG|WEXITED, NULL) = 0\n", pid);
193 if (do_waitid(P_PID, pid, sinfo, WNOHANG|WEXITED|WSTOPPED, rusage))
195 tprintf("waitid(P_PID, %d, {}, WNOHANG|WEXITED|WSTOPPED, %s) = 0\n",
201 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
203 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n",
215 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
217 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n",
254 if (do_waitid(P_PID, pid, sinfo, WEXITED, rusage))
256 tprintf("waitid(P_PID, %d, %s, WEXITED, %s) = 0\n"
    [all...]
  /external/libbrillo/brillo/
process_reaper.cc 59 int rc = HANDLE_EINTR(waitid(P_ALL, 0, &info, WNOHANG | WEXITED));
  /system/core/liblog/tests/
log_wrap_test.cpp 99 int ret = waitid(P_PID, pid, &info, WEXITED);
  /frameworks/av/media/audioserver/
main_audioserver.cpp 72 int ret = waitid(P_PID, childPid, &info, WEXITED | WSTOPPED | WCONTINUED);
  /system/core/init/
sigchld_handler.cpp 49 if (TEMP_FAILURE_RETRY(waitid(P_ALL, 0, &siginfo, WEXITED | WNOHANG | WNOWAIT)) != 0) {
  /external/python/cpython2/Lib/plat-irix6/
WAIT.py 20 WEXITED = 0001
25 WOPTMASK = (WEXITED|WTRAPPED|WSTOPPED|WCONTINUED|WNOHANG|WNOWAIT)
  /external/protobuf/conformance/
conformance_test_runner.cc 111 waitpid(child_pid_, &status, WEXITED);
  /external/wayland/tests/
test-runner.c 398 if (waitid(P_PID, pid, &info, WEXITED)) {

Completed in 921 milliseconds

1 2 3 4