Home
last modified time | relevance | path

Searched defs:pgid (Results 1 – 20 of 20) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid02.c24 static pid_t pgid, pid, ppid, inval_pgid; variable
29 pid_t *pgid; member
Dsetpgid01.c80 pid_t pgid, pid; in setpgid_test1() local
109 pid_t pgid, pid; in setpgid_test2() local
/third_party/musl/src/signal/
Dkillpg.c4 int killpg(pid_t pgid, int sig) in killpg()
/third_party/musl/src/unistd/
Dsetpgid.c4 int setpgid(pid_t pid, pid_t pgid) in setpgid()
/third_party/ltp/testcases/kernel/syscalls/getpgid/
Dgetpgid01.c18 pid_t pid_1, child_pid, pgid; in run() local
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dsetpgid.c28 pid_t pgid = 0; in setpgid_0100() local
/third_party/rust/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs106 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/
Dpidns05.c56 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local
/third_party/libwebsockets/lib/plat/unix/
Dunix-caps.c52 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/
Dsyscalls.rs154 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/
Dtst_safe_macros.c42 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/
Dsegment.c883 int pgid, i; in segment_location() local
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp706 pid_t pgid = getpgid(pid); in Bm_function_Tgkill() local
Dlibc_unistd.cpp525 int pgid = -1; in Bm_function_Getpgrp() local
/third_party/openssl/apps/
Docsp.c44 int setpgid(pid_t pid, pid_t pgid) in setpgid()
/third_party/node/deps/openssl/openssl/apps/
Docsp.c44 int setpgid(pid_t pid, pid_t pgid) in setpgid()
/third_party/python/Modules/
Dposixmodule.c5997 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/
Dtst_safe_macros.h146 #define SAFE_SETPGID(pid, pgid) \ argument
/third_party/ntfs-3g/libntfs-3g/
Dsecurity.c3521 ntfs_inode *dir_ni, gid_t *pgid, mode_t *pdsetgid) in ntfs_allowed_create()
/third_party/python/Modules/clinic/
Dposixmodule.c.h3678 pid_t pgid; in os_killpg() local
4502 pid_t pgid; in os_tcsetpgrp() local