Home
last modified time | relevance | path

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

/ThreadX-v6.3.0/utility/benchmarks/thread_metric/
Dtm_preemptive_scheduling_test.c90 tm_thread_create(0, 10, tm_preemptive_thread_0_entry); in tm_preemptive_scheduling_initialize()
93 tm_thread_create(1, 9, tm_preemptive_thread_1_entry); in tm_preemptive_scheduling_initialize()
96 tm_thread_create(2, 8, tm_preemptive_thread_2_entry); in tm_preemptive_scheduling_initialize()
99 tm_thread_create(3, 7, tm_preemptive_thread_3_entry); in tm_preemptive_scheduling_initialize()
102 tm_thread_create(4, 6, tm_preemptive_thread_4_entry); in tm_preemptive_scheduling_initialize()
109 tm_thread_create(5, 2, tm_preemptive_thread_report); in tm_preemptive_scheduling_initialize()
Dtm_cooperative_scheduling_test.c90 tm_thread_create(0, 3, tm_cooperative_thread_0_entry); in tm_cooperative_scheduling_initialize()
91 tm_thread_create(1, 3, tm_cooperative_thread_1_entry); in tm_cooperative_scheduling_initialize()
92 tm_thread_create(2, 3, tm_cooperative_thread_2_entry); in tm_cooperative_scheduling_initialize()
93 tm_thread_create(3, 3, tm_cooperative_thread_3_entry); in tm_cooperative_scheduling_initialize()
94 tm_thread_create(4, 3, tm_cooperative_thread_4_entry); in tm_cooperative_scheduling_initialize()
105 tm_thread_create(5, 2, tm_cooperative_thread_report); in tm_cooperative_scheduling_initialize()
Dtm_interrupt_preemption_processing_test.c93 tm_thread_create(0, 3, tm_interrupt_preemption_thread_0_entry); in tm_interrupt_preemption_processing_initialize()
96 tm_thread_create(1, 10, tm_interrupt_preemption_thread_1_entry); in tm_interrupt_preemption_processing_initialize()
103 tm_thread_create(5, 2, tm_interrupt_preemption_thread_report); in tm_interrupt_preemption_processing_initialize()
Dtm_synchronization_processing_test.c82 tm_thread_create(0, 10, tm_synchronization_processing_thread_0_entry); in tm_synchronization_processing_initialize()
92 tm_thread_create(5, 2, tm_synchronization_processing_thread_report); in tm_synchronization_processing_initialize()
Dtm_memory_allocation_test.c82 tm_thread_create(0, 10, tm_memory_allocation_thread_0_entry); in tm_memory_allocation_initialize()
92 tm_thread_create(5, 2, tm_memory_allocation_thread_report); in tm_memory_allocation_initialize()
Dtm_message_processing_test.c85 tm_thread_create(0, 10, tm_message_processing_thread_0_entry); in tm_message_processing_initialize()
95 tm_thread_create(5, 2, tm_message_processing_thread_report); in tm_message_processing_initialize()
Dtm_basic_processing_test.c91 tm_thread_create(0, 10, tm_basic_processing_thread_0_entry); in tm_basic_processing_initialize()
98 tm_thread_create(5, 2, tm_basic_processing_thread_report); in tm_basic_processing_initialize()
Dtm_interrupt_processing_test.c89 tm_thread_create(0, 10, tm_interrupt_thread_0_entry); in tm_interrupt_processing_initialize()
100 tm_thread_create(5, 2, tm_interrupt_thread_report); in tm_interrupt_processing_initialize()
Dtm_porting_layer_template.c40 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void)) in tm_thread_create() function
Dtm_api.h80 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void));
Dthread_metric_readme.txt131 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void));
/ThreadX-v6.3.0/utility/benchmarks/thread_metric/threadx_example/
Dtm_porting_layer_threadx.c131 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void)) in tm_thread_create() function