Searched refs:P_ALL (Results 1 – 14 of 14) sorted by relevance
/third_party/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,
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | wait.h | 11 P_ALL = 0, enumerator
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 25 {idtype_t x = P_ALL;} in f()
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 14 P_ALL = 0, enumerator
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 18 P_ALL = 0, enumerator
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 14 P_ALL = 0, enumerator
|
/third_party/musl/include/sys/ |
D | wait.h | 14 P_ALL = 0, enumerator
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 14 P_ALL = 0, enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 14 P_ALL = 0, enumerator
|
/third_party/weston/tools/zunitc/src/ |
D | zunitc_impl.c | 1084 if (waitid(P_ALL, 0, &info, WEXITED)) { in spawn_test()
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 14 P_ALL = 0 variable
|
/third_party/python/Doc/library/ |
D | os.rst | 4290 *idtype* can be :data:`P_PID`, :data:`P_PGID`, :data:`P_ALL`, or 4307 P_ALL
|
/third_party/python/Modules/ |
D | posixmodule.c | 15186 if (PyModule_AddIntMacro(m, P_ALL)) return -1; in all_ins()
|