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

/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_global.cpp200 const char *__kmp_speculative_statsfile = "-"; variable
H A Dkmp_lock.cpp1895 if (strcmp(__kmp_speculative_statsfile, "-") == 0)
1898 size_t buffLen = KMP_STRLEN(__kmp_speculative_statsfile) + 20;
1900 KMP_SNPRINTF(&buffer[0], buffLen, __kmp_speculative_statsfile,
H A Dkmp_settings.cpp4377 __kmp_stg_parse_file(name, value, "", CCAST(char**, &__kmp_speculative_statsfile));
4383 if (__kmp_str_match("-", 0, __kmp_speculative_statsfile)) {
4386 __kmp_stg_print_str(buffer, name, __kmp_speculative_statsfile);
H A Dkmp.h3011 extern const char *__kmp_speculative_statsfile;

Completed in 156 milliseconds