LLVM OpenMP 20.0.0git
Functions
issue-94260-2.c File Reference
#include <stdio.h>
#include <omp.h>

Go to the source code of this file.

Functions

int test_omp_parallel_num_threads ()
 
int main ()
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 41 of file issue-94260-2.c.

References i, and test_omp_parallel_num_threads().

◆ test_omp_parallel_num_threads()

int test_omp_parallel_num_threads ( )

Definition at line 6 of file issue-94260-2.c.

References omp_get_num_threads().

Referenced by main().