Home
last modified time | relevance | path

Searched refs:task_enqueue_exception_with_corpse (Results 1 – 5 of 5) sorted by relevance

/xnu-11215/osfmk/corpses/
H A Dtask_corpse.h116 extern kern_return_t task_enqueue_exception_with_corpse(
H A Dcorpse.c570 task_enqueue_exception_with_corpse( in task_enqueue_exception_with_corpse() function
/xnu-11215/osfmk/kern/
H A Dthread.c2740 task_enqueue_exception_with_corpse(task, EXC_RESOURCE, code, EXCEPTION_CODE_MAX, NULL, FALSE); in SENDING_NOTIFICATION__TASK_HAS_TOO_MANY_THREADS()
H A Dtask.c7022 kr = task_enqueue_exception_with_corpse(task, EXC_GUARD, codes, 2, reason, backtrace_only); in PROC_VIOLATED_GUARD__SEND_EXC_GUARD()
7252 task_enqueue_exception_with_corpse(task, EXC_RESOURCE, in PROC_CROSSED_HIGH_WATERMARK__SEND_EXC_RESOURCE_AND_SUSPEND()
/xnu-11215/bsd/kern/
H A Dproc_info.c1960task_enqueue_exception_with_corpse(current_task(), EXC_GUARD, code, EXCEPTION_CODE_MAX, NULL, TRUE… in PROC_UNPERMITTED_PIDINFO_FLAVOR()