Searched refs:__kmp_atomic_lock_20c (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_atomic.cpp596 kmp_atomic_lock_t __kmp_atomic_lock_20c; variable
713 #define ATOMIC_LOCK20c __kmp_atomic_lock_20c // long double complex
3571 __kmp_acquire_atomic_lock(&__kmp_atomic_lock_20c, gtid);
3580 __kmp_release_atomic_lock(&__kmp_atomic_lock_20c, gtid);
H A Dkmp_atomic.h439 __kmp_atomic_lock_20c; /* Control access to all user coded atomics for long
H A Dkmp_runtime.cpp6501 __kmp_init_atomic_lock(&__kmp_atomic_lock_20c);

Completed in 202 milliseconds