Searched refs:_tx_queue_front_send (Results 1 – 8 of 8) sorted by relevance
| /ThreadX-v6.3.0/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.3.0/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.3.0/test/tx/regression/ |
| D | testcontrol.c | 1091 status = _tx_queue_front_send(&fake_queue, (VOID *) pointer, TX_WAIT_FOREVER); in tx_application_define()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1251 #define tx_queue_front_send _tx_queue_front_send 1716 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1171 #define tx_queue_front_send _tx_queue_front_send 1664 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/test/smp/regression/ |
| D | testcontrol.c | 1217 status = _tx_queue_front_send(&fake_queue, (VOID *) pointer, TX_WAIT_FOREVER); in tx_application_define()
|