Home
last modified time | relevance | path

Searched defs:pgid (Results 1 - 17 of 17) sorted by relevance

/third_party/musl/src/unistd/
H A Dsetpgid.c4 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
/third_party/musl/src/signal/
H A Dkillpg.c4 int killpg(pid_t pgid, int sig) in killpg() argument
/third_party/ltp/testcases/kernel/syscalls/getpgid/
H A Dgetpgid01.c18 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 Dsetpgid.c28 pid_t pgid = 0; in setpgid_0100() local
/third_party/ltp/testcases/kernel/syscalls/setpgid/
H A Dsetpgid02.c24 static pid_t pgid, pid, ppid, inval_pgid; variable
29 pid_t *pgid; member
H A Dsetpgid01.c80 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 Dunix-caps.c52 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 Dpidns05.c56 pid_t parentpid, pgid, pgid2; in find_cinit_pids() local
/third_party/ltp/lib/
H A Dtst_safe_macros.c42 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 Dsegment.c883 int pgid, i; in segment_location() local
/third_party/musl/Benchmark/musl/
H A Dlibc_pthread.cpp706 pid_t pgid = getpgid(pid); in Bm_function_Tgkill() local
H A Dlibc_unistd.cpp525 int pgid = -1; in Bm_function_Getpgrp() local
/third_party/node/deps/openssl/openssl/apps/
H A Docsp.c44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
/third_party/openssl/apps/
H A Docsp.c44 int setpgid(pid_t pid, pid_t pgid) in setpgid() argument
/third_party/ntfs-3g/libntfs-3g/
H A Dsecurity.c3520 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 Dposixmodule.c.h3678 pid_t pgid; in os_killpg() local
4502 pid_t pgid; in os_tcsetpgrp() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c6035 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...]

Completed in 34 milliseconds