Home
last modified time | relevance | path

Searched refs:t_whatstop (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h89 ushort_t t_whatstop; member
/illumos-gate/usr/src/uts/common/os/
H A Dsched.c318 t->t_whatstop = SUSPEND_NORMAL; in sched()
494 t->t_whatstop = SUSPEND_NORMAL; in sched()
H A Dclock.c921 t->t_whatstop = 0; in clock()
941 t->t_whatstop = 0; in clock()
H A Dlwp.c686 t->t_whatstop = SUSPEND_NORMAL; in lwp_create()
H A Dsig.c1178 t->t_whatstop = (short)what; in stop()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h183 ushort_t t_whatstop; /* more detailed reason */ member
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dgcore.c966 t_istop_whatstop = t->t_whatstop; in gcore_prchoose()
1234 sp->pr_what = t->t_whatstop; in gcore_prgetlwpstatus()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1393 t->t_whatstop == SYS_lwp_exit) in pr_setrun()
1396 t->t_whatstop = 0; in pr_setrun()
H A Dprioctl.c1359 sp->pr_what = t->t_whatstop; in oprgetstatus32()
1364 if (t->t_whatstop == FLTPAGE) in oprgetstatus32()
3172 sp->pr_what = t->t_whatstop; in oprgetstatus()
H A Dprsubr.c231 t_istop->t_whatstop == SYS_exit)) in prchoose()
1020 sp->pr_what = t->t_whatstop; in prgetlwpstatus32()
1028 if (t->t_whatstop == FLTPAGE) in prgetlwpstatus32()
1252 sp->pr_what = t->t_whatstop; in prgetlwpstatus()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c1437 t->t_whatstop = 0; in setrun_locked()