threads           345 maint/gnulib/lib/nproc.c parse_omp_threads (char const* threads)
threads           349 maint/gnulib/lib/nproc.c   if (threads == NULL)
threads           354 maint/gnulib/lib/nproc.c   while (*threads != '\0' && c_isspace (*threads))
threads           355 maint/gnulib/lib/nproc.c     threads++;
threads           358 maint/gnulib/lib/nproc.c   if (c_isdigit (*threads))
threads           361 maint/gnulib/lib/nproc.c       unsigned long int value = strtoul (threads, &endptr, 10);
threads            36 maint/gnulib/lib/omp-init.c parse_omp_threads (char const* threads)
threads            40 maint/gnulib/lib/omp-init.c   if (threads == NULL)
threads            45 maint/gnulib/lib/omp-init.c   while (*threads != '\0' && c_isspace (*threads))
threads            46 maint/gnulib/lib/omp-init.c     threads++;
threads            49 maint/gnulib/lib/omp-init.c   if (c_isdigit (*threads))
threads            52 maint/gnulib/lib/omp-init.c       unsigned long int value = strtoul (threads, &endptr, 10);
threads           186 maint/gnulib/tests/test-asyncsafe-spin2.c   gl_thread_t threads[THREAD_COUNT];
threads           197 maint/gnulib/tests/test-asyncsafe-spin2.c     threads[i] = gl_thread_create (lock_mutator_thread, NULL);
threads           201 maint/gnulib/tests/test-asyncsafe-spin2.c     gl_thread_join (threads[i], NULL);
threads           206 maint/gnulib/tests/test-lock.c   gl_thread_t threads[THREAD_COUNT];
threads           217 maint/gnulib/tests/test-lock.c     threads[i] = gl_thread_create (lock_mutator_thread, NULL);
threads           221 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
threads           291 maint/gnulib/tests/test-lock.c   gl_thread_t threads[THREAD_COUNT];
threads           303 maint/gnulib/tests/test-lock.c     threads[i] = gl_thread_create (rwlock_mutator_thread, NULL);
threads           307 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
threads           394 maint/gnulib/tests/test-lock.c   gl_thread_t threads[THREAD_COUNT];
threads           405 maint/gnulib/tests/test-lock.c     threads[i] = gl_thread_create (reclock_mutator_thread, NULL);
threads           409 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
threads           483 maint/gnulib/tests/test-lock.c   gl_thread_t threads[THREAD_COUNT];
threads           506 maint/gnulib/tests/test-lock.c     threads[i] =
threads           564 maint/gnulib/tests/test-lock.c     gl_thread_join (threads[i], NULL);
threads           181 maint/gnulib/tests/test-mtx.c   thrd_t threads[THREAD_COUNT];
threads           193 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_create (&threads[i], lock_mutator_thread, NULL)
threads           198 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_join (threads[i], NULL) == thrd_success);
threads           284 maint/gnulib/tests/test-mtx.c   thrd_t threads[THREAD_COUNT];
threads           296 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_create (&threads[i], reclock_mutator_thread, NULL)
threads           301 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_join (threads[i], NULL) == thrd_success);
threads           375 maint/gnulib/tests/test-mtx.c   thrd_t threads[THREAD_COUNT];
threads           398 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_create (&threads[i],
threads           457 maint/gnulib/tests/test-mtx.c     ASSERT (thrd_join (threads[i], NULL) == thrd_success);
threads           181 maint/gnulib/tests/test-pthread-mutex.c   pthread_t threads[THREAD_COUNT];
threads           193 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_create (&threads[i], NULL, lock_mutator_thread, NULL) == 0);
threads           197 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_join (threads[i], NULL) == 0);
threads           283 maint/gnulib/tests/test-pthread-mutex.c   pthread_t threads[THREAD_COUNT];
threads           295 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_create (&threads[i], NULL, reclock_mutator_thread, NULL)
threads           300 maint/gnulib/tests/test-pthread-mutex.c     ASSERT (pthread_join (threads[i], NULL) == 0);
threads           150 maint/gnulib/tests/test-pthread-once2.c   pthread_t threads[THREAD_COUNT];
threads           178 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_create (&threads[i], NULL,
threads           237 maint/gnulib/tests/test-pthread-once2.c     ASSERT (pthread_join (threads[i], NULL) == 0);
threads           169 maint/gnulib/tests/test-pthread-rwlock.c   pthread_t threads[THREAD_COUNT];
threads           183 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_create (&threads[i], NULL, rwlock_mutator_thread, NULL)
threads           188 maint/gnulib/tests/test-pthread-rwlock.c     ASSERT (pthread_join (threads[i], NULL) == 0);
threads           173 maint/gnulib/tests/test-pthread-spin.c   pthread_t threads[THREAD_COUNT];
threads           185 maint/gnulib/tests/test-pthread-spin.c     ASSERT (pthread_create (&threads[i], NULL, lock_mutator_thread, NULL) == 0);
threads           189 maint/gnulib/tests/test-pthread-spin.c     ASSERT (pthread_join (threads[i], NULL) == 0);
threads           168 maint/gnulib/tests/test-pthread-tss.c       pthread_t threads[THREAD_COUNT];
threads           179 maint/gnulib/tests/test-pthread-tss.c         ASSERT (pthread_create (&threads[i], NULL,
threads           185 maint/gnulib/tests/test-pthread-tss.c         ASSERT (pthread_join (threads[i], NULL) == 0);
threads           339 maint/gnulib/tests/test-pthread-tss.c   pthread_t threads[THREAD_COUNT];
threads           348 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
threads           354 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
threads           392 maint/gnulib/tests/test-pthread-tss.c   pthread_t threads[THREAD_COUNT];
threads           401 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
threads           407 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
threads           481 maint/gnulib/tests/test-pthread-tss.c   pthread_t threads[THREAD_COUNT];
threads           490 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_create (&threads[id], NULL,
threads           496 maint/gnulib/tests/test-pthread-tss.c     ASSERT (pthread_join (threads[id], NULL) == 0);
threads           169 maint/gnulib/tests/test-simple-atomic.c         gl_thread_t threads[THREAD_COUNT];
threads           178 maint/gnulib/tests/test-simple-atomic.c           threads[i] = gl_thread_create (func, &counter[i][0]);
threads           182 maint/gnulib/tests/test-simple-atomic.c           gl_thread_join (threads[i], NULL);
threads           149 maint/gnulib/tests/test-thread_local.c       thrd_t threads[THREAD_COUNT];
threads           153 maint/gnulib/tests/test-thread_local.c         ASSERT (thrd_create (&threads[i], worker_thread, (void *) (uintptr_t) i)
threads           158 maint/gnulib/tests/test-thread_local.c         ASSERT (thrd_join (threads[i], NULL) == thrd_success);
threads           162 maint/gnulib/tests/test-tls.c       gl_thread_t threads[THREAD_COUNT];
threads           173 maint/gnulib/tests/test-tls.c         threads[i] = gl_thread_create (worker_thread, (void *) (uintptr_t) i);
threads           177 maint/gnulib/tests/test-tls.c         gl_thread_join (threads[i], NULL);
threads           325 maint/gnulib/tests/test-tls.c   gl_thread_t threads[THREAD_COUNT];
threads           334 maint/gnulib/tests/test-tls.c     threads[id] = gl_thread_create (dtorcheck1_thread, (void *) (uintptr_t) id);
threads           338 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
threads           374 maint/gnulib/tests/test-tls.c   gl_thread_t threads[THREAD_COUNT];
threads           383 maint/gnulib/tests/test-tls.c     threads[id] = gl_thread_create (dtorcheck2_thread, (void *) (uintptr_t) id);
threads           387 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
threads           453 maint/gnulib/tests/test-tls.c   gl_thread_t threads[THREAD_COUNT];
threads           462 maint/gnulib/tests/test-tls.c     threads[id] = gl_thread_create (racecheck_thread, (void *) (uintptr_t) id);
threads           466 maint/gnulib/tests/test-tls.c     gl_thread_join (threads[id], NULL);
threads           162 maint/gnulib/tests/test-tss.c       thrd_t threads[THREAD_COUNT];
threads           173 maint/gnulib/tests/test-tss.c         ASSERT (thrd_create (&threads[i], worker_thread, (void *) (uintptr_t) i)
threads           178 maint/gnulib/tests/test-tss.c         ASSERT (thrd_join (threads[i], NULL) == thrd_success);
threads           327 maint/gnulib/tests/test-tss.c   thrd_t threads[THREAD_COUNT];
threads           336 maint/gnulib/tests/test-tss.c     ASSERT (thrd_create (&threads[id], dtorcheck1_thread, (void *) (uintptr_t) id)
threads           341 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
threads           378 maint/gnulib/tests/test-tss.c   thrd_t threads[THREAD_COUNT];
threads           387 maint/gnulib/tests/test-tss.c     ASSERT (thrd_create (&threads[id], dtorcheck2_thread, (void *) (uintptr_t) id)
threads           392 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);
threads           460 maint/gnulib/tests/test-tss.c   thrd_t threads[THREAD_COUNT];
threads           469 maint/gnulib/tests/test-tss.c     ASSERT (thrd_create (&threads[id], racecheck_thread, (void *) (uintptr_t) id)
threads           474 maint/gnulib/tests/test-tss.c     ASSERT (thrd_join (threads[id], NULL) == thrd_success);