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

/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h96 typedef struct _kthread *kthread_id_t;
110 typedef struct _kthread { struct
111 struct _kthread *t_link; /* dispq, sleepq, and free queue link */
151 struct _kthread *t_intr; /* interrupted (pinned) thread */
168 struct _kthread *t_forw; /* process's forward thread link */
169 struct _kthread *t_back; /* process's backward thread link */
170 struct _kthread *t_thlink; /* tid (lwpid) lookup hash link */
174 struct _kthread *t_next; /* doubly linked list of all threads */
175 struct _kthread *t_prev;
288 struct _kthread *t_prifor
[all...]

Completed in 60 milliseconds