Home
last modified time | relevance | path

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

/external/ltp/testcases/kernel/syscalls/getpgid/
Dgetpgid01.c18 int pgid; in get_init_pgid() local
26 pid_t pid_1, child_pid, pgid; in run() local
/external/ltp/testcases/kernel/syscalls/setpgid/
Dsetpgid01.c19 pid_t pgid, pid; in setpgid_test1() local
30 pid_t pgid; in setpgid_test2() local
Dsetpgid02.c24 static pid_t pgid, pid, ppid, inval_pgid; variable
29 pid_t *pgid; member
/external/musl/src/unistd/
Dsetpgid.c4 int setpgid(pid_t pid, pid_t pgid) in setpgid()
/external/trusty/musl/src/signal/
Dkillpg.c4 int killpg(pid_t pgid, int sig) in killpg()
/external/trusty/musl/src/unistd/
Dsetpgid.c4 int setpgid(pid_t pid, pid_t pgid) in setpgid()
/external/musl/src/signal/
Dkillpg.c4 int killpg(pid_t pgid, int sig) in killpg()
/external/ltp/testcases/kernel/containers/pidns/
Dpidns05.c54 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local
/external/rust/android-crates-io/crates/rustix/src/backend/linux_raw/process/
Dsyscalls.rs131 let pgid = ret_c_int(syscall_readonly!(__NR_getpgid, c_int(Pid::as_raw(pid))))?; in getpgid() localVariable
153 let pgid = ret_c_int_infallible(syscall_readonly!(__NR_getpgrp)); in getpgrp() localVariable
161 let pgid = ret_c_int_infallible(syscall_readonly!(__NR_getpgid, c_uint(0))); in getpgrp() localVariable
/external/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)
/external/rust/android-crates-io/crates/rustix/src/backend/libc/process/
Dsyscalls.rs171 let pgid = ret_pid_t(c::getpgid(Pid::as_raw(pid) as _))?; in getpgid() localVariable
187 let pgid = c::getpgrp(); in getpgrp() localVariable
/external/ltp/lib/
Dtst_safe_macros.c44 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid()
64 pid_t pgid; in safe_getpgid() local
/external/ltp/testcases/kernel/hotplug/memory_hotplug/
Dsegment.c883 int pgid, i; in segment_location() local
/external/ltp/include/
Dtst_safe_macros.h161 #define SAFE_SETPGID(pid, pgid) \ argument
/external/python/cpython3/Modules/
Dposixmodule.c7071 pid_t pgid = PyLong_AsPid(setpgroup); in parse_posix_spawn_flags() local
9251 pid_t pgid = getpgid(pid); in os_getpgid_impl() local
9586 os_killpg_impl(PyObject *module, pid_t pgid, int signal) in os_killpg_impl()
10975 pid_t pgid = tcgetpgrp(fd); in os_tcgetpgrp_impl() local
10995 os_tcsetpgrp_impl(PyObject *module, int fd, pid_t pgid) in os_tcsetpgrp_impl()
/external/kernel-headers/original/uapi/linux/
Dcoda.h299 __kernel_pid_t pgid; member
/external/compiler-rt/include/sanitizer/
Dlinux_syscall_hooks.h141 #define __sanitizer_syscall_pre_setpgid(pid, pgid) \ argument
143 #define __sanitizer_syscall_post_setpgid(res, pid, pgid) \ argument
/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h5485 pid_t pgid; in os_killpg() local
6936 pid_t pgid; in os_tcsetpgrp() local