Searched refs:osPriorityBelowNormal (Results 1 – 4 of 4) sorted by relevance
/Zephyr-latest/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-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
D | thread_apis.c | 173 osThreadSetPriority(id, osPriorityBelowNormal); in thread3() 175 zassert_equal(rv, osPriorityBelowNormal, in thread3() 177 (int)osPriorityBelowNormal, (int)rv); in thread3()
|
/Zephyr-latest/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
|