|
LLVM OpenMP 22.0.0git
|
#include <stdio.h>#include <stdlib.h>#include <omp.h>Go to the source code of this file.
Macros | |
| #define | NUM_TIMES 10 |
Functions | |
| int | main (int argc, char **argv) |
| #define NUM_TIMES 10 |
Definition at line 14 of file teams_resize.c.
Referenced by main().
Definition at line 16 of file teams_resize.c.
References i, NUM_TIMES, omp_get_max_threads(), and omp_get_num_threads().