Home
last modified time | relevance | path

Searched refs:TS_ZOMB (Results 1 – 18 of 18) sorted by relevance

/illumos-gate/usr/src/lib/libfakekernel/common/sys/
H A Dthread.h55 #define TS_ZOMB 0x08 /* Thread has died but hasn't been reaped */ macro
/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c90 printf("#define\tTS_ZOMB 0x%x\n", TS_ZOMB); in main()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c94 printf("#define\tTS_ZOMB 0x%x\n", TS_ZOMB); in main()
/illumos-gate/usr/src/uts/common/sys/
H A Dthread.h62 #define TS_ZOMB 0x08 /* Thread has died but hasn't been reaped */ macro
671 #define THREAD_ZOMB(tp) THREAD_SET_STATE(tp, TS_ZOMB, NULL)
/illumos-gate/usr/src/lib/libdtrace/common/
H A Dprocfs.sed.in55 SED_REPLACE(TS_ZOMB)
H A Dprocfs.d.in327 (T->t_state == @TS_ZOMB@) ? SZOMB :
335 (T->t_state == @TS_ZOMB@) ? 'Z' :
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c323 { TS_ZOMB, "zomb" },
H A Dgcore.c930 case TS_ZOMB: in gcore_prchoose()
1032 case TS_ZOMB: state = SZOMB; c = 'Z'; break; in gcore_prgetlwpsinfo()
H A Dgenunix.c162 { "TS_ZOMB", TS_ZOMB, TS_ZOMB }, in ps_threadprint()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprioctl.c1490 state = TS_ZOMB; in oprgetpsinfo32()
1500 case TS_ZOMB: state = SZOMB; break; in oprgetpsinfo32()
3301 state = TS_ZOMB; in oprgetpsinfo()
3311 case TS_ZOMB: state = SZOMB; break; in oprgetpsinfo()
H A Dprcontrol.c1299 t != NULL && t->t_state != TS_ZOMB); in pr_wait_stop()
2490 case TS_ZOMB: in pr_allstopped()
H A Dprsubr.c198 case TS_ZOMB: /* last possible choice */ in prchoose()
3305 case TS_ZOMB: state = SZOMB; c = 'Z'; break; in prgetlwpsinfo()
3371 case TS_ZOMB: state = SZOMB; c = 'Z'; break; in prgetlwpsinfo32()
/illumos-gate/usr/src/uts/common/os/
H A Dsig.c831 if (!(t == curthread || t->t_state == TS_ZOMB || in jobstopped()
1080 case TS_ZOMB: in stop()
H A Dlwp.c1056 t->t_state = TS_ZOMB; in lwp_exit()
/illumos-gate/usr/src/uts/common/disp/
H A Dthread.c623 t->t_state = TS_ZOMB; /* set zombie thread */ in thread_exit()
H A Ddisp.c992 ASSERT(curthread->t_state == TS_ZOMB); in swtch_from_zombie()
H A Dts.c1598 (t->t_state & (TS_ZOMB | TS_FREE | TS_STOPPED | in ts_swapout()
H A Dfss.c2192 (t->t_state & (TS_ZOMB|TS_FREE|TS_STOPPED|TS_ONPROC|TS_WAIT)) || in fss_swapout()