LLVM OpenMP 20.0.0git
Macros | Functions
omp_for_static_large_chunk.c File Reference
#include <stdio.h>
#include <stdlib.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Macros

#define DEBUG_OUTPUT   0
 

Functions

int compare_ints (const void *v1, const void *v2)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ DEBUG_OUTPUT

#define DEBUG_OUTPUT   0

Definition at line 15 of file omp_for_static_large_chunk.c.

Function Documentation

◆ compare_ints()

int compare_ints ( const void v1,
const void v2 
)

Definition at line 19 of file omp_for_static_large_chunk.c.

Referenced by main().

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 25 of file omp_for_static_large_chunk.c.

References compare_ints(), i, j, and omp_get_max_threads().