Home
last modified time | relevance | path

Searched refs:TX_QUEUE_FULL (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_send.c290 status = TX_QUEUE_FULL; in _tx_queue_send()
422 status = TX_QUEUE_FULL; in _tx_queue_send()
Dtx_queue_front_send.c295 status = TX_QUEUE_FULL; in _tx_queue_front_send()
417 status = TX_QUEUE_FULL; in _tx_queue_front_send()
Dtx_queue_cleanup.c188 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL; in _tx_queue_cleanup()
/ThreadX-v6.2.1/common/src/
Dtx_queue_front_send.c295 status = TX_QUEUE_FULL; in _tx_queue_front_send()
417 status = TX_QUEUE_FULL; in _tx_queue_front_send()
Dtx_queue_send.c290 status = TX_QUEUE_FULL; in _tx_queue_send()
422 status = TX_QUEUE_FULL; in _tx_queue_send()
Dtx_queue_cleanup.c188 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_FULL; in _tx_queue_cleanup()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/FreeRTOS/
Dtx_freertos.c1396 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()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h210 #define TX_QUEUE_FULL ((UINT) 0x0B) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h209 #define TX_QUEUE_FULL ((UINT) 0x0B) macro