Searched refs:__kmp_all_nth (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_threadprivate.cpp179 for (gtid = 0; gtid < __kmp_all_nth; ++gtid) {
198 for (gtid = 0; gtid < __kmp_all_nth; ++gtid) {
275 for (p = 0; p < __kmp_all_nth; ++p) {
H A Dkmp_global.cpp457 volatile int __kmp_all_nth = 0; variable
H A Dkmp_runtime.cpp130 __kmp_nth, __kmp_all_nth));
3808 initial one, "__kmp_all_nth >= __kmp_threads_capacity" condition does not
3833 if (__kmp_all_nth >= capacity && !__kmp_expand_threads(1)) {
3877 __kmp_all_nth++;
3883 if (__kmp_all_nth >= __kmp_tls_gtid_min) {
4158 __kmp_nth - 1); // __kmp_reap_thread will decrement __kmp_all_nth.
4506 KMP_ASSERT(__kmp_nth == __kmp_all_nth);
4507 KMP_ASSERT(__kmp_all_nth < __kmp_threads_capacity);
4670 __kmp_all_nth++;
4676 if (__kmp_all_nth >
[all...]
H A Dkmp_csupport.cpp123 ("__kmpc_global_num_threads: num_threads = %d\n", __kmp_all_nth));
125 return TCR_4(__kmp_all_nth);
H A Dz_Linux_util.cpp1307 __kmp_all_nth = 0;
H A Dkmp.h3586 extern volatile int __kmp_all_nth;

Completed in 206 milliseconds