Home
last modified time | relevance | path

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

/external/llvm-project/openmp/runtime/src/
Dompt-general.cpp270 const char *tool_libs = getenv("OMP_TOOL_LIBRARIES"); local
271 if (tool_libs) {
273 OMPT_VERBOSE_INIT_PRINT("OMP_TOOL_LIBRARIES = %s\n", tool_libs);
274 char *libs = __kmp_str_format("%s", tool_libs);
/external/llvm-project/openmp/tools/multiplex/
Dompt-multiplex.h1041 const char *tool_libs = getenv(CLIENT_TOOL_LIBRARIES_VAR); in ompt_start_tool() local
1042 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()