Home
last modified time | relevance | path

Searched refs:thread_state (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dthread.c315 struct thread_state { struct
335 struct thread_state *tsp = &thread_states[idx]; in thread_state_to_text() argument
350 struct thread_state *tsp = &thread_states[idx]; in thread_text_to_state()
365 struct thread_state *tsp = &thread_states[idx]; in thread_walk_states()
/illumos-gate/usr/src/uts/common/pcmcia/cs/
H A Dcs.c426 sp->thread_state = SOCKET_THREAD_EXIT; in cs_deinit()
2727 sp->thread_state |= SOCKET_RESET_TIMER; in cs_card_insertion()
2731 sp->thread_state &= ~SOCKET_RESET_TIMER; in cs_card_insertion()
2797 sp->thread_state |= SOCKET_WAIT_FOR_READY; in cs_card_insertion()
3113 if (sp->thread_state & SOCKET_RESET_TIMER) { in cs_ready_timeout()
3124 if (sp->thread_state & SOCKET_WAIT_FOR_READY) { in cs_ready_timeout()
3570 if (sp->thread_state & SOCKET_WAIT_SYNC) { in cs_event_thread()
3572 sp->thread_state &= ~SOCKET_WAIT_SYNC; in cs_event_thread()
7874 sp->thread_state |= SOCKET_WAIT_SYNC;
8275 sp->thread_state |= SOCKET_THREAD_EXIT;
[all …]
/illumos-gate/usr/src/uts/common/pcmcia/sys/
H A Dcs_priv.h464 uint32_t thread_state; /* socket thread state flags */ member
/illumos-gate/usr/src/cmd/svc/configd/
H A Dconfigd.h588 typedef enum thread_state { enum