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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp449 KMP_BOOTSTRAP_LOCK_INIT(__kmp_exit_lock); /* exit() is not always thread-safe */
471 KMP_BOOTSTRAP_LOCK_INIT(__kmp_exit_lock); /* exit() is not always thread-safe */ variable
H A Dkmp_runtime.cpp412 __kmp_acquire_bootstrap_lock(&__kmp_exit_lock);
439 __kmp_release_bootstrap_lock(&__kmp_exit_lock);
6504 __kmp_init_bootstrap_lock(&__kmp_exit_lock);
H A Dkmp.h2851 __kmp_exit_lock; /* exit() is not always thread-safe */

Completed in 116 milliseconds