Searched refs:KMP_BOOTSTRAP_LOCK_INIT (Results 1 – 2 of 2) sorted by relevance
452 KMP_BOOTSTRAP_LOCK_INIT(__kmp_initz_lock); /* Control initializations */454 KMP_BOOTSTRAP_LOCK_INIT(__kmp_forkjoin_lock); /* control fork/join access */456 KMP_BOOTSTRAP_LOCK_INIT(__kmp_exit_lock); /* exit() is not always thread-safe */460 KMP_BOOTSTRAP_LOCK_INIT(__kmp_monitor_lock);465 KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock);476 KMP_BOOTSTRAP_LOCK_INIT(__kmp_initz_lock); /* Control initializations */477 KMP_BOOTSTRAP_LOCK_INIT(__kmp_forkjoin_lock); /* control fork/join access */478 KMP_BOOTSTRAP_LOCK_INIT(__kmp_exit_lock); /* exit() is not always thread-safe */481 KMP_BOOTSTRAP_LOCK_INIT(__kmp_monitor_lock);485 KMP_BOOTSTRAP_LOCK_INIT(__kmp_tp_cached_lock);
520 #define KMP_BOOTSTRAP_LOCK_INIT(lock) \ macro