LLVM OpenMP 22.0.0git
omp_nested.c File Reference
#include <stdio.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Functions

int test_omp_nested ()
int main ()

Function Documentation

◆ main()

int main ( void )

Definition at line 38 of file omp_nested.c.

References i, REPETITIONS, and test_omp_nested().

◆ test_omp_nested()

int test_omp_nested ( )

Definition at line 10 of file omp_nested.c.

References counter, omp_get_max_threads(), omp_set_max_active_levels, omp_set_nested, and omp_set_num_threads.

Referenced by main().