Home
last modified time | relevance | path

Searched refs:_tx_queue_front_send (Results 1 – 8 of 8) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtxe_queue_front_send.c154 status = _tx_queue_front_send(queue_ptr, source_ptr, wait_option); in _txe_queue_front_send()
Dtx_queue_front_send.c80 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/
Dtxe_queue_front_send.c154 status = _tx_queue_front_send(queue_ptr, source_ptr, wait_option); in _txe_queue_front_send()
Dtx_queue_front_send.c80 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/
Dtestcontrol.c1091 status = _tx_queue_front_send(&fake_queue, (VOID *) pointer, TX_WAIT_FOREVER); in tx_application_define()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1251 #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/
Dtx_api.h1171 #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/
Dtestcontrol.c1217 status = _tx_queue_front_send(&fake_queue, (VOID *) pointer, TX_WAIT_FOREVER); in tx_application_define()