Home
last modified time | relevance | path

Searched refs:P_PGID (Results 1 – 19 of 19) sorted by relevance

/external/strace/xlat/
Dwaitid_types.h23 #if defined(P_PGID) || (defined(HAVE_DECL_P_PGID) && HAVE_DECL_P_PGID)
24 XLAT(P_PGID),
Dwaitid_types.in3 P_PGID
/external/kernel-headers/original/uapi/linux/
Dwait.h19 #define P_PGID 2 macro
/external/syzkaller/sys/netbsd/
Dsys_amd64.const63 P_PGID = 4
/external/syzkaller/sys/freebsd/
Dsys_amd64.const85 P_PGID = 2
/external/ltp/testcases/kernel/syscalls/waitid/
Dwaitid02.c106 .idtype = P_PGID,
/external/syzkaller/sys/linux/
Dsys_386.const474 P_PGID = 2
Dsys_amd64.const474 P_PGID = 2
Dsys_arm.const474 P_PGID = 2
Dsys_ppc64le.const474 P_PGID = 2
Dsys_arm64.const474 P_PGID = 2
Dsys.txt1001 waitid_which = P_PID, P_PGID, P_ALL
/external/strace/
Dconfigure.ac628 P_PGID,
Dconfig.h.in388 /* Define to 1 if you have the declaration of `P_PGID', and to 0 if you don't.
Dconfigure12324 ac_fn_c_check_decl "$LINENO" "P_PGID" "ac_cv_have_decl_P_PGID" "#include <sys/wait.h>
/external/python/cpython2/Lib/lib2to3/tests/data/
Dinfinite_recursion.py9 P_PGID = 2 variable
/external/python/cpython3/Lib/lib2to3/tests/data/
Dinfinite_recursion.py9 P_PGID = 2 variable
/external/python/cpython3/Doc/library/
Dos.rst3619 *idtype* can be :data:`P_PID`, :data:`P_PGID` or :data:`P_ALL`.
3634 P_PGID
/external/python/cpython3/Modules/
Dposixmodule.c13159 if (PyModule_AddIntMacro(m, P_PGID)) return -1; in all_ins()