Searched refs:__kmp_init_hidden_helper_threads (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp51 volatile int __kmp_init_hidden_helper_threads = FALSE; variable
H A Dkmp_runtime.cpp888 if (__kmp_enable_hidden_helper && !TCR_4(__kmp_init_hidden_helper_threads)) {
3828 if (__kmp_enable_hidden_helper && !TCR_4(__kmp_init_hidden_helper_threads)) {
3849 if (TCR_4(__kmp_init_hidden_helper_threads)) {
4542 int new_start_gtid = TCR_4(__kmp_init_hidden_helper_threads)
4551 if (TCR_4(__kmp_init_hidden_helper_threads)) {
7616 TCW_SYNC_4(__kmp_init_hidden_helper_threads, TRUE);
9221 TCW_4(__kmp_init_hidden_helper_threads, FALSE);
H A Dkmp.h3356 extern volatile int __kmp_init_hidden_helper_threads;

Completed in 193 milliseconds