Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c393 zassert_equal(pthread_tryjoin_np(th, &retval), EBUSY); in ZTEST()
399 zassert_ok(pthread_tryjoin_np(th, &retval)); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h433 int pthread_tryjoin_np(pthread_t thread, void **status);
/Zephyr-latest/lib/posix/options/
Dpthread.c1164 int pthread_tryjoin_np(pthread_t pthread, void **status) in pthread_tryjoin_np() function