Searched refs:_txe_queue_send (Results 1 – 6 of 6) sorted by relevance
| /ThreadX-v6.3.0/common_modules/module_lib/src/ |
| D | txm_queue_send.c | 71 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
|
| /ThreadX-v6.3.0/common/src/ |
| D | txe_queue_send.c | 78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | txe_queue_send.c | 78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send() function
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 1494 #define tx_queue_send _txe_queue_send 1730 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 1403 #define tx_queue_send _txe_queue_send 1678 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
|
| /ThreadX-v6.3.0/common_modules/module_manager/inc/ |
| D | txm_module_manager_dispatch.h | 1608 return_value = (ALIGN_TYPE) _txe_queue_send( in _txm_module_manager_tx_queue_send_dispatch()
|