Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.h34 extern int __kmp_debugging; /* Boolean whether currently debugging OpenMP RTL */
H A Dexports_so.txt43 __kmp_debugging;
H A Dkmp_debugger.cpp29 int __kmp_debugging = FALSE; // Boolean whether currently debugging OpenMP RTL. variable
H A Ddllexports185 __kmp_debugging DATA
H A Dkmp.h3684 (__kmp_debugging ? KMP_ATOMIC_INC(&counter) + 1 : ~0)
H A Dkmp_runtime.cpp1612 if (__kmp_debugging) { // Let debugger override number of threads. in __kmp_fork_in_teams()
9394 int __kmp_debugging = FALSE; variable