pthread_join      209 maint/gnulib/lib/glthread/thread.h     (pthread_in_use () ? pthread_join (THREAD, RETVALP) : 0)
pthread_join       89 maint/gnulib/lib/glthread/threadlib.c           if (pthread_join (thread, &retval) != 0)
pthread_join      699 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_RPL (pthread_join, int, (pthread_t thread, void **valuep));
pthread_join      700 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_RPL (pthread_join, int, (pthread_t thread, void **valuep));
pthread_join      703 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_SYS (pthread_join, int, (pthread_t thread, void **valuep));
pthread_join      705 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_SYS (pthread_join, int, (pthread_t thread, void **valuep));
pthread_join      708 maint/gnulib/lib/pthread.in.h _GL_CXXALIASWARN (pthread_join);
pthread_join      713 maint/gnulib/lib/pthread.in.h _GL_WARN_ON_USE (pthread_join, "pthread_join is not portable - "
pthread_join      405 maint/gnulib/lib/thrd.c   int err = pthread_join (thread, &exitptr);
pthread_join       67 maint/gnulib/tests/test-pthread-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pthread_join, int, (pthread_t, void **));
pthread_join      113 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_join (thread, NULL) == 0);
pthread_join      183 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_join (thread, NULL) == 0);
pthread_join      197 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_join (threads[i], NULL) == 0);
pthread_join      199 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_join (checkerthread, NULL) == 0);
pthread_join      300 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_join (threads[i], NULL) == 0);
pthread_join      302 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_join (checkerthread, NULL) == 0);
pthread_join      237 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_join (threads[i], NULL) == 0);
pthread_join      188 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_join (threads[i], NULL) == 0);
pthread_join      191 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_join (checkerthreads[i], NULL) == 0);
pthread_join      189 maint/gnulib/tests/test-pthread-spin.c     ASSERT (pthread_join (threads[i], NULL) == 0);
pthread_join      191 maint/gnulib/tests/test-pthread-spin.c   ASSERT (pthread_join (checkerthread, NULL) == 0);
pthread_join       58 maint/gnulib/tests/test-pthread-thread.c       ASSERT (pthread_join (worker_thread, &ret) == 0);
pthread_join      185 maint/gnulib/tests/test-pthread-tss.c         ASSERT (pthread_join (threads[i], NULL) == 0);
pthread_join      354 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
pthread_join      407 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
pthread_join      496 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
pthread_join       91 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_join (killer_thread, NULL) == 0);