LLVM OpenMP 20.0.0git
Macros | Functions
teams_resize.c File Reference
#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)
 

Macro Definition Documentation

◆ NUM_TIMES

#define NUM_TIMES   10

Definition at line 14 of file teams_resize.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 16 of file teams_resize.c.

References i, NUM_TIMES, omp_get_max_threads(), and omp_get_num_threads().