#include <stdio.h>
#include <omp.h>
Include dependency graph for a.39.1.c:
Go to the source code of this file.
Functions | |
void | skip (int i) |
void | work (int i) |
int | main () |
int main | ( | void | ) |
Definition at line 15 of file a.39.1.c.
References omp_get_thread_num(), skip(), and work.
Here is the call graph for this function:
void skip | ( | int | i | ) |