Lines Matching refs:_kthread
96 typedef struct _kthread *kthread_id_t;
110 typedef struct _kthread { struct
111 struct _kthread *t_link; /* dispq, sleepq, and free queue link */ argument
151 struct _kthread *t_intr; /* interrupted (pinned) thread */ argument
168 struct _kthread *t_forw; /* process's forward thread link */ argument
169 struct _kthread *t_back; /* process's backward thread link */ argument
170 struct _kthread *t_thlink; /* tid (lwpid) lookup hash link */ argument
174 struct _kthread *t_next; /* doubly linked list of all threads */ argument
175 struct _kthread *t_prev; argument
287 struct _kthread *t_priforw; /* sleepq per-priority sublist */ argument
288 struct _kthread *t_priback; argument
534 extern struct _kthread t0; /* the scheduler thread */