Searched defs:_kthread (Results 1 – 1 of 1) sorted by relevance
117 typedef struct _kthread { struct118 struct _kthread *t_link; /* dispq, sleepq, and free queue link */ argument120 caddr_t t_stk; /* base of stack (kernel sp value to use) */121 void (*t_startpc)(void); /* PC where thread started */122 struct cpu *t_bound_cpu; /* cpu bound to, or NULL if not bound */123 short t_affinitycnt; /* nesting level of kernel affinity-setting */124 short t_bind_cpu; /* user-specified CPU binding (-1 if none) */125 uint_t t_flag; /* modified only by current thread */126 ushort_t t_proc_flag; /* modified holding ttproc(t)->p_lock */127 ushort_t t_schedflag; /* modified holding thread_lock(t) */[all …]