Searched refs:P_PGID (Results 1 – 13 of 13) sorted by relevance
/third_party/boost/boost/process/detail/posix/ |
D | wait_group.hpp | 38 ret = ::waitid(P_PGID, p.grp, &status, WEXITED | WNOHANG); in wait() 74 ret = ::waitid(P_PGID, p.grp, &siginfo, WEXITED | WSTOPPED | WNOHANG); in wait_until()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | wait.h | 13 P_PGID = 2, enumerator
|
/third_party/musl/libc-test/src/api/ |
D | sys_wait.c | 26 {idtype_t x = P_PGID;} in f()
|
/third_party/musl/ndk_musl_include/sys/ |
D | wait.h | 16 P_PGID = 2, enumerator
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | wait.h | 20 P_PGID = 2, enumerator
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | wait.h | 16 P_PGID = 2, enumerator
|
/third_party/musl/include/sys/ |
D | wait.h | 16 P_PGID = 2, enumerator
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | wait.h | 16 P_PGID = 2, enumerator
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | wait.h | 16 P_PGID = 2, enumerator
|
/third_party/ltp/testcases/kernel/syscalls/waitid/ |
D | waitid02.c | 106 .idtype = P_PGID,
|
/third_party/python/Lib/lib2to3/tests/data/ |
D | infinite_recursion.py | 9 P_PGID = 2 variable
|
/third_party/python/Doc/library/ |
D | os.rst | 4290 *idtype* can be :data:`P_PID`, :data:`P_PGID`, :data:`P_ALL`, or 4306 P_PGID
|
/third_party/python/Modules/ |
D | posixmodule.c | 15185 if (PyModule_AddIntMacro(m, P_PGID)) return -1; in all_ins()
|