| 
| static void  | thread_entry (void *p1, void *p2, void *p3) | 
|   | 
| static void  | thread_entry_prio (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST (threads_scheduling, test_priority_cooperative) | 
|   | Validate that the cooperative thread will not be preempted.  
  | 
|   | 
|   | ZTEST (threads_scheduling, test_priority_preemptible) | 
|   | Validate preemptiveness of preemptive thread.  
  | 
|   | 
|   | ZTEST (threads_scheduling_1cpu, test_priority_preemptible_wait_prio) | 
|   | Validate scheduling sequence of preemptive threads with start delay.  
  | 
|   | 
| void  | idle (void *p1, void *p2, void *p3) | 
|   | 
|   | ZTEST (threads_scheduling, test_bad_priorities) | 
|   | Validate checking priority values.  
  | 
|   |