Home
last modified time | relevance | path

Searched refs:KMP_BOOTSTRAP_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_global.cpp478 KMP_BOOTSTRAP_LOCK_INIT(__kmp_initz_lock); /* Control initializations */
480 KMP_BOOTSTRAP_LOCK_INIT(__kmp_forkjoin_lock); /* control fork/join access */
482 KMP_BOOTSTRAP_LOCK_INIT(__kmp_exit_lock); /* exit() is not always thread-safe */
486 KMP_BOOTSTRAP_LOCK_INIT(__kmp_monitor_lock);
491 KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock);
502 KMP_BOOTSTRAP_LOCK_INIT(__kmp_initz_lock); /* Control initializations */
503 KMP_BOOTSTRAP_LOCK_INIT(__kmp_forkjoin_lock); /* control fork/join access */
504 KMP_BOOTSTRAP_LOCK_INIT(__kmp_exit_lock); /* exit() is not always thread-safe */
507 KMP_BOOTSTRAP_LOCK_INIT(__kmp_monitor_lock);
511 KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock);
HDkmp_lock.h524 #define KMP_BOOTSTRAP_LOCK_INIT(lock) \ macro