Home
last modified time | relevance | path

Searched refs:setpgid (Results 1 – 6 of 6) sorted by relevance

/xnu-8020.140.41/tests/
H A Dtty_hang.c94 T_ASSERT_POSIX_SUCCESS(setpgid(0, 0), NULL); in get_new_session_and_terminal_and_fork_child_to_read()
H A Dkevent_pty.c65 ret = setpgid(child_pid, child_pid); in pty_master()
H A Dproc_info.c407 setpgid(0, 0); in spawn_child_processes()
/xnu-8020.140.41/bsd/man/man2/
H A DMakefile200 setpgid.2 \
/xnu-8020.140.41/bsd/kern/
H A Dkern_prot.c571 setpgid(proc_t curp, struct setpgid_args *uap, __unused int32_t *retval) in setpgid() function
H A Dkern_exec.c3769 if ((error = setpgid(p, &spga, ival)) != 0) { in posix_spawn()