Searched refs:omp_get_max_threads (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/libgomp/testsuite/libgomp.c/
H A Dicv-1.c10 if (omp_get_max_threads () != 4)
14 if (omp_get_max_threads () != 4)
19 if (omp_get_max_threads () != 6)
22 if (omp_get_max_threads () != 5)
25 if (omp_get_max_threads () != 6)
30 if (omp_get_max_threads () != 4)
H A Dtarget-5.c12 int m_o = omp_get_max_threads ();
22 int m = omp_get_max_threads ();
34 || m_o != omp_get_max_threads ())
52 || m != omp_get_max_threads ())
64 || m_o != omp_get_max_threads ())
80 || m != omp_get_max_threads ())
H A Dicv-2.c23 if (omp_get_max_threads () != (p ? 3 : 6))
28 l |= omp_get_max_threads () != (p ? 3 : 6);
30 l |= omp_get_max_threads () != ((p ? 3 : 6) + omp_get_thread_num ());
H A Dlib-1.c57 if (omp_get_max_threads () != 5)
64 if (omp_get_max_threads () != 3)
/haiku-buildtools/gcc/libgomp/testsuite/libgomp.fortran/
H A Dlib1.f9044 if (omp_get_max_threads () .ne. 5) call abort
48 if (omp_get_max_threads () .ne. 3) call abort
/haiku-buildtools/gcc/libstdc++-v3/include/parallel/
H A Dtags.h66 return omp_get_max_threads();
H A Dmerge.h245 omp_get_max_threads());
H A Dbase.h87 _ThreadIndex __i = omp_get_max_threads();
/haiku-buildtools/gcc/libgomp/
H A Dfortran.c53 ialias_redirect (omp_get_max_threads)
312 return omp_get_max_threads ();
H A Denv.c1374 omp_get_max_threads (void)
1461 ialias (omp_get_max_threads)
1373 omp_get_max_threads (void) function
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Doffload_omp_target.cpp105 num_threads = omp_get_max_threads();

Completed in 118 milliseconds