Searched refs:__kmp_debugging (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_debugger.h25 * When __kmp_debugging is TRUE, each team and each task gets a unique integer
34 extern int __kmp_debugging; /* Boolean whether currently debugging OpenMP RTL */
H A Dkmp_debugger.cpp29 int __kmp_debugging = FALSE; // Boolean whether currently debugging OpenMP RTL. variable
H A Dkmp_runtime.cpp1552 if (__kmp_debugging) { // Let debugger override number of threads.
9343 int __kmp_debugging = FALSE;
H A Dkmp.h3668 (__kmp_debugging ? KMP_ATOMIC_INC(&counter) + 1 : ~0)

Completed in 203 milliseconds