Searched refs:tool_libs (Results 1 – 2 of 2) sorted by relevance
270 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local271 if (tool_libs) {273 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);274 char *libs = __kmp_str_format("%s", tool_libs);
1041 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local1042 if (tool_libs) { in ompt_start_tool()1044 char *tool_libs_buffer = strdup(tool_libs); in ompt_start_tool()1051 while (progress < strlen(tool_libs)) { in ompt_start_tool()1053 while (tmp_progress < strlen(tool_libs) && in ompt_start_tool()1056 if (tmp_progress < strlen(tool_libs)) in ompt_start_tool()