Home
last modified time | relevance | path

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

/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/
Dtest_common.h14 #define THREAD_HIGH_PRIORITY 5 macro
Dload_store.c216 THREAD_HIGH_PRIORITY, THREAD_DSP_FLAGS, K_TICKS_FOREVER);
Dcalculation_arc.c138 THREAD_HIGH_PRIORITY, THREAD_DSP_FLAGS, K_TICKS_FOREVER);
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/
Dtest_common.h14 #define THREAD_HIGH_PRIORITY 5 macro
Dpi.c175 THREAD_HIGH_PRIORITY, THREAD_FP_FLAGS, K_TICKS_FOREVER);
Dload_store.c316 THREAD_HIGH_PRIORITY, THREAD_FP_FLAGS, K_TICKS_FOREVER);
/Zephyr-latest/tests/kernel/mutex/mutex_api/src/
Dtest_mutex_apis.c10 #define THREAD_HIGH_PRIORITY 1 macro
131 zassert_equal(priority, THREAD_HIGH_PRIORITY, in tThread_T1_priority_inheritance()
150 zassert_equal(priority, THREAD_HIGH_PRIORITY, in tThread_T1_priority_inheritance()
344 K_PRIO_PREEMPT(THREAD_HIGH_PRIORITY), in ZTEST_USER()
360 K_PRIO_PREEMPT(THREAD_HIGH_PRIORITY), in ZTEST_USER()
396 K_PRIO_PREEMPT(THREAD_HIGH_PRIORITY), in ZTEST_USER()