Searched refs:TX_SLEEP (Results 1 – 11 of 11) sorted by relevance
99 if (thread_ptr -> tx_thread_state < TX_SLEEP) in _tx_thread_wait_abort()116 if (thread_ptr -> tx_thread_state == TX_SLEEP) in _tx_thread_wait_abort()
96 if (thread_ptr -> tx_thread_state == TX_SLEEP) in _tx_thread_timeout()
162 thread_ptr -> tx_thread_state = TX_SLEEP; in _tx_thread_sleep()
86 if (thread_1.tx_thread_state != TX_SLEEP) in thread_0_entry()
713 case TX_SLEEP: in eTaskGetState()
192 #define TX_SLEEP ((UINT) 4) macro
191 #define TX_SLEEP ((UINT) 4) macro