/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.fortran/ |
H A D | reduction6.f90 | 5 integer nthreads variable 14 subroutine foo (b, nthreads) argument 17 integer :: err, nthreads local
|
/openbsd-src/gnu/gcc/libgomp/ |
H A D | iter.c | 46 unsigned long nthreads = team ? team->nthreads : 1; in gomp_iter_static_next() local 238 unsigned long nthreads = team ? team->nthreads : 1; in gomp_iter_guided_next_locked() local 272 unsigned long nthreads = team ? team->nthreads : 1; in gomp_iter_guided_next() local
|
H A D | team.c | 137 new_team (unsigned nthreads, struct gomp_work_share *work_share) in new_team() 178 gomp_team_start (void (*fn) (void *), void *data, unsigned nthreads, in gomp_team_start()
|
H A D | work.c | 39 gomp_new_work_share (bool ordered, unsigned nthreads) in gomp_new_work_share()
|
H A D | libgomp.h | 185 unsigned nthreads; member
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c/ |
H A D | omp_hello.c | 19 int nthreads, tid; in main() local
|
H A D | critical-2.c | 13 int nthreads; in main() local
|
H A D | omp_workshare2.c | 18 int i, nthreads, tid; in main() local
|
H A D | omp_workshare1.c | 19 int nthreads, tid, i, chunk; in main() local
|
/openbsd-src/gnu/gcc/libgomp/testsuite/libgomp.c++/ |
H A D | sections-1.C | 18 int i, nthreads, tid; in main() local
|
H A D | ctor-5.C | 30 static int nthreads; variable
|
H A D | ctor-6.C | 26 static int nthreads; variable
|
H A D | ctor-1.C | 41 static int nthreads; variable
|
H A D | ctor-7.C | 43 static int nthreads; variable
|
H A D | ctor-2.C | 51 static int nthreads; variable
|
H A D | ctor-3.C | 63 static int nthreads; variable
|
H A D | ctor-4.C | 64 static int nthreads; variable
|
/openbsd-src/regress/sys/kern/clock_gettime/ |
H A D | monotonicrelapse.c | 38 int error, i, nthreads; in main() local
|
/openbsd-src/regress/lib/libc/asr/bin/ |
H A D | threads.c | 35 int nthreads; variable
|
/openbsd-src/lib/libkvm/ |
H A D | kvm_proc2.c | 426 int mib[6], st, nthreads; in kvm_getprocs() local
|
/openbsd-src/sys/kern/ |
H A D | kern_fork.c | 68 int nthreads = 1; /* [a] proc 0 */ variable
|
H A D | kern_task.c | 144 taskq_create(const char *name, unsigned int nthreads, int ipl, in taskq_create() argument
|
/openbsd-src/sys/arch/amd64/amd64/ |
H A D | identcpu.c | 838 uint32_t nthreads = 1; /* per core */ in cpu_topology() local
|
/openbsd-src/gnu/usr.bin/binutils/gdb/ |
H A D | gdb_thread_db.h | 238 int nthreads; /* Total number of threads in use. */ member
|
/openbsd-src/gnu/gcc/gcc/ |
H A D | omp-low.c | 2786 tree l0, l1, l2, n, q, s0, e0, e, t, nthreads, threadid; in expand_omp_for_static_nochunk() local 2958 tree trip, nthreads, threadid; in expand_omp_for_static_chunk() local
|