Searched defs:_tx_thread_system_state (Results 1 – 8 of 8) sorted by relevance
138 _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS; in _tx_initialize_kernel_enter() local
100 _tx_thread_system_state = TX_INITIALIZE_ALMOST_DONE; in _tx_initialize_kernel_setup() local
74 volatile ULONG _tx_thread_system_state = TX_INITIALIZE_IN_PROGRESS; variable
104 _tx_thread_system_state[0] = TX_INITIALIZE_ALMOST_DONE; in _tx_initialize_kernel_setup() local
139 _tx_thread_system_state[0] = TX_INITIALIZE_IN_PROGRESS; in _tx_initialize_kernel_enter() local
103 volatile ULONG _tx_thread_system_state[TX_THREAD_SMP_MAX_CORES]; variable
340 THREAD_DECLARE volatile ULONG _tx_thread_system_state; variable
230 THREAD_DECLARE volatile ULONG _tx_thread_system_state[TX_THREAD_SMP_MAX_CORES]; variable240 #define _tx_thread_system_state _tx_thread_smp_current_state_get() macro