Searched refs:pid1 (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Dproc.h243 /* this routine returns 1 if the pid1 is inferior of pid2 */
244 extern int proc_isinferior(int pid1, int pid2);
/darwin-on-arm/xnu/security/
H A Dmac_framework.h350 pid_t pid1, pid_t pid2);
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_proc.c315 proc_isinferior(int pid1, int pid2) argument
321 if (((p = proc_find(pid1)) != (proc_t)0 ) && ((t = proc_find(pid2)) != (proc_t)0))

Completed in 20 milliseconds