Searched refs:TX_QUEUE_SUSP (Results 1 – 15 of 15) sorted by relevance
168 if (thread_ptr -> tx_thread_state == TX_QUEUE_SUSP) in _tx_queue_cleanup()
357 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_front_send()
351 thread_ptr -> tx_thread_state = TX_QUEUE_SUSP; in _tx_queue_send()
444 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()
717 case TX_QUEUE_SUSP: in eTaskGetState()
193 #define TX_QUEUE_SUSP ((UINT) 5) macro
192 #define TX_QUEUE_SUSP ((UINT) 5) macro