We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
libomp
1 parent 34c4dfb commit f167137Copy full SHA for f167137
openmp/runtime/test/tasking/hidden_helper_task/gtid.cpp
@@ -43,7 +43,7 @@ struct anon {
43
};
44
}
45
46
-kmp_int32 __kmp_hidden_helper_threads_num;
+static kmp_int32 __kmp_hidden_helper_threads_num;
47
48
kmp_int32 omp_task_entry(kmp_int32 gtid, kmp_task_t_with_privates *task) {
49
auto shareds = reinterpret_cast<anon *>(task->task.shareds);
0 commit comments