Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dkmp_global.cpp200 const char *__kmp_speculative_statsfile = "-"; variable
Dkmp_lock.cpp1895 if (strcmp(__kmp_speculative_statsfile, "-") == 0) in __kmp_open_stats_file()
1898 size_t buffLen = KMP_STRLEN(__kmp_speculative_statsfile) + 20; in __kmp_open_stats_file()
1900 KMP_SNPRINTF(&buffer[0], buffLen, __kmp_speculative_statsfile, in __kmp_open_stats_file()
Dkmp_settings.cpp4377 __kmp_stg_parse_file(name, value, "", CCAST(char**, &__kmp_speculative_statsfile)); in __kmp_stg_parse_speculative_statsfile()
4383 if (__kmp_str_match("-", 0, __kmp_speculative_statsfile)) { in __kmp_stg_print_speculative_statsfile()
4386 __kmp_stg_print_str(buffer, name, __kmp_speculative_statsfile); in __kmp_stg_print_speculative_statsfile()
Dkmp.h3100 extern const char *__kmp_speculative_statsfile;