Searched refs:_tx_queue_receive (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.2.1/common/src/ |
| D | txe_queue_receive.c | 156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
|
| D | tx_queue_receive.c | 82 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/ |
| D | txe_queue_receive.c | 156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
|
| D | tx_queue_receive.c | 82 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/ |
| D | tx_api.h | 1234 #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/ |
| D | tx_api.h | 1154 #define tx_queue_receive _tx_queue_receive 1647 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
|