Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dtask.h95 extern void task_begin(task_t *, struct proc *);
/illumos-gate/usr/src/uts/common/os/
H A Dtask.c625 task_begin(task_t *tk, proc_t *p) in task_begin() function
735 task_begin(newtk, p); in task_change()
H A Dfork.c878 task_begin(tk, p); in newproc()