Home
last modified time | relevance | path

Searched refs:P_ALL (Results 1 – 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/waitid/
Dwaitid01.c79 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()
Dwaitid02.c81 .idtype = P_ALL,
89 .idtype = P_ALL,
97 .idtype = P_ALL,
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/
Dwait.h11 P_ALL = 0, enumerator
/third_party/musl/libc-test/src/api/
Dsys_wait.c25 {idtype_t x = P_ALL;} in f()
/third_party/musl/ndk_musl_include/sys/
Dwait.h14 P_ALL = 0, enumerator
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dwait.h18 P_ALL = 0, enumerator
/third_party/musl/porting/uniproton/kernel/include/sys/
Dwait.h14 P_ALL = 0, enumerator
/third_party/musl/include/sys/
Dwait.h14 P_ALL = 0, enumerator
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dwait.h14 P_ALL = 0, enumerator
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dwait.h14 P_ALL = 0, enumerator
/third_party/weston/tools/zunitc/src/
Dzunitc_impl.c1084 if (waitid(P_ALL, 0, &info, WEXITED)) { in spawn_test()
/third_party/python/Lib/lib2to3/tests/data/
Dinfinite_recursion.py14 P_ALL = 0 variable
/third_party/python/Doc/library/
Dos.rst4290 *idtype* can be :data:`P_PID`, :data:`P_PGID`, :data:`P_ALL`, or
4307 P_ALL
/third_party/python/Modules/
Dposixmodule.c15186 if (PyModule_AddIntMacro(m, P_ALL)) return -1; in all_ins()