Home
last modified time | relevance | path

Searched refs:tk_flags (Results 1 – 4 of 4) sorted by relevance

/titanic_41/usr/src/uts/common/sys/
H A Dtask.h54 uint_t tk_flags; /* task properties */ member
/titanic_41/usr/src/uts/common/os/
H A Dtask.c509 tk->tk_flags = TASK_NORMAL; in task_create()
898 p->p_task->tk_flags |= TASK_FINAL; in task_join()
994 task0p->tk_flags = TASK_NORMAL; in task_init()
/titanic_41/usr/src/uts/common/syscall/
H A Dtasksys.c87 if (p->p_task->tk_flags & TASK_FINAL) { in tasksys_settaskid()
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/
H A Dgenunix.c429 tk.tk_flags); in task()