Searched refs:tm_thread_create (Results  1 – 11 of 11) sorted by relevance
| /Zephyr-latest/tests/benchmarks/thread_metric/src/ | 
| D | tm_preemptive_scheduling_test.c | 85 	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()
  | 
| D | tm_cooperative_scheduling_test.c | 86 	tm_thread_create(0, prio, tm_cooperative_thread_0_entry);  in tm_cooperative_scheduling_initialize() 87 	tm_thread_create(1, prio, tm_cooperative_thread_1_entry);  in tm_cooperative_scheduling_initialize() 88 	tm_thread_create(2, prio, tm_cooperative_thread_2_entry);  in tm_cooperative_scheduling_initialize() 89 	tm_thread_create(3, prio, tm_cooperative_thread_3_entry);  in tm_cooperative_scheduling_initialize() 90 	tm_thread_create(4, prio, tm_cooperative_thread_4_entry);  in tm_cooperative_scheduling_initialize()
  | 
| D | tm_interrupt_preemption_processing_test.c | 85 	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()
  | 
| D | tm_api.h | 80 int tm_thread_create(int thread_id, int priority, void (*entry_function)(void *, void *, void *));
  | 
| D | tm_synchronization_processing_test.c | 77 	tm_thread_create(0, 10, tm_synchronization_processing_thread_0_entry);  in tm_synchronization_processing_initialize()
  | 
| D | tm_memory_allocation_test.c | 79 	tm_thread_create(0, 10, tm_memory_allocation_thread_0_entry);  in tm_memory_allocation_initialize()
  | 
| D | tm_message_processing_test.c | 79 	tm_thread_create(0, 10, tm_message_processing_thread_0_entry);  in tm_message_processing_initialize()
  | 
| D | tm_basic_processing_test.c | 85 	tm_thread_create(0, 10, tm_basic_processing_thread_0_entry);  in tm_basic_processing_initialize()
  | 
| D | tm_interrupt_processing_test.c | 82 	tm_thread_create(0, 10, tm_interrupt_thread_0_entry);  in tm_interrupt_processing_initialize()
  | 
| D | tm_porting_layer_zephyr.c | 64 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/ | 
| D | thread_metric_readme.txt | 165     int  tm_thread_create(int thread_id, int priority, void (*entry_function)(void));
  |