Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common_modules/module_lib/src/
Dtxm_queue_send.c71 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
/ThreadX-v6.2.1/common_smp/src/
Dtxe_queue_send.c78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
/ThreadX-v6.2.1/common/src/
Dtxe_queue_send.c78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h1480 #define tx_queue_send _txe_queue_send
1716 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.2.1/common/inc/
Dtx_api.h1389 #define tx_queue_send _txe_queue_send
1664 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.2.1/common_modules/module_manager/inc/
Dtxm_module_manager_dispatch.h1608 return_value = (ALIGN_TYPE) _txe_queue_send( in _txm_module_manager_tx_queue_send_dispatch()