Home
last modified time | relevance | path

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

/Zephyr-latest/tests/posix/common/src/
Dpthread.c433 zassert_equal(pthread_timedjoin_np(th, &ret, NULL), EINVAL); in ZTEST()
435 zassert_equal(pthread_timedjoin_np(th, &ret, &invalid[i]), EINVAL); in ZTEST()
439 zassert_equal(pthread_timedjoin_np(th, &ret, &not_done), ETIMEDOUT); in ZTEST()
442 zassert_ok(pthread_timedjoin_np(th, &ret, &done)); in ZTEST()
/Zephyr-latest/include/zephyr/posix/
Dpthread.h432 int pthread_timedjoin_np(pthread_t thread, void **status, const struct timespec *abstime);
/Zephyr-latest/lib/posix/options/
Dpthread.c1146 int pthread_timedjoin_np(pthread_t pthread, void **status, const struct timespec *abstime) in pthread_timedjoin_np() function