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

Go to the source code of this file.

Functions

int test_omp_test_nest_lock ()
 
int main ()
 

Variables

static omp_nest_lock_t lck
 

Function Documentation

◆ main()

int main ( void  )

Definition at line 36 of file omp_test_nest_lock.c.

References i, REPETITIONS, and test_omp_test_nest_lock().

◆ test_omp_test_nest_lock()

int test_omp_test_nest_lock ( )

Definition at line 7 of file omp_test_nest_lock.c.

References i, lck, LOOPCOUNT, and result.

Referenced by main().

Variable Documentation

◆ lck

omp_nest_lock_t lck
static

Definition at line 5 of file omp_test_nest_lock.c.

Referenced by test_omp_test_nest_lock().