Searched refs:thread_state (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/tnf/ |
H A D | tnf_res.c | 242 TNF_PROBE_2(thread_state, "thread", /* CSTYLED */, in tnf_thread_queue() 323 TNF_PROBE_1(thread_state, "thread", /* CSTYLED */, in tnf_thread_switch() 326 TNF_PROBE_1(thread_state, "thread", /* CSTYLED */, in tnf_thread_switch() 339 TNF_PROBE_2(thread_state, "thread", /* CSTYLED */, in tnf_thread_switch() 343 TNF_PROBE_2(thread_state, "thread", /* CSTYLED */, in tnf_thread_switch()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | thread.c | 312 struct thread_state { struct 332 struct thread_state *tsp = &thread_states[idx]; in thread_state_to_text() argument 347 struct thread_state *tsp = &thread_states[idx]; in thread_text_to_state() 362 struct thread_state *tsp = &thread_states[idx]; in thread_walk_states()
|
/titanic_41/usr/src/uts/common/pcmcia/cs/ |
H A D | cs.c | 428 sp->thread_state = SOCKET_THREAD_EXIT; in cs_deinit() 2729 sp->thread_state |= SOCKET_RESET_TIMER; in cs_card_insertion() 2733 sp->thread_state &= ~SOCKET_RESET_TIMER; in cs_card_insertion() 2799 sp->thread_state |= SOCKET_WAIT_FOR_READY; in cs_card_insertion() 2950 sp->thread_state &= ~(SOCKET_WAIT_FOR_READY | SOCKET_RESET_TIMER); in cs_card_removal() 3050 sp->thread_state &= ~SOCKET_WAIT_FOR_READY; in ss_to_cs_events() 3115 if (sp->thread_state & SOCKET_RESET_TIMER) { in cs_ready_timeout() 3126 if (sp->thread_state & SOCKET_WAIT_FOR_READY) { in cs_ready_timeout() 3276 if (sp->thread_state & SOCKET_THREAD_EXIT) { in cs_event_thread() 3332 if (sp->thread_state & SOCKET_WAIT_FOR_READY) { in cs_event_thread() [all …]
|
/titanic_41/usr/src/uts/common/pcmcia/sys/ |
H A D | cs_priv.h | 466 uint32_t thread_state; /* socket thread state flags */ member
|
/titanic_41/usr/src/cmd/svc/configd/ |
H A D | configd.h | 589 typedef enum thread_state { enum
|
/titanic_41/usr/src/uts/sun4/os/ |
H A D | trap.c | 222 TNF_PROBE_1(thread_state, "thread", /* CSTYLED */, in trap() 1229 TNF_PROBE_1(thread_state, "thread", /* CSTYLED */, in trap()
|
/titanic_41/usr/src/uts/i86pc/os/ |
H A D | trap.c | 572 TNF_PROBE_1(thread_state, "thread", /* CSTYLED */, in trap() 1545 TNF_PROBE_1(thread_state, "thread", /* CSTYLED */, in trap()
|