LLVM OpenMP 19.0.0git
Macros | Functions | Variables
omp_for_schedule_dynamic.c File Reference
#include <stdio.h>
#include <omp.h>
#include <stdlib.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Macros

#define CFDMAX_SIZE   100
 

Functions

int test_omp_for_schedule_dynamic ()
 
int main ()
 

Variables

const int chunk_size = 7
 

Macro Definition Documentation

◆ CFDMAX_SIZE

#define CFDMAX_SIZE   100

Definition at line 16 of file omp_for_schedule_dynamic.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 79 of file omp_for_schedule_dynamic.c.

References i, REPETITIONS, and test_omp_for_schedule_dynamic().

◆ test_omp_for_schedule_dynamic()

int test_omp_for_schedule_dynamic ( )

Definition at line 19 of file omp_for_schedule_dynamic.c.

References CFDMAX_SIZE, chunk_size, count, i, and result.

Referenced by main().

Variable Documentation

◆ chunk_size

const int chunk_size = 7