Searched refs:getpgid (Results 1 – 19 of 19) sorted by relevance
157 ATF_REQUIRE_MSG(pid == getpgid(pid), "child pid: %d, child pgid: %d", in ATF_TC_BODY()158 pid, getpgid(pid)); in ATF_TC_BODY()
200 tc_pgid == getpgid(0) || in term_tag_unlink()201 getpgid(tc_pgid) == -1) in term_tag_unlink()
1238 man_pgid = getpgid(0); in woptions() 1240 man_pgid == getpid() ? getpgid(getppid()) : man_pgid; in woptions()
138 pid_t getpgid(pid_t);
391 getpgid(pid_t pid) in getpgid() function
445 child_pgrp = getpgid(child_pid); in main()450 child_pgrp = getpgid(child_pid); in main()
95 getpgid;
459 MLINKS+=getpgrp.2 getpgid.2
295 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
395 HX((pid = getpgid(0)) == -1, pid); in getentropy_fallback()
425 int getpgid(pid_t _pid);
277 std::exit(::getpgid(::getpid()) == ::getpid() ? in check_process_group()
137 getpgid.o \
211 if (getpgid(0) == getpid()) { in grace_alarm_handler()
2201 getpgid \
1353 dt_idhash_lookup(dtp->dt_macros, "pgid")->di_id = getpgid(0); in dtrace_update()
350 PRE_SYSCALL(getpgid)(long pid) {}352 POST_SYSCALL(getpgid)(long res, long pid) {}
1633 PRE_SYSCALL(getpgid)(long long pid_) { /* Nothing to do */ }1634 POST_SYSCALL(getpgid)(long long res, long long pid_) { /* Nothing to do */ }
1911 fun:getpgid=uninstrumented