Searched refs:TX_QUEUE_SUSP (Results 1 – 15 of 15) sorted by relevance
167 if (thread_ptr -> tx_thread_state == TX_QUEUE_SUSP) in _tx_queue_cleanup()
356 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_front_send()
350 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_send()
443 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_receive()
132 if (thread_1.tx_thread_state != TX_QUEUE_SUSP) in thread_0_entry()
306 … if ((thread_1.tx_thread_state != TX_QUEUE_SUSP) || (thread_2.tx_thread_state != TX_QUEUE_SUSP) || in thread_0_entry()
720 case TX_QUEUE_SUSP: in eTaskGetState()
198 #define TX_QUEUE_SUSP ((UINT) 5) macro
197 #define TX_QUEUE_SUSP ((UINT) 5) macro