Searched refs:pthread_tryjoin_np (Results 1 – 3 of 3) sorted by relevance
393 zassert_equal(pthread_tryjoin_np(th, &retval), EBUSY); in ZTEST()399 zassert_ok(pthread_tryjoin_np(th, &retval)); in ZTEST()
433 int pthread_tryjoin_np(pthread_t thread, void **status);
1164 int pthread_tryjoin_np(pthread_t pthread, void **status) in pthread_tryjoin_np() function