thrd_join 166 maint/gnulib/lib/glthread/thread.c if (thrd_join (thread->tid, &dummy) != thrd_success) thrd_join 188 maint/gnulib/lib/thrd.c # undef thrd_join thrd_join 193 maint/gnulib/lib/thrd.c int err = thrd_join (thread->tid, NULL); thrd_join 211 maint/gnulib/lib/thrd.c # undef thrd_join thrd_join 214 maint/gnulib/lib/thrd.c int err = thrd_join (thread, &exitcode); thrd_join 260 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_RPL (thrd_join, int, (thrd_t, int *)); thrd_join 261 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_RPL (thrd_join, int, (thrd_t, int *)); thrd_join 264 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (thrd_join, int, (thrd_t, int *)); thrd_join 266 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (thrd_join, int, (thrd_t, int *)); thrd_join 268 maint/gnulib/lib/threads.in.h _GL_CXXALIASWARN (thrd_join); thrd_join 272 maint/gnulib/lib/threads.in.h _GL_WARN_ON_USE (thrd_join, "thrd_join is unportable - " thrd_join 108 maint/gnulib/tests/test-cnd.c ASSERT (thrd_join (thread, NULL) == thrd_success); thrd_join 177 maint/gnulib/tests/test-cnd.c ASSERT (thrd_join (thread, NULL) == thrd_success); thrd_join 198 maint/gnulib/tests/test-mtx.c ASSERT (thrd_join (threads[i], NULL) == thrd_success); thrd_join 200 maint/gnulib/tests/test-mtx.c ASSERT (thrd_join (checkerthread, NULL) == thrd_success); thrd_join 301 maint/gnulib/tests/test-mtx.c ASSERT (thrd_join (threads[i], NULL) == thrd_success); thrd_join 303 maint/gnulib/tests/test-mtx.c ASSERT (thrd_join (checkerthread, NULL) == thrd_success); thrd_join 457 maint/gnulib/tests/test-mtx.c ASSERT (thrd_join (threads[i], NULL) == thrd_success); thrd_join 58 maint/gnulib/tests/test-thrd_create.c ASSERT (thrd_join (worker_thread, &ret) == thrd_success); thrd_join 158 maint/gnulib/tests/test-thread_local.c ASSERT (thrd_join (threads[i], NULL) == thrd_success); thrd_join 36 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::thrd_join, int, (thrd_t, int *)); thrd_join 178 maint/gnulib/tests/test-tss.c ASSERT (thrd_join (threads[i], NULL) == thrd_success); thrd_join 341 maint/gnulib/tests/test-tss.c ASSERT (thrd_join (threads[id], NULL) == thrd_success); thrd_join 392 maint/gnulib/tests/test-tss.c ASSERT (thrd_join (threads[id], NULL) == thrd_success); thrd_join 474 maint/gnulib/tests/test-tss.c ASSERT (thrd_join (threads[id], NULL) == thrd_success);