[Openmp-commits] [openmp] [OpenMP] Rename worker threads for improved debuggability (PR #102065)
via Openmp-commits
openmp-commits at lists.llvm.org
Wed Aug 7 09:55:49 PDT 2024
================
@@ -878,6 +878,15 @@ void __kmp_create_worker(int gtid, kmp_info_t *th, size_t stack_size) {
KMP_SYSFAIL("pthread_create", status);
}
+#ifdef KMP_OS_LINUX
+ #if ((__GLIBC__ > 2) || ((__GLIBC__ == 2) && (__GLIBC_MINOR__ >= 12)))
----------------
HighW4y2H3ll wrote:
updated! Thx :)
https://github.com/llvm/llvm-project/pull/102065
More information about the Openmp-commits
mailing list