Home
last modified time | relevance | path

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

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