Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/portability/cmsis_rtos_v2/src/
Dthread_apis.c250 status = osThreadJoin(tB); in thread4()
277 status = osThreadJoin(tB); in ZTEST()
290 status = osThreadJoin(tA); in ZTEST()
308 status = osThreadJoin(thread); in ZTEST()
322 status = osThreadJoin(thread); in thread6()
417 status = osThreadJoin(id); in ZTEST()
446 status = osThreadJoin(id); in ZTEST()
/Zephyr-latest/include/zephyr/portability/
Dcmsis_os2.h427 osStatus_t osThreadJoin(osThreadId_t thread_id);
/Zephyr-latest/subsys/portability/cmsis_rtos_v2/
Dthread.c447 osStatus_t osThreadJoin(osThreadId_t thread_id) in osThreadJoin() function
/Zephyr-latest/doc/releases/
Drelease-notes-2.5.rst1853 * :github:`23063` - CMSIS v2 osThreadJoin does not work if thread exits with osThreadExit