|
| 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. More...
|
| |
| | ZTEST (threads_scheduling, test_priority_preemptible) |
| | Validate preemptiveness of preemptive thread. More...
|
| |
| | ZTEST (threads_scheduling_1cpu, test_priority_preemptible_wait_prio) |
| | Validate scheduling sequence of preemptive threads with start delay. More...
|
| |
| void | idle (void *p1, void *p2, void *p3) |
| |
| | ZTEST (threads_scheduling, test_bad_priorities) |
| |