pthread_create    205 maint/gnulib/lib/glthread/thread.h     (pthread_in_use () ? pthread_create (THREADP, NULL, FUNC, ARG) : ENOSYS)
pthread_create     82 maint/gnulib/lib/glthread/threadlib.c       if (pthread_create (&thread, NULL, dummy_thread_func, NULL) != 0)
pthread_create    120 maint/gnulib/lib/pthread-thread.c #  undef pthread_create
pthread_create    122 maint/gnulib/lib/pthread-thread.c   return pthread_create (threadp, attr, mainfunc, arg);
pthread_create    469 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_RPL (pthread_create, int,
pthread_create    474 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_RPL (pthread_create, int,
pthread_create    480 maint/gnulib/lib/pthread.in.h _GL_FUNCDECL_SYS (pthread_create, int,
pthread_create    486 maint/gnulib/lib/pthread.in.h _GL_CXXALIAS_SYS_CAST (pthread_create, int,
pthread_create    492 maint/gnulib/lib/pthread.in.h _GL_CXXALIASWARN (pthread_create);
pthread_create    497 maint/gnulib/lib/pthread.in.h _GL_WARN_ON_USE (pthread_create, "pthread_create is not portable - "
pthread_create    366 maint/gnulib/lib/thrd.c     int err = pthread_create (threadp, NULL,
pthread_create     30 maint/gnulib/tests/test-pthread-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::pthread_create, int,
pthread_create     98 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_create (&thread, NULL, pthread_cond_wait_routine, NULL) == 0);
pthread_create    167 maint/gnulib/tests/test-pthread-cond.c   ASSERT (pthread_create (&thread, NULL, pthread_cond_timedwait_routine, NULL)
pthread_create    190 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_create (&checkerthread, NULL, lock_checker_thread, NULL)
pthread_create    193 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_create (&threads[i], NULL, lock_mutator_thread, NULL) == 0);
pthread_create    292 maint/gnulib/tests/test-pthread-mutex.c   ASSERT (pthread_create (&checkerthread, NULL, reclock_checker_thread, NULL)
pthread_create    295 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_create (&threads[i], NULL, reclock_mutator_thread, NULL)
pthread_create    178 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_create (&threads[i], NULL,
pthread_create    179 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_create (&checkerthreads[i], NULL,
pthread_create    183 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_create (&threads[i], NULL, rwlock_mutator_thread, NULL)
pthread_create    182 maint/gnulib/tests/test-pthread-spin.c   ASSERT (pthread_create (&checkerthread, NULL, lock_checker_thread, NULL)
pthread_create    185 maint/gnulib/tests/test-pthread-spin.c     ASSERT (pthread_create (&threads[i], NULL, lock_mutator_thread, NULL) == 0);
pthread_create     47 maint/gnulib/tests/test-pthread-thread.c   if (pthread_create (&worker_thread, NULL, worker_thread_func, NULL) == 0)
pthread_create    179 maint/gnulib/tests/test-pthread-tss.c         ASSERT (pthread_create (&threads[i], NULL,
pthread_create    348 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
pthread_create    401 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
pthread_create    490 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
pthread_create     72 maint/gnulib/tests/test-pthread_sigmask2.c   ASSERT (pthread_create (&killer_thread, NULL, killer_thread_func, NULL) == 0);