Home
last modified time | relevance | path

Searched refs:TM_TEST_DURATION (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/
Dtm_api.h71 #ifndef TM_TEST_DURATION
72 #define TM_TEST_DURATION 30 macro
Dtm_synchronization_processing_test.c140 tm_thread_sleep(TM_TEST_DURATION); in tm_synchronization_processing_thread_report()
143 relative_time = relative_time + TM_TEST_DURATION; in tm_synchronization_processing_thread_report()
Dtm_memory_allocation_test.c142 tm_thread_sleep(TM_TEST_DURATION); in tm_memory_allocation_thread_report()
145 relative_time = relative_time + TM_TEST_DURATION; in tm_memory_allocation_thread_report()
Dtm_message_processing_test.c149 tm_thread_sleep(TM_TEST_DURATION); in tm_message_processing_thread_report()
152 relative_time = relative_time + TM_TEST_DURATION; in tm_message_processing_thread_report()
Dtm_basic_processing_test.c155 tm_thread_sleep(TM_TEST_DURATION); in tm_basic_processing_thread_report()
158 relative_time = relative_time + TM_TEST_DURATION; in tm_basic_processing_thread_report()
Dtm_interrupt_processing_test.c178 tm_thread_sleep(TM_TEST_DURATION); in tm_interrupt_thread_report()
181 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c181 tm_thread_sleep(TM_TEST_DURATION); in tm_interrupt_preemption_thread_report()
184 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_preemption_thread_report()
Dtm_preemptive_scheduling_test.c233 tm_thread_sleep(TM_TEST_DURATION); in tm_preemptive_thread_report()
236 relative_time = relative_time + TM_TEST_DURATION; in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c207 tm_thread_sleep(TM_TEST_DURATION); in tm_cooperative_thread_report()
210 relative_time = relative_time + TM_TEST_DURATION; in tm_cooperative_thread_report()