Home
last modified time | relevance | path

Searched refs:task_is_ipc_active (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/osfmk/kern/
H A Dtask.h995 extern boolean_t task_is_ipc_active(
H A Dtask.c757 task_is_ipc_active(task_t task) in task_is_ipc_active() function
/xnu-11215/bsd/kern/
H A Dkern_proc.c5448 if (!task_is_ipc_active(task)) { in task_for_pid()