#include <omp.h>
#include <stdlib.h>
Include dependency graph for critical-2.c:
Go to the source code of this file.
Defines | |
#define | N 2000 |
Functions | |
int | main () |
#define N 2000 |
Definition at line 8 of file critical-2.c.
Referenced by B< N >::B(), f1(), f10(), K< N >::f13(), f2(), f3(), f4(), f6(), f7(), f8(), f9(), f_1(), f_static_1(), foo(), main(), parloop(), set_data(), test1(), test_2(), and test_data().
int main | ( | void | ) |
Definition at line 10 of file critical-2.c.
References abort(), i, N, nthreads, and omp_get_num_threads().
Here is the call graph for this function: