Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_queue_send.c70 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
/ThreadX-v6.4.1/common/src/
Dtxe_queue_send.c77 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
/ThreadX-v6.4.1/common_smp/src/
Dtxe_queue_send.c77 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1499 #define tx_queue_send _txe_queue_send
1735 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1408 #define tx_queue_send _txe_queue_send
1683 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.4.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1607 return_value = (ALIGN_TYPE) _txe_queue_send( in _txm_module_manager_tx_queue_send_dispatch()