Searched refs:osPriorityAboveNormal (Results 1 – 4 of 4) sorted by relevance
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/ |
| D | thread_apis.c | 69 osThreadSetPriority(id, osPriorityAboveNormal); in thread3() 71 zassert_equal(rv, osPriorityAboveNormal, in thread3() 73 (int)osPriorityAboveNormal, (int)rv); in thread3()
|
| /Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/ |
| D | thread_apis.c | 171 osThreadSetPriority(id, osPriorityAboveNormal); in thread3() 173 zassert_equal(rv, osPriorityAboveNormal, "Expected priority to be changed to %d, not %d", in thread3() 174 (int)osPriorityAboveNormal, (int)rv); in thread3()
|
| /Zephyr-latest/include/zephyr/portability/ |
| D | cmsis_os.h | 87 osPriorityAboveNormal = +1, ///< priority: above normal enumerator
|
| D | cmsis_os2.h | 128 osPriorityAboveNormal = 32, /* /< Priority: above normal */ enumerator
|