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; local299 start_tool = (ompt_start_tool_t)dlsym(h, "ompt_start_tool");300 if (!start_tool) {320 if (!start_tool) {328 ret = (*start_tool)(omp_version, runtime_version);365 start_tool = (ompt_start_tool_t)dlsym(h, "ompt_start_tool");366 if (start_tool) {[all …]