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

/darwin-on-arm/xnu/osfmk/kern/
H A Dtask_policy.c685 if (task->proc_terminate != 0)
763 if (thread->task->proc_terminate != 0)
813 if (thread->task->proc_terminate != 0)
860 if (task->proc_terminate != 0)
967 if (thread->task->proc_terminate != 0)
1125 /* if the task is marked for proc_terminate, no throttling for it */
1126 if (task->proc_terminate != 0)
1279 task->proc_terminate = 1;
H A Dtask.h364 natural_t proc_terminate; /* the process is marked for proc_terminate */ member in struct:task
H A Dtask.c499 new_task->proc_terminate = 0;
/darwin-on-arm/xnu/bsd/kern/
H A Dproc_info.c101 int proc_terminate(int pid, int32_t * retval);
180 case 7: /* proc_terminate */
181 return(proc_terminate(pid, retval));
1977 * proc_terminate() provides support for sudden termination.
1983 proc_terminate(int pid, int32_t *retval) function

Completed in 35 milliseconds