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

/illumos-gate/usr/src/uts/common/os/
H A Dtask.c571 * void task_attach(task_t *, proc_t *)
574 * task_attach() is used to attach a process to a task; this operation is only
586 task_attach(task_t *tk, proc_t *p) function
643 task_attach(tk, p);

Completed in 524 milliseconds