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

Go to the source code of this file.

Macros

#define LOCKS_PER_ITER   1000
 
#define ITERATIONS   (REPETITIONS + 1)
 

Functions

int test_omp_init_lock ()
 
int main ()
 

Macro Definition Documentation

◆ ITERATIONS

#define ITERATIONS   (REPETITIONS + 1)

Definition at line 7 of file omp_init_lock.c.

◆ LOCKS_PER_ITER

#define LOCKS_PER_ITER   1000

Definition at line 6 of file omp_init_lock.c.

Function Documentation

◆ main()

int main ( void  )

Definition at line 38 of file omp_init_lock.c.

References test_omp_init_lock().

◆ test_omp_init_lock()

int test_omp_init_lock ( )

Definition at line 11 of file omp_init_lock.c.

References i, ITERATIONS, j, and LOCKS_PER_ITER.

Referenced by main().