#include <omp.h>
Include dependency graph for pr27337.C:
Go to the source code of this file.
Data Structures | |
struct | S |
Functions | |
void | abort (void) |
S | foo () |
S | bar () |
int | main (void) |
Variables | |
int | n [3] |
S | x |
void abort | ( | void | ) |
S bar | ( | ) |
Definition at line 57 of file pr27337.C.
References S::i, i, and omp_get_thread_num().
Here is the call graph for this function:
S foo | ( | void | ) |
Definition at line 43 of file pr27337.C.
References S::i, i, and omp_get_thread_num().
Here is the call graph for this function:
int main | ( | void | ) |