Home
last modified time | relevance | path

Searched refs:_txe_queue_front_send (Results 1 – 6 of 6) sorted by relevance

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_queue_front_send.c70 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() function
/ThreadX-v6.4.1/common/src/
Dtxe_queue_front_send.c77 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_queue_front_send.c77 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1501 #define tx_queue_front_send _txe_queue_front_send
1737 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1410 #define tx_queue_front_send _txe_queue_front_send
1685 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1361 return_value = (ALIGN_TYPE) _txe_queue_front_send( in _txm_module_manager_tx_queue_front_send_dispatch()