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

/freebsd-12-stable/lib/libthr/thread/
H A Dthr_join.c42 static int join_common(pthread_t, void **, const struct timespec *, bool peek);
62 return (join_common(pthread, thread_return, NULL, false));
73 return (join_common(pthread, thread_return, abstime, false));
79 return (join_common(pthread, thread_return, NULL, true));
87 join_common(pthread_t pthread, void **thread_return, function

Completed in 113 milliseconds