Searched refs:osPriorityBelowNormal (Results 1 – 4 of 4) sorted by relevance
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v1/src/ |
D | thread_apis.c | 62 osThreadSetPriority(id, osPriorityBelowNormal); in thread3() 64 zassert_equal(rv, osPriorityBelowNormal, in thread3() 66 (int)osPriorityBelowNormal, (int)rv); in thread3()
|
/Zephyr-Core-3.6.0/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_apis.c | 174 osThreadSetPriority(id, osPriorityBelowNormal); in thread3() 176 zassert_equal(rv, osPriorityBelowNormal, in thread3() 178 (int)osPriorityBelowNormal, (int)rv); in thread3()
|
/Zephyr-Core-3.6.0/include/zephyr/portability/ |
D | cmsis_os.h | 85 osPriorityBelowNormal = -1, ///< priority: below normal enumerator
|
D | cmsis_os2.h | 112 osPriorityBelowNormal = 16, /* /< Priority: below normal */ enumerator
|