Searched refs:THREAD_HIGH_PRIORITY (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/tests/arch/arc/arc_dsp_sharing/src/ |
D | test_common.h | 14 #define THREAD_HIGH_PRIORITY 5 macro
|
D | load_store.c | 216 THREAD_HIGH_PRIORITY, THREAD_DSP_FLAGS, K_TICKS_FOREVER);
|
D | calculation_arc.c | 138 THREAD_HIGH_PRIORITY, THREAD_DSP_FLAGS, K_TICKS_FOREVER);
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/src/ |
D | test_common.h | 14 #define THREAD_HIGH_PRIORITY 5 macro
|
D | pi.c | 175 THREAD_HIGH_PRIORITY, THREAD_FP_FLAGS, K_TICKS_FOREVER);
|
D | load_store.c | 316 THREAD_HIGH_PRIORITY, THREAD_FP_FLAGS, K_TICKS_FOREVER);
|
/Zephyr-latest/tests/kernel/mutex/mutex_api/src/ |
D | test_mutex_apis.c | 10 #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()
|