| /third_party/ltp/testcases/kernel/syscalls/setpgid/ |
| D | setpgid02.c | 24 static pid_t pgid, pid, ppid, inval_pgid; variable 29 pid_t *pgid; member
|
| D | setpgid01.c | 80 pid_t pgid, pid; in setpgid_test1() local 109 pid_t pgid, pid; in setpgid_test2() local
|
| /third_party/musl/src/signal/ |
| D | killpg.c | 4 int killpg(pid_t pgid, int sig) in killpg()
|
| /third_party/musl/src/unistd/ |
| D | setpgid.c | 4 int setpgid(pid_t pid, pid_t pgid) in setpgid()
|
| /third_party/ltp/testcases/kernel/syscalls/getpgid/ |
| D | getpgid01.c | 18 pid_t pid_1, child_pid, pgid; in run() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| D | setpgid.c | 28 pid_t pgid = 0; in setpgid_0100() local
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
| D | syscalls.rs | 106 let pgid: i32 = in getpgid() localVariable 119 let pgid: i32 = ret_usize_infallible(syscall_readonly!(__NR_getpgrp)) as __kernel_pid_t; in getpgrp() localVariable 127 let pgid: i32 = in getpgrp() localVariable
|
| /third_party/ltp/testcases/kernel/containers/pidns/ |
| D | pidns05.c | 56 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local
|
| /third_party/libwebsockets/lib/plat/unix/ |
| D | unix-caps.c | 52 lws_plat_user_colon_group_to_ids(const char *u_colon_g, uid_t *puid, gid_t *pgid)
|
| /third_party/rust/crates/rustix/src/backend/libc/process/ |
| D | syscalls.rs | 154 let pgid = ret_pid_t(c::getpgid(Pid::as_raw(pid) as _))?; in getpgid() localVariable 165 let pgid = c::getpgrp(); in getpgrp() localVariable
|
| /third_party/ltp/lib/ |
| D | tst_safe_macros.c | 42 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid() 62 pid_t pgid; in safe_getpgid() local
|
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| D | segment.c | 883 int pgid, i; in segment_location() local
|
| /third_party/musl/Benchmark/musl/ |
| D | libc_pthread.cpp | 706 pid_t pgid = getpgid(pid); in Bm_function_Tgkill() local
|
| D | libc_unistd.cpp | 525 int pgid = -1; in Bm_function_Getpgrp() local
|
| /third_party/openssl/apps/ |
| D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid()
|
| /third_party/node/deps/openssl/openssl/apps/ |
| D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid()
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 5997 pid_t pgid = PyLong_AsPid(setpgroup); in parse_posix_spawn_flags() local 7829 pid_t pgid = getpgid(pid); in os_getpgid_impl() local 8091 os_killpg_impl(PyObject *module, pid_t pgid, int signal) in os_killpg_impl() 9187 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl() local 9207 os_tcsetpgrp_impl(PyObject *module, int fd, pid_t pgid) in os_tcsetpgrp_impl()
|
| /third_party/ltp/include/ |
| D | tst_safe_macros.h | 146 #define SAFE_SETPGID(pid, pgid) \ argument
|
| /third_party/ntfs-3g/libntfs-3g/ |
| D | security.c | 3521 ntfs_inode *dir_ni, gid_t *pgid, mode_t *pdsetgid) in ntfs_allowed_create()
|
| /third_party/python/Modules/clinic/ |
| D | posixmodule.c.h | 3678 pid_t pgid; in os_killpg() local 4502 pid_t pgid; in os_tcsetpgrp() local
|