Searched refs:start_tool (Results 1 – 1 of 1) sorted by relevance
143 ompt_start_tool_t start_tool = in ompt_tool_darwin() local145 if (start_tool) { in ompt_tool_darwin()146 ret = start_tool(omp_version, runtime_version); in ompt_tool_darwin()247 ompt_start_tool_t start_tool = NULL; local298 start_tool = (ompt_start_tool_t)dlsym(h, "ompt_start_tool");299 if (!start_tool) {312 if (!start_tool) {320 ret = (*start_tool)(omp_version, runtime_version);357 start_tool = (ompt_start_tool_t)dlsym(h, "ompt_start_tool");358 if (start_tool) {[all …]