Searched refs:main_low_prio (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/tests/kernel/poll/src/ |
D | test_poll.c | 378 const int main_low_prio = 10; in ZTEST() local 402 k_thread_priority_set(k_current_get(), main_low_prio); in ZTEST() 407 main_low_prio - 1, K_USER | K_INHERIT_PERMS, in ZTEST() 441 k_thread_priority_set(k_current_get(), main_low_prio); in ZTEST() 446 0, 0, 0, main_low_prio - 1, 0, K_NO_WAIT); in ZTEST() 542 const int main_low_prio = 10; in test_poll_cancel() local 562 k_thread_priority_set(k_current_get(), main_low_prio); in test_poll_cancel() 568 main_low_prio - 1, K_USER | K_INHERIT_PERMS, in test_poll_cancel() 657 const int main_low_prio = 10; in ZTEST() local 669 k_thread_priority_set(k_current_get(), main_low_prio); in ZTEST() [all …]
|