Searched refs:__kmp_thread_pool_active_nth (Results 1 – 5 of 5) sorted by relevance
410 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()411 KMP_DEBUG_ASSERT(TCR_4(__kmp_thread_pool_active_nth) >= 0); in __kmp_suspend_template()434 KMP_ATOMIC_INC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()
429 std::atomic<int> __kmp_thread_pool_active_nth = ATOMIC_VAR_INIT(0); variable
1508 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()1509 KMP_DEBUG_ASSERT(TCR_4(__kmp_thread_pool_active_nth) >= 0); in __kmp_suspend_template()1564 KMP_ATOMIC_INC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()
4187 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_allocate_thread()5607 KMP_ATOMIC_INC(&__kmp_thread_pool_active_nth); in __kmp_free_thread()5852 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_reap_thread()5853 KMP_DEBUG_ASSERT(__kmp_thread_pool_active_nth >= 0); in __kmp_reap_thread()7370 pool_active = __kmp_thread_pool_active_nth; in __kmp_load_balance_nproc()
3035 extern std::atomic<int> __kmp_thread_pool_active_nth;