Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/mdb/common/mdb/
H A Dmdb_gcore.h89 ushort_t t_whatstop; member
/titanic_50/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.c917 t->t_whatstop = 0; in clock()
937 t->t_whatstop = 0; in clock()
H A Dlwp.c687 t->t_whatstop = SUSPEND_NORMAL; in lwp_create()
H A Dsig.c1178 t->t_whatstop = (short)what; in stop()
/titanic_50/usr/src/uts/common/sys/
H A Dthread.h177 ushort_t t_whatstop; /* more detailed reason */ member
/titanic_50/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()
/titanic_50/usr/src/uts/common/fs/proc/
H A Dprcontrol.c1254 t->t_whatstop == SYS_lwp_exit) in pr_setrun()
1257 t->t_whatstop = 0; in pr_setrun()
H A Dprsubr.c210 t_istop->t_whatstop == SYS_exit)) in prchoose()
976 sp->pr_what = t->t_whatstop; in prgetlwpstatus32()
985 if (t->t_whatstop == FLTPAGE) in prgetlwpstatus32()
1208 sp->pr_what = t->t_whatstop; in prgetlwpstatus()
H A Dprioctl.c1387 sp->pr_what = t->t_whatstop; in oprgetstatus32()
1392 if (t->t_whatstop == FLTPAGE) in oprgetstatus32()
3228 sp->pr_what = t->t_whatstop; in oprgetstatus()
/titanic_50/usr/src/uts/common/disp/
H A Dthread.c1272 t->t_whatstop = 0; in setrun_locked()