Home
last modified time | relevance | path

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

/src/lib/libthr/thread/
H A Dthr_join.c40 static int join_common(pthread_t, void **, const struct timespec *, bool peek,
69 return (join_common(pthread, thread_return, NULL, false, false)); in _thr_join()
80 return (join_common(pthread, thread_return, abstime, false, false)); in _pthread_timedjoin_np()
86 return (join_common(pthread, thread_return, NULL, true, false)); in _pthread_peekjoin_np()
92 return (join_common(pthread, thread_return, NULL, false, true)); in _pthread_tryjoin_np()
115 join_common(pthread_t pthread, void **thread_return, in join_common() function