LLVM OpenMP 20.0.0git
Macros | Functions
omp_for_schedule_guided.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.005
 

Functions

int test_omp_for_schedule_guided ()
 
int main ()
 

Macro Definition Documentation

◆ CFSMAX_SIZE

#define CFSMAX_SIZE   1000

Definition at line 24 of file omp_for_schedule_guided.c.

◆ MAX_TIME

#define MAX_TIME   0.005

Definition at line 25 of file omp_for_schedule_guided.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 206 of file omp_for_schedule_guided.c.

References i, REPETITIONS, and test_omp_for_schedule_guided().

◆ test_omp_for_schedule_guided()

int test_omp_for_schedule_guided ( )