Home
last modified time | relevance | path

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

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