Searched refs:_tx_queue_front_send (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.2.1/common/src/ |
| D | txe_queue_front_send.c | 154 status = _tx_queue_front_send(queue_ptr, source_ptr, wait_option); in _txe_queue_front_send()
|
| D | tx_queue_front_send.c | 80 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _tx_queue_front_send() function
|
| /ThreadX-v6.2.1/common_smp/src/ |
| D | txe_queue_front_send.c | 154 status = _tx_queue_front_send(queue_ptr, source_ptr, wait_option); in _txe_queue_front_send()
|
| D | tx_queue_front_send.c | 80 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _tx_queue_front_send() function
|
| /ThreadX-v6.2.1/common_smp/inc/ |
| D | tx_api.h | 1237 #define tx_queue_front_send _tx_queue_front_send 1702 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
|
| /ThreadX-v6.2.1/common/inc/ |
| D | tx_api.h | 1157 #define tx_queue_front_send _tx_queue_front_send 1650 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
|