| /third_party/musl/src/unistd/ |
| H A D | setpgid.c | 4 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|
| /third_party/musl/src/signal/ |
| H A D | killpg.c | 4 int killpg(pid_t pgid, int sig) in killpg() argument
|
| /third_party/ltp/testcases/kernel/syscalls/getpgid/ |
| H A D | getpgid01.c | 18 pid_t pid_1, child_pid, pgid; in run() local 36 TST_EXP_PID(getpgid(pgid), "getpgid(%d)", pgid); in run() local
|
| /third_party/musl/libc-test/src/functionalext/supplement/unistd/ |
| H A D | setpgid.c | 28 pid_t pgid = 0; in setpgid_0100() local
|
| /third_party/ltp/testcases/kernel/syscalls/setpgid/ |
| H A D | setpgid02.c | 24 static pid_t pgid, pid, ppid, inval_pgid; variable 29 pid_t *pgid; member
|
| H A D | setpgid01.c | 80 pid_t pgid, pid; in setpgid_test1() local 109 pid_t pgid, pid; in setpgid_test2() local [all...] |
| /third_party/libwebsockets/lib/plat/unix/ |
| H A D | unix-caps.c | 52 lws_plat_user_colon_group_to_ids(const char *u_colon_g, uid_t *puid, gid_t *pgid) argument
|
| /third_party/ltp/testcases/kernel/containers/pidns/ |
| H A D | pidns05.c | 56 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local
|
| /third_party/ltp/lib/ |
| H A D | tst_safe_macros.c | 42 int safe_setpgid(const char *file, const int lineno, pid_t pid, pid_t pgid) in safe_setpgid() argument 62 pid_t pgid; in safe_getpgid() local [all...] |
| /third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
| H A D | segment.c | 883 int pgid, i; in segment_location() local
|
| /third_party/musl/Benchmark/musl/ |
| H A D | libc_pthread.cpp | 706 pid_t pgid = getpgid(pid); in Bm_function_Tgkill() local
|
| H A D | libc_unistd.cpp | 525 int pgid = -1; in Bm_function_Getpgrp() local
|
| /third_party/node/deps/openssl/openssl/apps/ |
| H A D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|
| /third_party/openssl/apps/ |
| H A D | ocsp.c | 44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
|
| /third_party/ntfs-3g/libntfs-3g/ |
| H A D | security.c | 3520 ntfs_allowed_create(struct SECURITY_CONTEXT *scx, ntfs_inode *dir_ni, gid_t *pgid, mode_t *pdsetgid) ntfs_allowed_create() argument
|
| /third_party/python/Modules/clinic/ |
| H A D | posixmodule.c.h | 3678 pid_t pgid; in os_killpg() local 4502 pid_t pgid; in os_tcsetpgrp() local [all...] |
| /third_party/python/Modules/ |
| H A D | posixmodule.c | 6035 pid_t pgid = PyLong_AsPid(setpgroup); in parse_posix_spawn_flags() local 7867 pid_t pgid = getpgid(pid); in os_getpgid_impl() local 8129 os_killpg_impl(PyObject *module, pid_t pgid, int signal) in os_killpg_impl() argument 9225 pid_t pgid = tcgetpgrp(fd); os_tcgetpgrp_impl() local 9245 os_tcsetpgrp_impl(PyObject *module, int fd, pid_t pgid) os_tcsetpgrp_impl() argument [all...] |