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

Go to the source code of this file.

Macros

#define CFSMAX_SIZE   1000
 
#define MAX_TIME   0.01
 
#define VERBOSE   0
 

Functions

int test_omp_for_schedule_static_3 ()
 
int main ()
 

Macro Definition Documentation

◆ CFSMAX_SIZE

#define CFSMAX_SIZE   1000

Definition at line 7 of file omp_for_schedule_static_3.c.

◆ MAX_TIME

#define MAX_TIME   0.01

Definition at line 8 of file omp_for_schedule_static_3.c.

◆ VERBOSE

#define VERBOSE   0

Definition at line 15 of file omp_for_schedule_static_3.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 191 of file omp_for_schedule_static_3.c.

References i, REPETITIONS, and test_omp_for_schedule_static_3().

◆ test_omp_for_schedule_static_3()

int test_omp_for_schedule_static_3 ( )