LLVM OpenMP 20.0.0git
|
Go to the source code of this file.
Functions | |
int | test_kmp_set_defaults_lock_bug () |
int | main () |
Variables | |
omp_lock_t | lock |
Definition at line 40 of file kmp_set_defaults_lock_bug.c.
References i, lock, REPETITIONS, and test_kmp_set_defaults_lock_bug().
int test_kmp_set_defaults_lock_bug | ( | ) |
Definition at line 10 of file kmp_set_defaults_lock_bug.c.
References kmp_set_defaults, lock, and omp_get_num_threads().
Referenced by main().
omp_lock_t lock |
Definition at line 8 of file kmp_set_defaults_lock_bug.c.
Referenced by main(), and test_kmp_set_defaults_lock_bug().