Searched defs:_tx_thread_system_state (Results 1 – 8 of 8) sorted by relevance
137 _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS; in _tx_initialize_kernel_enter() local
99 _tx_thread_system_state = TX_INITIALIZE_ALMOST_DONE; in _tx_initialize_kernel_setup() local
73 volatile ULONG _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS; variable
103 _tx_thread_system_state[0] = TX_INITIALIZE_ALMOST_DONE; in _tx_initialize_kernel_setup() local
138 _tx_thread_system_state[0] = TX_INITIALIZE_IN_PROGRESS; in _tx_initialize_kernel_enter() local
102 volatile ULONG _tx_thread_system_state[TX_THREAD_SMP_MAX_CORES]; variable
339 THREAD_DECLARE volatile ULONG _tx_thread_system_state; variable
229 THREAD_DECLARE volatile ULONG _tx_thread_system_state[TX_THREAD_SMP_MAX_CORES]; variable239 #define _tx_thread_system_state _tx_thread_smp_current_state_get() macro