Searched refs:osThreadJoin (Results 1 – 5 of 5) sorted by relevance
250 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()
281 osThreadJoin(id1); in ZTEST()282 osThreadJoin(id2); in ZTEST()
427 osStatus_t osThreadJoin(osThreadId_t thread_id);
435 osStatus_t osThreadJoin(osThreadId_t thread_id) in osThreadJoin() function
1853 * :github:`23063` - CMSIS v2 osThreadJoin does not work if thread exits with osThreadExit