Home
last modified time | relevance | path

Searched refs:_tx_queue_receive (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.2.1/common/src/
Dtxe_queue_receive.c156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtx_queue_receive.c82 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() function
/ThreadX-v6.2.1/common_smp/src/
Dtxe_queue_receive.c156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtx_queue_receive.c82 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1234 #define tx_queue_receive _tx_queue_receive
1699 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1154 #define tx_queue_receive _tx_queue_receive
1647 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);