Home
last modified time | relevance | path

Searched refs:tm_thread_sleep (Results 1 – 12 of 12) sorted by relevance

/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dtm_porting_layer_template.c72 void tm_thread_sleep(int seconds) in tm_thread_sleep() function
Dtm_api.h83 void tm_thread_sleep(int seconds);
Dtm_synchronization_processing_test.c139 tm_thread_sleep(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()
Dtm_message_processing_test.c148 tm_thread_sleep(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()
Dtm_interrupt_processing_test.c177 tm_thread_sleep(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()
Dtm_preemptive_scheduling_test.c232 tm_thread_sleep(TM_TEST_DURATION); in tm_preemptive_thread_report()
Dtm_cooperative_scheduling_test.c206 tm_thread_sleep(TM_TEST_DURATION); in tm_cooperative_thread_report()
Dthread_metric_readme.txt153 void tm_thread_sleep(int seconds);
217 3. The tm_thread_sleep service is implemented by a 10ms RTOS
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c202 void tm_thread_sleep(int seconds) in tm_thread_sleep() function