Searched refs:tool_libs (Results 1 – 2 of 2) sorted by relevance
278 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local279 if (tool_libs) {281 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);282 char *libs = __kmp_str_format("%s", tool_libs);
1052 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local1053 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()