Searched refs:__kmp_speculative_statsfile (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/openmp/runtime/src/ |
D | kmp_global.cpp | 200 const char *__kmp_speculative_statsfile = "-"; variable
|
D | kmp_lock.cpp | 1895 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()
|
D | kmp_settings.cpp | 4377 __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()
|
D | kmp.h | 3100 extern const char *__kmp_speculative_statsfile;
|