Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
libomp
1 parent 5d37415 commit 5d07162Copy full SHA for 5d07162
1 file changed
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