Searched refs:TS_ZOMB (Results 1 – 19 of 19) sorted by relevance
54 #define TS_ZOMB 0x08 /* Thread has died but hasn't been reaped */ macro
90 printf("#define\tTS_ZOMB 0x%x\n", TS_ZOMB); in main()
94 printf("#define\tTS_ZOMB 0x%x\n", TS_ZOMB); in main()
58 #define TS_ZOMB 0x08 /* Thread has died but hasn't been reaped */ macro665 #define THREAD_ZOMB(tp) THREAD_SET_STATE(tp, TS_ZOMB, NULL)
57 SED_REPLACE(TS_ZOMB)
327 (T->t_state == @TS_ZOMB@) ? SZOMB :335 (T->t_state == @TS_ZOMB@) ? 'Z' :
295 if ((borrow = (ts == TS_ZOMB)) != 0) { in tnf_thread_switch()
320 { TS_ZOMB, "zomb" },
930 case TS_ZOMB: in gcore_prchoose()1032 case TS_ZOMB: state = SZOMB; c = 'Z'; break; in gcore_prgetlwpsinfo()
157 { "TS_ZOMB", TS_ZOMB, TS_ZOMB }, in ps_threadprint()
1518 state = TS_ZOMB; in oprgetpsinfo32()1528 case TS_ZOMB: state = SZOMB; break; in oprgetpsinfo32()3357 state = TS_ZOMB; in oprgetpsinfo()3367 case TS_ZOMB: state = SZOMB; break; in oprgetpsinfo()
1160 t != NULL && t->t_state != TS_ZOMB); in pr_wait_stop()2372 case TS_ZOMB: in pr_allstopped()
177 case TS_ZOMB: /* last possible choice */ in prchoose()2522 case TS_ZOMB: state = SZOMB; c = 'Z'; break; in prgetlwpsinfo()2589 case TS_ZOMB: state = SZOMB; c = 'Z'; break; in prgetlwpsinfo32()
815 if (!(t == curthread || t->t_state == TS_ZOMB || in jobstopped()1064 case TS_ZOMB: in stop()
1061 t->t_state = TS_ZOMB; in lwp_exit()
634 t->t_state = TS_ZOMB; /* set zombie thread */ in thread_exit()
972 ASSERT(curthread->t_state == TS_ZOMB); in swtch_from_zombie()
1653 (t->t_state & (TS_ZOMB | TS_FREE | TS_STOPPED | in ts_swapout()
2203 (t->t_state & (TS_ZOMB|TS_FREE|TS_STOPPED|TS_ONPROC|TS_WAIT)) || in fss_swapout()