Searched refs:_txe_queue_send (Results 1 – 6 of 6) sorted by relevance
/ThreadX-v6.4.1/common_modules/module_lib/src/ |
D | txm_queue_send.c | 70 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/ |
D | txe_queue_send.c | 77 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/ |
D | txe_queue_send.c | 77 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/ |
D | tx_api.h | 1499 #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/ |
D | tx_api.h | 1408 #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/ |
D | txm_module_manager_dispatch.h | 1607 return_value = (ALIGN_TYPE) _txe_queue_send( in _txm_module_manager_tx_queue_send_dispatch()
|