#include <omp.h>
Include dependency graph for shared-1.C:
Go to the source code of this file.
Data Structures | |
struct | Y |
struct | X |
Functions | |
void | abort (void) |
void | parallel (int a, int b) |
main () |
void abort | ( | void | ) |
main | ( | void | ) |
Definition at line 56 of file shared-1.C.
References parallel().
Here is the call graph for this function:
void parallel | ( | int | a, | |
int | b | |||
) |
Definition at line 17 of file shared-1.C.
References A, abort(), i, j, Y::l, num_threads, omp_get_num_threads(), parallel(), and X::y.
Here is the call graph for this function: