Searched refs:_tx_queue_receive (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.3.0/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.3.0/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.3.0/test/tx/regression/ |
| D | testcontrol.c | 1097 status = _tx_queue_receive(&fake_queue, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1248 #define tx_queue_receive _tx_queue_receive 1713 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1168 #define tx_queue_receive _tx_queue_receive 1661 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | testcontrol.c | 1223 status = _tx_queue_receive(&fake_queue, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
|