Searched refs:pthread_timedjoin_np (Results 1 – 3 of 3) sorted by relevance
/Zephyr-latest/tests/posix/common/src/ |
D | pthread.c | 433 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, ¬_done), ETIMEDOUT); in ZTEST() 442 zassert_ok(pthread_timedjoin_np(th, &ret, &done)); in ZTEST()
|
/Zephyr-latest/include/zephyr/posix/ |
D | pthread.h | 432 int pthread_timedjoin_np(pthread_t thread, void **status, const struct timespec *abstime);
|
/Zephyr-latest/lib/posix/options/ |
D | pthread.c | 1146 int pthread_timedjoin_np(pthread_t pthread, void **status, const struct timespec *abstime) in pthread_timedjoin_np() function
|