#include <stdio.h>
Include dependency graph for a.15.1.c:
Go to the source code of this file.
Functions | |
void | work (int n) |
void | sub3 (int n) |
void | sub2 (int k) |
void | sub1 (int n) |
int | main () |
int main | ( | void | ) |
void sub1 | ( | int | n | ) |
void sub2 | ( | int | k | ) |
void sub3 | ( | int | n | ) |
void work | ( | int | n | ) |
Definition at line 6 of file a.15.1.c.
References omp_get_nested(), omp_get_num_threads(), and omp_get_thread_num().
Here is the call graph for this function: