#include <omp.h>
#include <assert.h>
Include dependency graph for ctor-1.C:
Go to the source code of this file.
Data Structures | |
struct | B< N > |
Functions | |
void | foo () |
int | main () |
Variables | |
static int | nthreads |
void foo | ( | void | ) |
Definition at line 43 of file ctor-1.C.
References b, nthreads, and omp_get_num_threads().
Here is the call graph for this function:
int main | ( | void | ) |
Definition at line 54 of file ctor-1.C.
References B< N >::dcount, foo(), B< N >::icount, nthreads, omp_set_dynamic(), omp_set_num_threads(), and B< N >::xcount.
Here is the call graph for this function:
int nthreads [static] |
Definition at line 41 of file ctor-1.C.
Referenced by foo(), gomp_iter_guided_next_locked(), gomp_iter_static_next(), gomp_iter_ull_guided_next_locked(), gomp_iter_ull_static_next(), gomp_loop_init(), gomp_loop_ull_init(), gomp_sections_init(), main(), test1(), and test2().