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