Home
last modified time | relevance | path

Searched refs:osThreadSuspend (Results 1 – 3 of 3) sorted by relevance

/Zephyr-4.3.0/include/zephyr/portability/
Dcmsis_os2.h412 osStatus_t osThreadSuspend(osThreadId_t thread_id);
/Zephyr-4.3.0/subsys/portability/cmsis_rtos_v2/
Dthread.c359 osStatus_t osThreadSuspend(osThreadId_t thread_id) in osThreadSuspend() function
/Zephyr-4.3.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c96 zassert_equal(osThreadSuspend(thread_array[1]), osOK, ""); in thread2()