Home
last modified time | relevance | path

Searched refs:TaskPrio (Results 1 – 1 of 1) sorted by relevance

/Zephyr-latest/tests/benchmarks/app_kernel/src/
Dpipe_b.c64 uint32_t TaskPrio = UINT32_MAX; in pipe_test() local
112 TaskPrio = k_thread_priority_get(k_current_get()); in pipe_test()
118 k_thread_priority_set(k_current_get(), TaskPrio - 2); in pipe_test()
139 k_thread_priority_set(k_current_get(), TaskPrio); in pipe_test()