Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 165) sorted by relevance

1234567

/ThreadX-v6.3.0/ports/c667x/ccs/example_build/tx/Release/
Dsubdir_vars.mk204 ./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.3.0/common/inc/
Dtx_queue.h92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
93 *(d)++ = *(s)++; \
98 *(d)++ = *(s)++; \
Dtx_trace.h63 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f) argument
456d) trace_event_ptr -> tx_trace_buffer_entry_info_1 = (ULONG) (a); trace_event_ptr -> tx_trace_bu… argument
458d) trace_event_ptr -> tx_trace_buffer_entry_information_field_1 = (ULONG) (a); trace_event_ptr -… argument
466 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,e) \ argument
498 TX_TRACE_INFO_FIELD_ASSIGNMENT((a),(b),(c),(d)) \
/ThreadX-v6.3.0/common_smp/inc/
Dtx_queue.h92 #define TX_QUEUE_MESSAGE_COPY(s, d, z) \ argument
93 *(d)++ = *(s)++; \
98 *(d)++ = *(s)++; \
Dtx_trace.h63 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,f) argument
456d) trace_event_ptr -> tx_trace_buffer_entry_info_1 = (ULONG) (a); trace_event_ptr -> tx_trace_bu… argument
458d) trace_event_ptr -> tx_trace_buffer_entry_information_field_1 = (ULONG) (a); trace_event_ptr -… argument
466 #define TX_TRACE_IN_LINE_INSERT(i,a,b,c,d,e) \ argument
500 TX_TRACE_INFO_FIELD_ASSIGNMENT((a),(b),(c),(d)) \
/ThreadX-v6.3.0/scripts/
Dcopy_module_armv7_m.sh29 for d in $(ls $source_folder/$ide);
32 source=$source_folder/$ide/$d
33 target=$ports_module_folder/$mcu/$ide/$d
/ThreadX-v6.3.0/ports/linux/gnu/example_build/
DMakefile22 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.3.0/ports_smp/linux/gnu/example_build/
DMakefile22 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.3.0/ports_smp/arc_hs_smp/metaware/src/
Dtx_thread_smp_core_preempt.s80 bl.d arc_ici_send ; Call ARC inter-core interrupt routine
84 j_s.d [blink] ; Return to caller with delay slot
Dtx_thread_smp_low_level_initialize.s76 j_s.d [blink] ; Return to caller with delay slot
Dtx_thread_smp_time_get.s76 j_s.d [blink] ; Return to caller with delay slot
Dtx_timer_interrupt.s93 j_s.d [blink] ; Return to caller with delay
99 bl.d _tx_thread_smp_protect ; Get SMP protecton
128 b.d __tx_timer_done ; Skip moving the timer pointer
Dtx_thread_smp_core_get.s79 j_s.d [blink] ; Return to caller with delay slot
Dtx_thread_interrupt_control.s83 j_s.d [blink] ; Return to caller with delay slot
/ThreadX-v6.3.0/common/src/
Dtx_misra.c184 ULONG *s, *d; in _tx_misra_message_copy() local
188 d = *destination; in _tx_misra_message_copy()
191 *(d) = *(s); in _tx_misra_message_copy()
192 (d)++; in _tx_misra_message_copy()
199 *(d) = *(s); in _tx_misra_message_copy()
200 (d)++; in _tx_misra_message_copy()
207 *destination = d; in _tx_misra_message_copy()
/ThreadX-v6.3.0/common_smp/src/
Dtx_misra.c182 ULONG *s, *d; in _tx_misra_message_copy() local
186 d = *destination; in _tx_misra_message_copy()
189 *(d) = *(s); in _tx_misra_message_copy()
190 (d)++; in _tx_misra_message_copy()
197 *(d) = *(s); in _tx_misra_message_copy()
198 (d)++; in _tx_misra_message_copy()
205 *destination = d; in _tx_misra_message_copy()
/ThreadX-v6.3.0/ports_smp/arc_hs_smp/metaware/example_build/sample_threadx/
Dcrti.s37 j.d [%blink]
63 j.d [%blink]
/ThreadX-v6.3.0/ports/arc_em/metaware/src/
Dtx_thread_interrupt_control.s81 j_s.d [blink] ; Return to caller with delay slot
/ThreadX-v6.3.0/ports/arc_hs/metaware/src/
Dtx_thread_interrupt_control.s81 j_s.d [blink] ; Return to caller with delay slot
/ThreadX-v6.3.0/ports/arm9/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --ro 0 --first tx_initialize_low_level.o(Init) --remove --ma…
/ThreadX-v6.3.0/ports/arm11/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --ro 0 --first tx_initialize_low_level.o(Init) --remove --ma…
/ThreadX-v6.3.0/ports/cortex_a5/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --first tx_initialize_low_level.o…
/ThreadX-v6.3.0/ports/cortex_m0/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --rw-base=0x20000000 --first __tx…
/ThreadX-v6.3.0/ports/cortex_a8/ac5/example_build/
Dbuild_threadx_sample.bat3 armlink -d -o sample_threadx.axf --elf --map --ro-base=0x00000000 --first tx_initialize_low_level.o…
/ThreadX-v6.3.0/ports_module/cortex_a7/ac5/example_build/
Dbuild_threadx_demo.bat3 armlink -d -o sample_threadx_module_manager.axf --elf --ro 0x80000000 --first tx_initialize_low_lev…

1234567