Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/src/
Dtxe_queue_receive.c79 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
109 else if (destination_ptr == TX_NULL) in _txe_queue_receive()
155 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtx_queue_receive.c81 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() argument
113 …NSERT(TX_TRACE_QUEUE_RECEIVE, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(destination_ptr), wait_option… in _tx_queue_receive()
133 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
180 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
252 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
407 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) destination_ptr; in _tx_queue_receive()
/ThreadX-v6.4.1/common_smp/src/
Dtxe_queue_receive.c79 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
109 else if (destination_ptr == TX_NULL) in _txe_queue_receive()
155 status = _tx_queue_receive(queue_ptr, destination_ptr, wait_option); in _txe_queue_receive()
Dtx_queue_receive.c81 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _tx_queue_receive() argument
113 …NSERT(TX_TRACE_QUEUE_RECEIVE, queue_ptr, TX_POINTER_TO_ULONG_CONVERT(destination_ptr), wait_option… in _tx_queue_receive()
133 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
180 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
252 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
407 thread_ptr -> tx_thread_additional_suspend_info = (VOID *) destination_ptr; in _tx_queue_receive()
/ThreadX-v6.4.1/common_modules/module_lib/src/
Dtxm_queue_receive.c72 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option) in _txe_queue_receive() argument
78 …atcher)(TXM_QUEUE_RECEIVE_CALL, (ALIGN_TYPE) queue_ptr, (ALIGN_TYPE) destination_ptr, (ALIGN_TYPE)… in _txe_queue_receive()
/ThreadX-v6.4.1/common_modules/module_manager/src/
Dtxm_module_manager_memory_load.c87 UCHAR *destination_ptr; in _txm_module_manager_memory_load() local
131 destination_ptr = (UCHAR *) code_start; in _txm_module_manager_memory_load()
141 *destination_ptr++ = *source_ptr++; in _txm_module_manager_memory_load()
Dtxm_module_manager_file_load.c97 UCHAR *destination_ptr; in _txm_module_manager_file_load() local
148 destination_ptr = (UCHAR *) code_start; in _txm_module_manager_file_load()
156 … status = fx_file_read(&module_file, (VOID *) destination_ptr, code_size, &actual_size); in _txm_module_manager_file_load()
/ThreadX-v6.4.1/common/inc/
Dtx_api.h1666 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1682 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1694 UINT _txr_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
/ThreadX-v6.4.1/ports/cortex_r4/ghs/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.4.1/ports/cortex_m7/ghs/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.4.1/ports_smp/mips32_interaptiv_smp/green/inc/
Dtx_el.h382 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.4.1/ports/cortex_a9/ghs/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.4.1/ports/cortex_m4/ghs/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.4.1/ports/cortex_m3/ghs/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.4.1/ports/cortex_a8/ghs/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.4.1/ports/cortex_a7/ghs/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.4.1/ports/cortex_a5/ghs/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.4.1/ports/cortex_r5/ghs/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.4.1/ports/cortex_r7/ghs/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.4.1/ports_arch/ARMv7-M/threadx/ghs/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.4.1/ports_smp/cortex_a5x_smp/green/inc/
Dtx_el.h382 …TX_EL_KERNEL_CALL_EVENT_INSERT_INFO2(TX_EL_QUEUE_RECEIVE, queue_ptr, destination_ptr); TX_EL_END_F…
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h1718 UINT _tx_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);
1734 UINT _txe_queue_receive(TX_QUEUE *queue_ptr, VOID *destination_ptr, ULONG wait_option);