|
Zephyr API Documentation 4.1.99
A Scalable Open Source RTOS
|
Data Structures | |
| struct | isr_arg |
Functions | |
| K_SEM_DEFINE (sem_thread2, 0, 1) | |
| K_SEM_DEFINE (sem_thread1, 0, 1) | |
| static void | test_isr (const void *arg) |
| Test changing a thread's priority from an ISR. | |
| void | thread2_set_prio_test (void *p1, void *p2, void *p3) |
| Test thread behavior when its priority is changed. | |
| void | test_threads_priority_set (void) |
| Test setting and verifying thread priorities. | |
| void | test_isr_threads_priority_set_ (void) |
| Test changing thread priorities from an ISR. | |
Variables | |
| static int | thread2_data |
| static struct isr_arg | prio_args |
| K_SEM_DEFINE | ( | sem_thread1 | , |
| 0 | , | ||
| 1 | ) |
| K_SEM_DEFINE | ( | sem_thread2 | , |
| 0 | , | ||
| 1 | ) |
|
static |
Test changing a thread's priority from an ISR.
| void thread2_set_prio_test | ( | void * | p1, |
| void * | p2, | ||
| void * | p3 ) |
Test thread behavior when its priority is changed.
|
static |
|
static |