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

/barrelfish-2018-10-04/lib/bomp/
H A Dparallel.c46 g_bomp_state->bomp_threads = omp_get_max_threads();
H A Domp.c90 * The value returned by omp_get_max_threads is the value of the first element of
96 int omp_get_max_threads(void) function
/barrelfish-2018-10-04/lib/bomp_new/
H A Dparallel.c48 icv_task->nthreads = omp_get_max_threads();
49 debug_printf("omp_get_max_threads = %u\n", icv_task->nthreads);
H A Domp.c93 * The value returned by omp_get_max_threads is the value of the first element of
99 int omp_get_max_threads(void) function
/barrelfish-2018-10-04/usr/tests/bomptest/
H A Dcpu_bound.c53 int nthreads = omp_get_max_threads();
H A Dsync_progress.c30 int nthreads = omp_get_max_threads();
H A Dsync.c55 int nthreads = omp_get_max_threads();
/barrelfish-2018-10-04/include/
H A Domp.h193 extern int omp_get_max_threads(void);

Completed in 46 milliseconds