Home
last modified time | relevance | path

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

/Zephyr-Core-3.5.0/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c356 status = osThreadDetach(tA); in ZTEST()
/Zephyr-Core-3.5.0/include/zephyr/portability/
Dcmsis_os2.h422 osStatus_t osThreadDetach(osThreadId_t thread_id);
/Zephyr-Core-3.5.0/subsys/portability/cmsis_rtos_v2/
Dthread.c437 osStatus_t osThreadDetach(osThreadId_t thread_id) in osThreadDetach() function