Home
last modified time | relevance | path

Searched refs:tool_libs (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/openmp/runtime/src/
H A Dompt-general.cpp278 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
279 if (tool_libs) {
281 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
282 char *libs = __kmp_str_format("%s", tool_libs);
/llvm-project-15.0.7/openmp/tools/multiplex/
H A Dompt-multiplex.h1052 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1053 if (tool_libs) { in ompt_start_tool()
1055 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()
1062 while (progress < strlen(tool_libs)) { in ompt_start_tool()
1064 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()
1067 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()