Searched refs:thread_state (Results 1 – 4 of 4) sorted by relevance
316 struct thread_state { struct336 struct thread_state *tsp = &thread_states[idx]; in thread_state_to_text() argument351 struct thread_state *tsp = &thread_states[idx]; in thread_text_to_state()366 struct thread_state *tsp = &thread_states[idx]; in thread_walk_states()
426 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()2948 sp->thread_state &= ~(SOCKET_WAIT_FOR_READY | SOCKET_RESET_TIMER); in cs_card_removal()3048 sp->thread_state &= ~SOCKET_WAIT_FOR_READY; in ss_to_cs_events()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()3274 if (sp->thread_state & SOCKET_THREAD_EXIT) { in cs_event_thread()3330 if (sp->thread_state & SOCKET_WAIT_FOR_READY) { in cs_event_thread()[all …]
464 uint32_t thread_state; /* socket thread state flags */ member
588 typedef enum thread_state { enum