Home
last modified time | relevance | path

Searched defs:old_prio (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/tests/kernel/sched/schedule_api/src/
Dtest_sched_priority.c49 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
85 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
125 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
Dtest_priority_scheduling.c71 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
Dtest_sched_timeslice_reset.c132 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
Dtest_slice_scheduling.c93 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
Dtest_sched_timeslice_and_lock.c15 static int old_prio, init_prio; variable
/Zephyr-latest/tests/kernel/mem_protect/stack_random/src/
Dmain.c65 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
/Zephyr-latest/tests/kernel/poll/src/
Dtest_poll.c395 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
543 int old_prio = k_thread_priority_get(k_current_get()); in test_poll_cancel() local
656 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
752 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
/Zephyr-latest/tests/kernel/mutex/sys_mutex/src/
Dthread_competition.c94 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
/Zephyr-latest/subsys/testsuite/ztest/src/
Dztress.c305 static void ztress_end(int old_prio) in ztress_end()
325 int old_prio = k_thread_priority_get(k_current_get()); in ztress_execute() local
/Zephyr-latest/tests/kernel/stack/stack/src/
Dtest_stack_contexts.c237 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
/Zephyr-latest/kernel/include/
Dpriority_q.h171 static ALWAYS_INLINE struct prio_info get_prio_info(int8_t old_prio) in get_prio_info()
/Zephyr-latest/tests/kernel/queue/src/
Dtest_queue_contexts.c481 int old_prio = k_thread_priority_get(k_current_get()); in ZTEST() local
/Zephyr-latest/kernel/
Dsched.c699 int old_prio = thread->base.prio; in z_thread_prio_set() local