[libcxx-commits] [PATCH] D91875: [SystemZ][ZOS] Fix the usage of pthread_t within libc++

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Dec 1 15:32:01 PST 2020


ldionne requested changes to this revision.
ldionne added inline comments.
This revision now requires changes to proceed.


================
Comment at: libcxx/include/__threading_support:93
+#if defined(__MVS__)
+  #define _LIBCPP_NULL_THREAD ((__libcpp_thread_t()))
+#else
----------------
Why don't we always define it that way? This is valid also on other platforms, no?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91875/new/

https://reviews.llvm.org/D91875



More information about the libcxx-commits mailing list