Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 19 of 19) sorted by relevance

/ThreadX-v6.3.0/common/src/
Dtx_queue_receive.c89 ULONG *destination; in _tx_queue_receive() local
134 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
139 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
181 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
186 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
253 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
258 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
291 destination = queue_ptr -> tx_queue_write; in _tx_queue_receive()
296 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
299 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_receive()
[all …]
Dtx_queue_send.c87 ULONG *destination; in _tx_queue_send() local
142 destination = queue_ptr -> tx_queue_write; in _tx_queue_send()
147 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
150 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_send()
154 destination = queue_ptr -> tx_queue_start; in _tx_queue_send()
158 queue_ptr -> tx_queue_write = destination; in _tx_queue_send()
230destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
235 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
Dtx_queue_front_send.c87 ULONG *destination; in _tx_queue_front_send() local
162 destination = queue_ptr -> tx_queue_read; in _tx_queue_front_send()
167 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
241destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
246 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
Dtx_misra.c181 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size) in _tx_misra_message_copy() argument
188 d = *destination; in _tx_misra_message_copy()
207 *destination = d; in _tx_misra_message_copy()
/ThreadX-v6.3.0/common_smp/src/
Dtx_queue_receive.c89 ULONG *destination; in _tx_queue_receive() local
134 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
139 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
181 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
186 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
253 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive()
258 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
291 destination = queue_ptr -> tx_queue_write; in _tx_queue_receive()
296 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive()
299 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_receive()
[all …]
Dtx_queue_send.c87 ULONG *destination; in _tx_queue_send() local
142 destination = queue_ptr -> tx_queue_write; in _tx_queue_send()
147 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
150 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_send()
154 destination = queue_ptr -> tx_queue_start; in _tx_queue_send()
158 queue_ptr -> tx_queue_write = destination; in _tx_queue_send()
230destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send()
235 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
Dtx_queue_front_send.c87 ULONG *destination; in _tx_queue_front_send() local
162 destination = queue_ptr -> tx_queue_read; in _tx_queue_front_send()
167 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
241destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send()
246 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
Dtx_misra.c179 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size) in _tx_misra_message_copy() argument
186 d = *destination; in _tx_misra_message_copy()
205 *destination = d; in _tx_misra_message_copy()
/ThreadX-v6.3.0/utility/rtos_compatibility_layers/posix/
Dpx_mq_send.c89 UCHAR *destination; in mq_send() local
182 destination = (UCHAR * ) bp; in mq_send()
185 save_ptr = destination; in mq_send()
191 * destination++ = * source++; in mq_send()
/ThreadX-v6.3.0/ports_arch/ARMv7-A/
Dupdate.ps1133 … Copy-FilesVerbose -source "threadx\common\*" -destination_directory $destination_directory
137 …Copy-FilesVerbose -source "threadx\ports\$compiler\*" -destination_directory $destination_directory
142 … Copy-FilesVerbose -source "threadx_smp\common\*" -destination_directory $destination_directory
145 …Copy-FilesVerbose -source "threadx_smp\ports\$compiler\*" -destination_directory $destination_dire…
/ThreadX-v6.3.0/ports_arch/ARMv8-A/
Dupdate.ps1138 … Copy-FilesVerbose -source "threadx\common\*" -destination_directory $destination_directory
142 …Copy-FilesVerbose -source "threadx\ports\$compiler\*" -destination_directory $destination_directory
147 … Copy-FilesVerbose -source "threadx_smp\common\*" -destination_directory $destination_directory
150 …Copy-FilesVerbose -source "threadx_smp\ports\$compiler\*" -destination_directory $destination_dire…
/ThreadX-v6.3.0/test/tx/regression/
Dthreadx_thread_delayed_suspension_test.c55 static volatile ULONG destination = 0; variable
122 destination++; in test_isr()
Dthreadx_queue_basic_one_word_test.c62 ULONG destination; in timer_entry() local
119 status = tx_queue_receive(&queue_0, &destination, 100); in timer_entry()
144 ULONG destination; in test_isr() local
193 status = tx_queue_receive(&queue_0, &destination, 100); in test_isr()
Dthreadx_thread_sleep_for_100ticks_test.c40 static volatile ULONG destination = 0; variable
124 destination++; in test_isr()
/ThreadX-v6.3.0/test/smp/regression/
Dthreadx_thread_delayed_suspension_test.c55 static volatile ULONG destination = 0; variable
122 destination++; in test_isr()
Dthreadx_queue_basic_one_word_test.c62 ULONG destination; in timer_entry() local
119 status = tx_queue_receive(&queue_0, &destination, 100); in timer_entry()
144 ULONG destination; in test_isr() local
193 status = tx_queue_receive(&queue_0, &destination, 100); in test_isr()
Dthreadx_thread_sleep_for_100ticks_test.c40 static volatile ULONG destination = 0; variable
124 destination++; in test_isr()
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h1933 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size);
/ThreadX-v6.3.0/common/inc/
Dtx_api.h1940 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size);