Home
last modified time | relevance | path

Searched refs:osThreadYield (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v1/src/
Dthread_apis.c33 status = osThreadYield(); in thread1()
51 osThreadYield(); in thread2()
/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c56 status = osThreadYield(); in thread1()
108 osThreadYield(); in thread2()
/Zephyr-latest/subsys/portability/cmsis_rtos_v1/
Dcmsis_thread.c216 osStatus osThreadYield(void) in osThreadYield() function
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os.h329 osStatus osThreadYield (void);
Dcmsis_os2.h407 osStatus_t osThreadYield(void);
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c337 osStatus_t osThreadYield(void) in osThreadYield() function