Searched refs:TX_QUEUE_FULL (Results 1 – 9 of 9) sorted by relevance
290 status = TX_QUEUE_FULL; in _tx_queue_send()422 status = TX_QUEUE_FULL; in _tx_queue_send()
295 status = TX_QUEUE_FULL; in _tx_queue_front_send()417 status = TX_QUEUE_FULL; in _tx_queue_front_send()
188 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL; in _tx_queue_cleanup()
1396 if((ret != TX_SUCCESS) && (ret != TX_QUEUE_FULL)) { in xSemaphoreGive()1631 if((ret != TX_SUCCESS) && (ret != TX_QUEUE_FULL)) { in xQueueSend()1727 if((ret != TX_SUCCESS) && (ret != TX_QUEUE_FULL)) { in xQueueSendToFront()
210 #define TX_QUEUE_FULL ((UINT) 0x0B) macro
209 #define TX_QUEUE_FULL ((UINT) 0x0B) macro