Home
last modified time | relevance | path

Searched refs:pid2 (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/tests/
H A Dprioritize_process_launch.c569 pid_t pid1, pid2; variable
578 pid2 = posix_spawn_child_with_watch_ports("prioritize_process_launch_helper", "EXIT", &port, 1);
580 waitpid(pid2, &stat2, 0);
/xnu-11215/bsd/sys/
H A Dproc.h276 extern int proc_isinferior(int pid1, int pid2);
/xnu-11215/bsd/kern/
H A Dkern_proc.c393 proc_isinferior(int pid1, int pid2) in proc_isinferior() argument
399 if (((p = proc_find(pid1)) != (proc_t)0) && ((t = proc_find(pid2)) != (proc_t)0)) { in proc_isinferior()