| /ThreadX-v6.4.1/ports/c667x/ccs/example_build/tx/Release/ |
| D | subdir_vars.mk | 204 ./tx_block_allocate.d \ 205 ./tx_block_pool_cleanup.d \ 206 ./tx_block_pool_create.d \ 207 ./tx_block_pool_delete.d \ 208 ./tx_block_pool_info_get.d \ 209 ./tx_block_pool_initialize.d \ 210 ./tx_block_pool_performance_info_get.d \ 211 ./tx_block_pool_performance_system_info_get.d \ 212 ./tx_block_pool_prioritize.d \ 213 ./tx_block_release.d \ [all …]
|
| /ThreadX-v6.4.1/common/inc/ |
| D | tx_queue.h | 91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument 92 *(d)++ = *(s)++; \ 97 *(d)++ = *(s)++; \
|
| D | tx_trace.h | 62 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f) argument 455 …d) trace_event_ptr -> tx_trace_buffer_entry_info_1 = (ULONG) (a); trace_event_ptr -> tx_trace_bu… argument 457 …d) trace_event_ptr -> tx_trace_buffer_entry_information_field_1 = (ULONG) (a); trace_event_ptr -… argument 465 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,e) \ argument 497 TX_TRACE_INFO_FIELD_ASSIGNMENT((a),(b),(c),(d)) \
|
| /ThreadX-v6.4.1/common_smp/inc/ |
| D | tx_queue.h | 91 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument 92 *(d)++ = *(s)++; \ 97 *(d)++ = *(s)++; \
|
| D | tx_trace.h | 62 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f) argument 455 …d) trace_event_ptr -> tx_trace_buffer_entry_info_1 = (ULONG) (a); trace_event_ptr -> tx_trace_bu… argument 457 …d) trace_event_ptr -> tx_trace_buffer_entry_information_field_1 = (ULONG) (a); trace_event_ptr -… argument 465 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,e) \ argument 499 TX_TRACE_INFO_FIELD_ASSIGNMENT((a),(b),(c),(d)) \
|
| /ThreadX-v6.4.1/scripts/ |
| D | copy_module_armv7_m.sh | 29 for d in $(ls $source_folder/$ide); 32 source=$source_folder/$ide/$d 33 target=$ports_module_folder/$mcu/$ide/$d
|
| /ThreadX-v6.4.1/ports_smp/linux/gnu/example_build/ |
| D | Makefile | 22 DEPEND_LIST = $(OUTPUT_FOLDER)/*.d 49 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $< 54 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $< 59 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
|
| /ThreadX-v6.4.1/ports/linux/gnu/example_build/ |
| D | Makefile | 22 DEPEND_LIST = $(OUTPUT_FOLDER)/*.d 49 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $< 54 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $< 59 $(CC) $(CFLAGS) -MT $@ -MD -MP -MF $(OUTPUT_FOLDER)/$$filename.d -c -o $@ $<
|
| /ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/src/ |
| D | tx_thread_smp_core_preempt.s | 79 bl.d arc_ici_send ; Call ARC inter-core interrupt routine 83 j_s.d [blink] ; Return to caller with delay slot
|
| D | tx_thread_smp_low_level_initialize.s | 75 j_s.d [blink] ; Return to caller with delay slot
|
| D | tx_thread_smp_time_get.s | 75 j_s.d [blink] ; Return to caller with delay slot
|
| D | tx_timer_interrupt.s | 92 j_s.d [blink] ; Return to caller with delay 98 bl.d _tx_thread_smp_protect ; Get SMP protecton 127 b.d __tx_timer_done ; Skip moving the timer pointer
|
| D | tx_thread_smp_core_get.s | 78 j_s.d [blink] ; Return to caller with delay slot
|
| D | tx_thread_interrupt_control.s | 82 j_s.d [blink] ; Return to caller with delay slot
|
| /ThreadX-v6.4.1/common/src/ |
| D | tx_misra.c | 183 ULONG *s, *d; in _tx_misra_message_copy() local 187 d = *destination; in _tx_misra_message_copy() 190 *(d) = *(s); in _tx_misra_message_copy() 191 (d)++; in _tx_misra_message_copy() 198 *(d) = *(s); in _tx_misra_message_copy() 199 (d)++; in _tx_misra_message_copy() 206 *destination = d; in _tx_misra_message_copy()
|
| /ThreadX-v6.4.1/common_smp/src/ |
| D | tx_misra.c | 181 ULONG *s, *d; in _tx_misra_message_copy() local 185 d = *destination; in _tx_misra_message_copy() 188 *(d) = *(s); in _tx_misra_message_copy() 189 (d)++; in _tx_misra_message_copy() 196 *(d) = *(s); in _tx_misra_message_copy() 197 (d)++; in _tx_misra_message_copy() 204 *destination = d; in _tx_misra_message_copy()
|
| /ThreadX-v6.4.1/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/ |
| D | crti.s | 37 j.d [%blink] 63 j.d [%blink]
|
| /ThreadX-v6.4.1/ports/arm9/ac5/example_build/ |
| D | build_threadx_sample.bat | 3 armlink -d -o sample_threadx.axf --elf --ro 0 --first tx_initialize_low_level.o(Init) --remove --ma…
|
| /ThreadX-v6.4.1/ports/arc_em/metaware/src/ |
| D | tx_thread_interrupt_control.s | 80 j_s.d [blink] ; Return to caller with delay slot
|
| /ThreadX-v6.4.1/ports/arc_hs/metaware/src/ |
| D | tx_thread_interrupt_control.s | 80 j_s.d [blink] ; Return to caller with delay slot
|
| /ThreadX-v6.4.1/ports/arm11/ac5/example_build/ |
| D | build_threadx_sample.bat | 3 armlink -d -o sample_threadx.axf --elf --ro 0 --first tx_initialize_low_level.o(Init) --remove --ma…
|
| /ThreadX-v6.4.1/ports/cortex_a5/ac5/example_build/ |
| D | build_threadx_sample.bat | 3 armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --first tx_initialize_low_level.o…
|
| /ThreadX-v6.4.1/ports/cortex_m0/ac5/example_build/ |
| D | build_threadx_sample.bat | 3 armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --rw-base=0x20000000 --first __tx…
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/ac5/example_build/ |
| D | build_threadx_demo.bat | 3 armlink -d -o sample_threadx_module_manager.axf --elf --ro 0x80000000 --first tx_initialize_low_lev…
|
| /ThreadX-v6.4.1/ports_module/cortex_a7/gnu/example_build/ |
| D | build_threadx_demo.bat | 3 armlink -d -o sample_threadx_module_manager.axf --elf --ro 0x80000000 --first tx_initialize_low_lev…
|