Searched refs:_tx_queue_receive (Results 1 – 8 of 8) sorted by relevance
/ThreadX-v6.4.1/common/src/ |
D | txe_queue_receive.c | 155 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
|
D | tx_queue_receive.c | 81 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() function
|
/ThreadX-v6.4.1/common_smp/src/ |
D | txe_queue_receive.c | 155 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
|
D | tx_queue_receive.c | 81 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() function
|
/ThreadX-v6.4.1/test/tx/regression/ |
D | testcontrol.c | 1097 status = _tx_queue_receive(&fake_queue, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1253 #define tx_queue_receive _tx_queue_receive 1718 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1173 #define tx_queue_receive _tx_queue_receive 1666 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | testcontrol.c | 1223 status = _tx_queue_receive(&fake_queue, (VOID **) &pointer, TX_WAIT_FOREVER); in tx_application_define()
|