/ThreadX-v6.4.1/common/src/ |
D | tx_queue_receive.c | 88 ULONG *destination; in _tx_queue_receive() local 133 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive() 138 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 180 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive() 185 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 252 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive() 257 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 290 destination = queue_ptr -> tx_queue_write; in _tx_queue_receive() 295 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 298 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_receive() [all …]
|
D | tx_queue_send.c | 86 ULONG *destination; in _tx_queue_send() local 141 destination = queue_ptr -> tx_queue_write; in _tx_queue_send() 146 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send() 149 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_send() 153 destination = queue_ptr -> tx_queue_start; in _tx_queue_send() 157 queue_ptr -> tx_queue_write = destination; in _tx_queue_send() 229 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send() 234 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
|
D | tx_queue_front_send.c | 86 ULONG *destination; in _tx_queue_front_send() local 161 destination = queue_ptr -> tx_queue_read; in _tx_queue_front_send() 166 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send() 240 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send() 245 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
|
D | tx_misra.c | 180 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size) in _tx_misra_message_copy() argument 187 d = *destination; in _tx_misra_message_copy() 206 *destination = d; in _tx_misra_message_copy()
|
/ThreadX-v6.4.1/common_smp/src/ |
D | tx_queue_receive.c | 88 ULONG *destination; in _tx_queue_receive() local 133 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive() 138 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 180 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive() 185 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 252 destination = TX_VOID_TO_ULONG_POINTER_CONVERT(destination_ptr); in _tx_queue_receive() 257 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 290 destination = queue_ptr -> tx_queue_write; in _tx_queue_receive() 295 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_receive() 298 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_receive() [all …]
|
D | tx_queue_send.c | 86 ULONG *destination; in _tx_queue_send() local 141 destination = queue_ptr -> tx_queue_write; in _tx_queue_send() 146 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send() 149 if (destination == queue_ptr -> tx_queue_end) in _tx_queue_send() 153 destination = queue_ptr -> tx_queue_start; in _tx_queue_send() 157 queue_ptr -> tx_queue_write = destination; in _tx_queue_send() 229 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_send() 234 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_send()
|
D | tx_queue_front_send.c | 86 ULONG *destination; in _tx_queue_front_send() local 161 destination = queue_ptr -> tx_queue_read; in _tx_queue_front_send() 166 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send() 240 … destination = TX_VOID_TO_ULONG_POINTER_CONVERT(thread_ptr -> tx_thread_additional_suspend_info); in _tx_queue_front_send() 245 TX_QUEUE_MESSAGE_COPY(source, destination, size) in _tx_queue_front_send()
|
D | tx_misra.c | 178 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size) in _tx_misra_message_copy() argument 185 d = *destination; in _tx_misra_message_copy() 204 *destination = d; in _tx_misra_message_copy()
|
/ThreadX-v6.4.1/ports_arch/ARMv8-A/ |
D | update.ps1 | 138 … 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.4.1/utility/rtos_compatibility_layers/posix/ |
D | px_mq_send.c | 88 UCHAR *destination; in mq_send() local 181 destination = (UCHAR * ) bp; in mq_send() 184 save_ptr = destination; in mq_send() 190 * destination++ = * source++; in mq_send()
|
/ThreadX-v6.4.1/ports_arch/ARMv7-A/ |
D | update.ps1 | 133 … 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.4.1/test/tx/regression/ |
D | threadx_thread_delayed_suspension_test.c | 55 static volatile ULONG destination = 0; variable 122 destination++; in test_isr()
|
D | threadx_queue_basic_one_word_test.c | 62 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()
|
D | threadx_thread_sleep_for_100ticks_test.c | 40 static volatile ULONG destination = 0; variable 124 destination++; in test_isr()
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_thread_delayed_suspension_test.c | 55 static volatile ULONG destination = 0; variable 122 destination++; in test_isr()
|
D | threadx_queue_basic_one_word_test.c | 62 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()
|
D | threadx_thread_sleep_for_100ticks_test.c | 40 static volatile ULONG destination = 0; variable 124 destination++; in test_isr()
|
/ThreadX-v6.4.1/common_smp/inc/ |
D | tx_api.h | 1938 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size);
|
/ThreadX-v6.4.1/common/inc/ |
D | tx_api.h | 1945 VOID _tx_misra_message_copy(ULONG **source, ULONG **destination, UINT size);
|