Searched refs:TX_INITIALIZE_ALMOST_DONE (Results 1 – 11 of 11) sorted by relevance
100 _tx_thread_system_state = TX_INITIALIZE_ALMOST_DONE; in _tx_initialize_kernel_setup()
106 if (_tx_thread_system_state != TX_INITIALIZE_ALMOST_DONE) in _tx_initialize_kernel_enter()
104 _tx_thread_system_state[0] = TX_INITIALIZE_ALMOST_DONE; in _tx_initialize_kernel_setup()
104 if (_tx_thread_system_state[0] != TX_INITIALIZE_ALMOST_DONE) in _tx_initialize_kernel_enter()
57 #define TX_INITIALIZE_ALMOST_DONE ((ULONG) 0xF0F0F0F1UL) macro
52 if (_tx_thread_system_state == TX_INITIALIZE_ALMOST_DONE) in main()
448 _tx_thread_system_state = TX_INITIALIZE_ALMOST_DONE; in main()
54 if (_tx_thread_system_state == TX_INITIALIZE_ALMOST_DONE) in main()
489 _tx_thread_system_state[0] = TX_INITIALIZE_ALMOST_DONE; in main()
55 #define TX_INITIALIZE_ALMOST_DONE 0xF0F0F0F1UL macro