thrd_create 105 maint/gnulib/lib/glthread/thread.c switch (thrd_create ((thrd_t *) &main_arg->t.tid, thrd_main_func, main_arg)) thrd_create 98 maint/gnulib/lib/thrd.c # undef thrd_create thrd_create 114 maint/gnulib/lib/thrd.c thrd_create ((thrd_t *) &main_arg->t.tid, thrd_main_func, main_arg); thrd_create 139 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_RPL (thrd_create, int, (thrd_t *, thrd_start_t, void *) thrd_create 141 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_RPL (thrd_create, int, (thrd_t *, thrd_start_t, void *)); thrd_create 144 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (thrd_create, int, (thrd_t *, thrd_start_t, void *) thrd_create 147 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (thrd_create, int, (thrd_t *, thrd_start_t, void *)); thrd_create 149 maint/gnulib/lib/threads.in.h _GL_CXXALIASWARN (thrd_create); thrd_create 153 maint/gnulib/lib/threads.in.h _GL_WARN_ON_USE (thrd_create, "thrd_create is unportable - " thrd_create 93 maint/gnulib/tests/test-cnd.c ASSERT (thrd_create (&thread, cnd_wait_routine, NULL) == thrd_success); thrd_create 162 maint/gnulib/tests/test-cnd.c ASSERT (thrd_create (&thread, cnd_timedwait_routine, NULL) == thrd_success); thrd_create 190 maint/gnulib/tests/test-mtx.c ASSERT (thrd_create (&checkerthread, lock_checker_thread, NULL) thrd_create 193 maint/gnulib/tests/test-mtx.c ASSERT (thrd_create (&threads[i], lock_mutator_thread, NULL) thrd_create 293 maint/gnulib/tests/test-mtx.c ASSERT (thrd_create (&checkerthread, reclock_checker_thread, NULL) thrd_create 296 maint/gnulib/tests/test-mtx.c ASSERT (thrd_create (&threads[i], reclock_mutator_thread, NULL) thrd_create 398 maint/gnulib/tests/test-mtx.c ASSERT (thrd_create (&threads[i], thrd_create 47 maint/gnulib/tests/test-thrd_create.c if (thrd_create (&worker_thread, worker_thread_func, NULL) == thrd_success) thrd_create 153 maint/gnulib/tests/test-thread_local.c ASSERT (thrd_create (&threads[i], worker_thread, (void *) (uintptr_t) i) thrd_create 28 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::thrd_create, int, thrd_create 173 maint/gnulib/tests/test-tss.c ASSERT (thrd_create (&threads[i], worker_thread, (void *) (uintptr_t) i) thrd_create 336 maint/gnulib/tests/test-tss.c ASSERT (thrd_create (&threads[id], dtorcheck1_thread, (void *) (uintptr_t) id) thrd_create 387 maint/gnulib/tests/test-tss.c ASSERT (thrd_create (&threads[id], dtorcheck2_thread, (void *) (uintptr_t) id) thrd_create 469 maint/gnulib/tests/test-tss.c ASSERT (thrd_create (&threads[id], racecheck_thread, (void *) (uintptr_t) id)