Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_queue_front_send.c71 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() function
/ThreadX-v6.3.0/common/src/
Dtxe_queue_front_send.c78 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() function
/ThreadX-v6.3.0/common_smp/src/
Dtxe_queue_front_send.c78 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_front_send() function
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1496 #define tx_queue_front_send _txe_queue_front_send
1732 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1405 #define tx_queue_front_send _txe_queue_front_send
1680 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.3.0/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1362 return_value = (ALIGN_TYPE) _txe_queue_front_send( in _txm_module_manager_tx_queue_front_send_dispatch()