Home
last modified time | relevance | path

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

/Zephyr-latest/tests/benchmarks/thread_metric/src/
Dtm_cooperative_scheduling_test.c85 tm_thread_create(0, 3, tm_cooperative_thread_0_entry); in tm_cooperative_scheduling_initialize()
86 tm_thread_create(1, 3, tm_cooperative_thread_1_entry); in tm_cooperative_scheduling_initialize()
87 tm_thread_create(2, 3, tm_cooperative_thread_2_entry); in tm_cooperative_scheduling_initialize()
88 tm_thread_create(3, 3, tm_cooperative_thread_3_entry); in tm_cooperative_scheduling_initialize()
89 tm_thread_create(4, 3, tm_cooperative_thread_4_entry); in tm_cooperative_scheduling_initialize()
Dtm_preemptive_scheduling_test.c85 tm_thread_create(0, 10, tm_preemptive_thread_0_entry); in tm_preemptive_scheduling_initialize()
88 tm_thread_create(1, 9, tm_preemptive_thread_1_entry); in tm_preemptive_scheduling_initialize()
91 tm_thread_create(2, 8, tm_preemptive_thread_2_entry); in tm_preemptive_scheduling_initialize()
94 tm_thread_create(3, 7, tm_preemptive_thread_3_entry); in tm_preemptive_scheduling_initialize()
97 tm_thread_create(4, 6, tm_preemptive_thread_4_entry); in tm_preemptive_scheduling_initialize()
Dtm_interrupt_preemption_processing_test.c85 tm_thread_create(0, 3, tm_interrupt_preemption_thread_0_entry); in tm_interrupt_preemption_processing_initialize()
88 tm_thread_create(1, 10, tm_interrupt_preemption_thread_1_entry); in tm_interrupt_preemption_processing_initialize()
Dtm_api.h80 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void *, void *, void *));
Dtm_synchronization_processing_test.c77 tm_thread_create(0, 10, tm_synchronization_processing_thread_0_entry); in tm_synchronization_processing_initialize()
Dtm_memory_allocation_test.c79 tm_thread_create(0, 10, tm_memory_allocation_thread_0_entry); in tm_memory_allocation_initialize()
Dtm_message_processing_test.c79 tm_thread_create(0, 10, tm_message_processing_thread_0_entry); in tm_message_processing_initialize()
Dtm_basic_processing_test.c85 tm_thread_create(0, 10, tm_basic_processing_thread_0_entry); in tm_basic_processing_initialize()
Dtm_interrupt_processing_test.c82 tm_thread_create(0, 10, tm_interrupt_thread_0_entry); in tm_interrupt_processing_initialize()
Dtm_porting_layer_zephyr.c64 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void *, void *, void *)) in tm_thread_create() function
/Zephyr-latest/tests/benchmarks/thread_metric/
Dthread_metric_readme.txt144 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void));