Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_api.h70 #ifndef TM_TEST_DURATION
71 #define TM_TEST_DURATION 30 macro
Dtm_synchronization_processing_test.c139 tm_thread_sleep(TM_TEST_DURATION); in tm_synchronization_processing_thread_report()
142 relative_time = relative_time + TM_TEST_DURATION; in tm_synchronization_processing_thread_report()
Dtm_memory_allocation_test.c141 tm_thread_sleep(TM_TEST_DURATION); in tm_memory_allocation_thread_report()
144 relative_time = relative_time + TM_TEST_DURATION; in tm_memory_allocation_thread_report()
Dtm_message_processing_test.c148 tm_thread_sleep(TM_TEST_DURATION); in tm_message_processing_thread_report()
151 relative_time = relative_time + TM_TEST_DURATION; in tm_message_processing_thread_report()
Dtm_basic_processing_test.c154 tm_thread_sleep(TM_TEST_DURATION); in tm_basic_processing_thread_report()
157 relative_time = relative_time + TM_TEST_DURATION; in tm_basic_processing_thread_report()
Dtm_interrupt_processing_test.c177 tm_thread_sleep(TM_TEST_DURATION); in tm_interrupt_thread_report()
180 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_thread_report()
Dtm_interrupt_preemption_processing_test.c180 tm_thread_sleep(TM_TEST_DURATION); in tm_interrupt_preemption_thread_report()
183 relative_time = relative_time + TM_TEST_DURATION; in tm_interrupt_preemption_thread_report()
Dtm_preemptive_scheduling_test.c232 tm_thread_sleep(TM_TEST_DURATION); in tm_preemptive_thread_report()
235 relative_time = relative_time + TM_TEST_DURATION; in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c206 tm_thread_sleep(TM_TEST_DURATION); in tm_cooperative_thread_report()
209 relative_time = relative_time + TM_TEST_DURATION; in tm_cooperative_thread_report()