|
Zephyr Project API
3.2.0
A Scalable Open Source RTOS
|
Functions | |
| K_SEM_DEFINE (sem_thread2, 0, 1) | |
| K_SEM_DEFINE (sem_thread1, 0, 1) | |
| void | thread2_set_prio_test (void) |
| thread2 portion to test setting the priority More... | |
| ZTEST (threads_lifecycle, test_threads_priority_set) | |
| Test the k_thread_priority_set() API. More... | |
Variables | |
| static int | thread2_data |
| K_SEM_DEFINE | ( | sem_thread1 | , |
| 0 | , | ||
| 1 | |||
| ) |
| K_SEM_DEFINE | ( | sem_thread2 | , |
| 0 | , | ||
| 1 | |||
| ) |
| void thread2_set_prio_test | ( | void | ) |
thread2 portion to test setting the priority
|
static |