Searched refs:pid2 (Results 1 – 3 of 3) sorted by relevance
569 pid_t pid1, pid2; variable578 pid2 = posix_spawn_child_with_watch_ports("prioritize_process_launch_helper", "EXIT", &port, 1);580 waitpid(pid2, &stat2, 0);
276 extern int proc_isinferior(int pid1, int pid2);
393 proc_isinferior(int pid1, int pid2) in proc_isinferior() argument399 if (((p = proc_find(pid1)) != (proc_t)0) && ((t = proc_find(pid2)) != (proc_t)0)) { in proc_isinferior()