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

/darwin-on-arm/xnu/bsd/vm/
H A Dvm_unix.c451 * Routine: task_for_pid_posix_check
468 task_for_pid_posix_check(proc_t target) function
583 if (!(task_for_pid_posix_check(p))) {
755 if (!task_for_pid_posix_check(targetproc)) {
841 if (!task_for_pid_posix_check(targetproc)) {
925 * process handle for potentially valid values and call task_for_pid_posix_check(); this way, everything
935 if (!task_for_pid_posix_check(targetproc)) {
989 if (!task_for_pid_posix_check(targetproc)) {

Completed in 65 milliseconds