Home
last modified time | relevance | path

Searched refs:osPriorityAboveNormal (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c69 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/
Dthread_apis.c180 osThreadSetPriority(id, osPriorityAboveNormal); in thread3()
182 zassert_equal(rv, osPriorityAboveNormal, in thread3()
184 (int)osPriorityAboveNormal, (int)rv); in thread3()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h87 osPriorityAboveNormal = +1, ///< priority: above normal enumerator
Dcmsis_os2.h128 osPriorityAboveNormal = 32, /* /< Priority: above normal */ enumerator