Searched defs:task_detach (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dtask.c656 * void task_detach(proc_t *)
659 * task_detach() removes the specified process from its task. task_detach
662 * KM_SLEEP allocations, a task_detach() is followed by a subsequent
665 * Because task_detach() involves relinquishing the process's membership in
673 * pidlock and p_lock held across task_detach().
676 task_detach(proc_t *p) function
733 task_detach(p);

Completed in 68 milliseconds