|
Zephyr Project API
3.4.0
A Scalable Open Source RTOS
|
Macros | |
| #define | NUM_THREAD 2 |
| #define | ITRERATION_COUNT 5 |
| #define | BASE_PRIORITY 1 |
Functions | |
| static | K_SEM_DEFINE (sema2, 0, 2) |
| static | K_SEM_DEFINE (sema3, 0, 2) |
| static void | thread_tslice (void *p1, void *p2, void *p3) |
| ZTEST (threads_scheduling, test_priority_scheduling) | |
| Check the behavior of preemptive threads with different priorities. More... | |
Variables | |
| static int | thread_idx |
| static struct k_thread | t [2] |
| #define BASE_PRIORITY 1 |
| #define ITRERATION_COUNT 5 |
| #define NUM_THREAD 2 |
|
static |
|
static |
|
static |
|
static |
|
static |