Home
last modified time | relevance | path

Searched refs:__kmp_thread_pool_active_nth (Results 1 – 6 of 6) sorted by relevance

/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h735 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth);
736 KMP_DEBUG_ASSERT(TCR_4(__kmp_thread_pool_active_nth) >= 0);
780 KMP_ATOMIC_INC(&__kmp_thread_pool_active_nth);
H A Dkmp_global.cpp462 std::atomic<int> __kmp_thread_pool_active_nth = 0; variable
H A Dz_Windows_NT_util.cpp420 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()
421 KMP_DEBUG_ASSERT(TCR_4(__kmp_thread_pool_active_nth) >= 0); in __kmp_suspend_template()
453 KMP_ATOMIC_INC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()
H A Dz_Linux_util.cpp1547 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()
1548 KMP_DEBUG_ASSERT(TCR_4(__kmp_thread_pool_active_nth) >= 0); in __kmp_suspend_template()
1620 KMP_ATOMIC_INC(&__kmp_thread_pool_active_nth); in __kmp_suspend_template()
H A Dkmp_runtime.cpp4450 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_allocate_thread()
5979 KMP_ATOMIC_INC(&__kmp_thread_pool_active_nth); in __kmp_free_thread()
6223 // not decremented the global counter __kmp_thread_pool_active_nth yet, then in __kmp_reap_thread()
6230 KMP_ATOMIC_DEC(&__kmp_thread_pool_active_nth); in __kmp_reap_thread()
6231 KMP_DEBUG_ASSERT(__kmp_thread_pool_active_nth >= 0); in __kmp_reap_thread()
8222 pool_active = __kmp_thread_pool_active_nth; in __kmp_load_balance_nproc()
H A Dkmp.h3603 extern std::atomic<int> __kmp_thread_pool_active_nth;