Searched refs:P_ALL (Results 1 – 25 of 26) sorted by relevance
12
/external/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid01.c | 79 TEST(waitid(P_ALL, getpid(), &infop, WEXITED)); in main() 98 TEST(waitid(P_ALL, 0, &infop, WEXITED)); in main() 116 TEST(waitid(P_ALL, 0, &infop, WEXITED)); in main()
|
D | waitid02.c | 81 .idtype = P_ALL, 89 .idtype = P_ALL, 97 .idtype = P_ALL,
|
/external/strace/xlat/ |
D | waitid_types.h | 38 #if defined(P_ALL) || (defined(HAVE_DECL_P_ALL) && HAVE_DECL_P_ALL) 39 XLAT(P_ALL),
|
D | waitid_types.in | 8 P_ALL
|
/external/kernel-headers/original/uapi/linux/ |
D | wait.h | 17 #define P_ALL 0 macro
|
/external/compiler-rt/test/asan/TestCases/Posix/ |
D | waitid.cc | 17 res = waitid(P_ALL, 0, si, WEXITED | WNOHANG); in main()
|
/external/libbrillo/brillo/ |
D | process_reaper.cc | 58 int rc = HANDLE_EINTR(waitid(P_ALL, 0, &info, WNOHANG | WEXITED)); in HandleSIGCHLD()
|
/external/linux-kselftest/tools/testing/selftests/kcmp/ |
D | kcmp_test.c | 163 waitpid(pid2, &status, P_ALL); in main()
|
/external/syzkaller/sys/netbsd/ |
D | sys_amd64.const | 62 P_ALL = 0
|
/external/syzkaller/sys/freebsd/ |
D | sys_amd64.const | 84 P_ALL = 7
|
/external/strace/tests/ |
D | waitid.c | 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
/external/strace/tests-mx32/ |
D | waitid.c | 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
/external/strace/tests-m32/ |
D | waitid.c | 259 long rc = do_waitid(P_ALL, -1, sinfo, WEXITED|WSTOPPED, rusage); in main()
|
/external/syzkaller/sys/linux/ |
D | sys_386.const | 473 P_ALL = 0
|
D | sys_amd64.const | 473 P_ALL = 0
|
D | sys_arm.const | 473 P_ALL = 0
|
D | sys_ppc64le.const | 473 P_ALL = 0
|
D | sys_arm64.const | 473 P_ALL = 0
|
D | sys.txt | 1001 waitid_which = P_PID, P_PGID, P_ALL
|
/external/strace/ |
D | configure.ac | 633 P_ALL,
|
D | config.h.in | 372 /* Define to 1 if you have the declaration of `P_ALL', and to 0 if you don't.
|
/external/python/cpython2/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 14 P_ALL = 0 variable
|
/external/python/cpython3/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 14 P_ALL = 0 variable
|
/external/python/cpython3/Doc/library/ |
D | os.rst | 3619 *idtype* can be :data:`P_PID`, :data:`P_PGID` or :data:`P_ALL`. 3635 P_ALL
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 13160 if (PyModule_AddIntMacro(m, P_ALL)) return -1; in all_ins()
|
12