LLVM OpenMP 20.0.0git
Functions | Variables
bug_set_schedule_0.c File Reference
#include <stdio.h>
#include <omp.h>
#include "omp_testsuite.h"

Go to the source code of this file.

Functions

int test_set_schedule_0 ()
 
int main ()
 

Variables

int a = 0
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 30 of file bug_set_schedule_0.c.

References i, REPETITIONS, and test_set_schedule_0().

◆ test_set_schedule_0()

int test_set_schedule_0 ( )

Definition at line 11 of file bug_set_schedule_0.c.

References a, i, omp_sched_dynamic, and omp_set_schedule.

Referenced by main().

Variable Documentation

◆ a

int a = 0

Definition at line 9 of file bug_set_schedule_0.c.

Referenced by test_set_schedule_0().