Searched refs:omp_get_num_threads (Results 1 - 10 of 10) sorted by relevance

/barrelfish-master/usr/bench/bomp_progress/
H A Dcpu_bound.c61 printf("%s: %lu: threads %d (%s), progress ", argv[0], rdtsc(), omp_get_num_threads(), omp_get_dynamic() ? "dynamic" : "static");
H A Dsync.c85 printf("%s, %lu: threads %d (%s), progress ", argv[0], rdtsc(), omp_get_num_threads(), omp_get_dynamic() ? "dynamic" : "static");
/barrelfish-master/include/
H A Domp.h192 extern int omp_get_num_threads(void);
/barrelfish-master/lib/bomp_new/
H A Domp.c62 * omp_get_num_threads region is the innermost enclosing parallel region.
65 int omp_get_num_threads(void) function
/barrelfish-master/usr/bench/xomp_bench/
H A Dwork_bench.c45 int num_threads = omp_get_num_threads() * 2;
/barrelfish-master/lib/bomp/
H A Domp.c64 * omp_get_num_threads region is the innermost enclosing parallel region.
67 int omp_get_num_threads(void) function
/barrelfish-master/usr/bench/bomp_benchmark/
H A Dep.c214 nthreads = omp_get_num_threads();
H A Dis.c664 nthreads = omp_get_num_threads();
H A Dcg.c320 nthreads = omp_get_num_threads();
H A Dft.c216 nthreads = omp_get_num_threads();

Completed in 124 milliseconds