Home
last modified time | relevance | path

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

/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_priority_scheduling.c20 #define BASE_PRIORITY 1 macro
76 K_PRIO_PREEMPT(BASE_PRIORITY - 1)); in ZTEST()
82 K_PRIO_PREEMPT(BASE_PRIORITY + i), 0, in ZTEST()
Dtest_slice_scheduling.c21 #define BASE_PRIORITY 0 macro
102 k_thread_priority_set(k_current_get(), K_PRIO_PREEMPT(BASE_PRIORITY)); in ZTEST()
109 K_PRIO_PREEMPT(BASE_PRIORITY), 0, in ZTEST()
114 k_sched_time_slice_set(SLICE_SIZE, K_PRIO_PREEMPT(BASE_PRIORITY)); in ZTEST()