Home
last modified time | relevance | path

Searched refs:destination_ptr (Results 1 – 22 of 22) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtxe_queue_receive.c80 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
110 else if (destination_ptr == TX_NULL) in _txe_queue_receive()
156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtx_queue_receive.c82 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() argument
114 …NSERT(TX_TRACE_QUEUE_RECEIVE, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(destination_ptr), wait_option… in _tx_queue_receive()
134 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
181 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
253 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
408 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) destination_ptr; in _tx_queue_receive()
/ThreadX-v6.3.0/common_smp/src/
Dtxe_queue_receive.c80 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
110 else if (destination_ptr == TX_NULL) in _txe_queue_receive()
156 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtx_queue_receive.c82 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() argument
114 …NSERT(TX_TRACE_QUEUE_RECEIVE, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(destination_ptr), wait_option… in _tx_queue_receive()
134 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
181 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
253 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
408 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) destination_ptr; in _tx_queue_receive()
/ThreadX-v6.3.0/common_modules/module_lib/src/
Dtxm_queue_receive.c73 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
79 …atcher)(TXM_QUEUE_RECEIVE_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) destination_ptr, (ALIGN_TYPE)… in _txe_queue_receive()
/ThreadX-v6.3.0/common_modules/module_manager/src/
Dtxm_module_manager_memory_load.c88 UCHAR *destination_ptr; in _txm_module_manager_memory_load() local
132 destination_ptr = (UCHAR *) code_start; in _txm_module_manager_memory_load()
142 *destination_ptr++ = *source_ptr++; in _txm_module_manager_memory_load()
Dtxm_module_manager_file_load.c98 UCHAR *destination_ptr; in _txm_module_manager_file_load() local
149 destination_ptr = (UCHAR *) code_start; in _txm_module_manager_file_load()
157 … status = fx_file_read(&module_file, (VOID *) destination_ptr, code_size, &actual_size); in _txm_module_manager_file_load()
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1661 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1677 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1689 UINT _txr_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
/ThreadX-v6.3.0/ports/cortex_m3/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_r4/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_m7/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_m4/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_a8/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_a9/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_r5/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_r7/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h383 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h383 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_a7/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/ports/cortex_a5/ghs/inc/
Dtx_el.h384 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1713 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1729 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);