LLVM OpenMP 22.0.0git
omp_for_schedule_static.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

Functions

int test_omp_for_schedule_static ()
int main ()

Macro Definition Documentation

◆ CFSMAX_SIZE

#define CFSMAX_SIZE   1000

Definition at line 7 of file omp_for_schedule_static.c.

◆ MAX_TIME

#define MAX_TIME   0.01

Definition at line 8 of file omp_for_schedule_static.c.

Function Documentation

◆ main()

int main ( void )

Definition at line 143 of file omp_for_schedule_static.c.

References i, REPETITIONS, and test_omp_for_schedule_static().

◆ test_omp_for_schedule_static()

int test_omp_for_schedule_static ( )