Home
last modified time | relevance | path

Searched defs:source_ptr (Results 1 – 11 of 11) 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()
Dtxm_queue_send.c71 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
/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()
Dtxe_queue_send.c78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
Dtx_queue_front_send.c80 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _tx_queue_front_send()
Dtx_queue_send.c80 UINT _tx_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _tx_queue_send()
/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()
Dtxe_queue_send.c78 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _txe_queue_send()
Dtx_queue_front_send.c80 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _tx_queue_front_send()
Dtx_queue_send.c80 UINT _tx_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option) in _tx_queue_send()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_memory_load.c87 UCHAR *source_ptr; in _txm_module_manager_memory_load() local