Home
last modified time | relevance | path

Searched refs:TX_QUEUE_EMPTY (Results 1 – 7 of 7) sorted by relevance

/ThreadX-v6.2.1/common_smp/src/
Dtx_queue_cleanup.c194 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_EMPTY; in _tx_queue_cleanup()
Dtx_queue_receive.c383 status = TX_QUEUE_EMPTY; in _tx_queue_receive()
482 status = TX_QUEUE_EMPTY; in _tx_queue_receive()
/ThreadX-v6.2.1/common/src/
Dtx_queue_cleanup.c194 thread_ptr -> tx_thread_suspend_status = TX_QUEUE_EMPTY; in _tx_queue_cleanup()
Dtx_queue_receive.c383 status = TX_QUEUE_EMPTY; in _tx_queue_receive()
482 status = TX_QUEUE_EMPTY; in _tx_queue_receive()
/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_mq_receive.c175 case TX_QUEUE_EMPTY: in mq_receive()
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h209 #define TX_QUEUE_EMPTY ((UINT) 0x0A) macro
/ThreadX-v6.2.1/common/inc/
Dtx_api.h208 #define TX_QUEUE_EMPTY ((UINT) 0x0A) macro