Home
last modified time | relevance | path

Searched refs:source_ptr (Results 1 – 25 of 26) sorted by relevance

12

/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() argument
108 else if (source_ptr == TX_NULL) in _txe_queue_front_send()
154 status = _tx_queue_front_send(queue_ptr, source_ptr, 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() argument
108 else if (source_ptr == TX_NULL) in _txe_queue_send()
154 status = _tx_queue_send(queue_ptr, source_ptr, 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() argument
114 …SERT(TX_TRACE_QUEUE_FRONT_SEND, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(source_ptr), wait_option, q… in _tx_queue_front_send()
161 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
240 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
313 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; 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() argument
114 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_QUEUE_SEND, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(source_ptr), w… in _tx_queue_send()
141 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
229 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
315 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; 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() argument
108 else if (source_ptr == TX_NULL) in _txe_queue_front_send()
154 status = _tx_queue_front_send(queue_ptr, source_ptr, 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() argument
108 else if (source_ptr == TX_NULL) in _txe_queue_send()
154 status = _tx_queue_send(queue_ptr, source_ptr, 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() argument
114 …SERT(TX_TRACE_QUEUE_FRONT_SEND, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(source_ptr), wait_option, q… in _tx_queue_front_send()
161 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
240 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_front_send()
313 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; 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() argument
114 …TX_TRACE_IN_LINE_INSERT(TX_TRACE_QUEUE_SEND, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(source_ptr), w… in _tx_queue_send()
141 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
229 source = TX_VOID_TO_ULONG_POINTER_CONVERT(source_ptr); in _tx_queue_send()
315 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) source_ptr; in _tx_queue_send()
/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() argument
77 …tcher)(TXM_QUEUE_FRONT_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) wa… 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() argument
77 …_dispatcher)(TXM_QUEUE_SEND_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) source_ptr, (ALIGN_TYPE) wa… in _txe_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
129 source_ptr = (UCHAR *) module_location; in _txm_module_manager_memory_load()
142 *destination_ptr++ = *source_ptr++; in _txm_module_manager_memory_load()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1662 UINT _tx_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1664 UINT _tx_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1678 UINT _txe_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1680 UINT _txe_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1690 UINT _txr_queue_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
1692 UINT _txr_queue_front_send(TX_QUEUE *queue_ptr, VOID *source_ptr, ULONG wait_option);
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h381 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
382 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h381 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
382 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
/ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/
Dtx_el.h382 …X_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_FRONT_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…
383 … TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_SEND, queue_ptr, source_ptr); TX_EL_END_FILT…

12