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

1 2 3 4 5 6

  /bionic/libc/kernel/uapi/linux/
wait.h 22 #define WUNTRACED 0x00000002
23 #define WSTOPPED WUNTRACED
  /external/kernel-headers/original/uapi/linux/
wait.h 6 #define WUNTRACED 0x00000002
7 #define WSTOPPED WUNTRACED
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
wait.h 5 #define WUNTRACED 0x00000002
6 #define WSTOPPED WUNTRACED
  /external/ltp/testcases/kernel/syscalls/waitpid/
waitpid13.c 29 * WUNTRACED
53 if (TST_TRACE(waitpid_ret_test(0, &status, WNOHANG | WUNTRACED, 0, 0)))
56 if (TST_TRACE(waitpid_ret_test(-group, &status, WNOHANG | WUNTRACED,
62 if (TST_TRACE(reap_children(0, WUNTRACED, fork_kid_pid + (MAXKIDS / 2),
66 if (TST_TRACE(reap_children(-group, WUNTRACED, fork_kid_pid,
waitpid08.c 29 * WUNTRACED
51 /* Check that waitpid with WNOHANG|WUNTRACED returns
54 if (TST_TRACE(waitpid_ret_test(-1, &status, WNOHANG | WUNTRACED, 0, 0)))
59 if (TST_TRACE(reap_children(-1, WUNTRACED, fork_kid_pid, MAXKIDS)))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
waitflags.h 27 #define WUNTRACED 2 /* Report status of stopped children. */
30 #define WSTOPPED 2 /* Report stopped child (same as WUNTRACED). */
  /external/python/cpython2/Lib/plat-irix5/
WAIT.py 18 WUNTRACED = 0004
  /external/strace/xlat/
wait4_options.h 26 #if defined(WUNTRACED) || (defined(HAVE_DECL_WUNTRACED) && HAVE_DECL_WUNTRACED)
27 XLAT(WUNTRACED),
  /bionic/tests/headers/posix/
sys_wait_h.c 36 MACRO(WUNTRACED);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sigaction/
4-27.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-28.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-29.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-30.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-31.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-32.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-33.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-34.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-35.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-36.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-37.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-38.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-39.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-40.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {
4-41.c 69 if (waitpid(pid, &s, WUNTRACED) == -1) {

Completed in 272 milliseconds

1 2 3 4 5 6