Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_debugger.h35 extern int __kmp_debugging; /* Boolean whether currently debugging OpenMP RTL */
H A Dexports_so.txt47 __kmp_debugging;
H A Dkmp_debugger.cpp30 int __kmp_debugging = FALSE; // Boolean whether currently debugging OpenMP RTL. variable
H A Ddllexports187 __kmp_debugging DATA
H A Dkmp.h3169 (__kmp_debugging ? KMP_ATOMIC_INC(&counter) + 1 : ~0)
H A Dkmp_runtime.cpp1667 if (__kmp_debugging) { // Let debugger override number of threads. in __kmp_fork_call()