/titanic_44/usr/src/uts/i86pc/ml/ |
H A D | genassym.c | 92 printf("#define\tFREE_THREAD 0x%x\n", TS_FREE); in main() 93 printf("#define\tTS_FREE 0x%x\n", TS_FREE); in main()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ttcompat.h | 82 #define TS_FREE 0x00 /* not in use */ macro
|
H A D | thread.h | 54 #define TS_FREE 0x00 /* Thread at loose ends */ macro 691 THREAD_SET_STATE(tp, TS_FREE, &(cpu)->cpu_thread_lock)
|
/titanic_44/usr/src/lib/libfakekernel/common/sys/ |
H A D | thread.h | 50 #define TS_FREE 0x00 /* Thread at loose ends */ macro
|
/titanic_44/usr/src/uts/sun4/ml/ |
H A D | genconst.c | 89 printf("#define\tTS_FREE 0x%x\n", TS_FREE); in main()
|
H A D | interrupt.s | 489 ! set to TS_ONPROC, but it helps in debugging if they're TS_FREE 757 mov TS_FREE, %o5
|
/titanic_44/usr/src/uts/i86pc/io/apix/ |
H A D | apix_intr.c | 333 it->t_state = TS_FREE; in apix_do_softint_epilog() 344 it->t_state = TS_FREE; in apix_do_softint_epilog() 723 it->t_state = TS_FREE; in apix_intr_thread_epilog() 742 it->t_state = TS_FREE; in apix_intr_thread_epilog()
|
/titanic_44/usr/src/uts/i86pc/os/ |
H A D | intr.c | 821 it->t_state = TS_FREE; in intr_thread_epilog() 837 it->t_state = TS_FREE; in intr_thread_epilog() 1079 it->t_state = TS_FREE; in dosoftint_epilog() 1090 it->t_state = TS_FREE; in dosoftint_epilog()
|
/titanic_44/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 316 { TS_FREE, "free" }, 484 if (fflag && (t.t_state == TS_FREE)) in thread() 618 if (t.t_state == TS_FREE) in threadlist() 837 if (t.t_state == TS_FREE && all == FALSE) { in stackinfo()
|
H A D | leaky_subr.c | 297 if (t->t_state != TS_FREE) in leaky_thread()
|
H A D | findstack.c | 96 argc, argv, fsi.fsi_tstate == TS_FREE)); in findstack()
|
H A D | genunix.c | 153 { "TS_FREE", UINT_MAX, TS_FREE }, in ps_threadprint() 2864 if (!(thr->t_flag & T_INTR_THREAD) || thr->t_state == TS_FREE) in cpuinfo_walk_ithread()
|
H A D | kmem.c | 2096 if (t->t_state == TS_FREE) in stack_active()
|
/titanic_44/usr/src/uts/common/disp/ |
H A D | thread.c | 541 case TS_FREE: in thread_create() 572 ASSERT(t == curthread || t->t_state == TS_FREE || t->t_procp == &p0); in thread_rele() 730 ASSERT(t != &t0 && t->t_state == TS_FREE); in thread_free() 963 ASSERT(t->t_state == TS_FREE); in reapq_move_lq_to_tq() 1002 t->t_state = TS_FREE; in reapq_add()
|
H A D | fss.c | 1822 ASSERT(t->t_state == TS_FREE); in fss_exitclass() 2203 (t->t_state & (TS_ZOMB|TS_FREE|TS_STOPPED|TS_ONPROC|TS_WAIT)) || in fss_swapout()
|
H A D | disp.c | 2421 if (tp->t_state != TS_FREE) { in disp_bound_common()
|
H A D | ts.c | 1653 (t->t_state & (TS_ZOMB | TS_FREE | TS_STOPPED | in ts_swapout()
|
/titanic_44/usr/src/lib/libdtrace/common/ |
H A D | procfs.sed.in | 53 SED_REPLACE(TS_FREE)
|
/titanic_44/usr/src/uts/common/os/ |
H A D | fork.c | 775 t->t_state = TS_FREE; in forklwp_fail()
|
H A D | lwp.c | 760 t->t_state = TS_FREE; in lwp_create()
|
H A D | cpu.c | 2932 t->t_state = TS_FREE; in cpu_destroy_bound_threads()
|