[libcxx-commits] [PATCH] D134216: [SystemZ][z/OS] add code for hardware_concurrency()

Zibi Sarbino via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Oct 28 07:04:38 PDT 2022


zibi added inline comments.


================
Comment at: libcxx/include/thread:275
+    _LIBCPP_INLINE_VISIBILITY
+    static unsigned hardware_concurrency_zos() _NOEXCEPT;
+#endif
----------------
philnik wrote:
> zibi wrote:
> > This could be non-member static function in `ibm` namespace, same as we did `nonosleep()`..
> You have to __uglify the name.
Are you refering to  hardware_concurrency_zos() or nonosleep()?
Sorry about the typo, it should be `nanosleep()`. 

Do you have any suggestion  if you refer to  ` hardware_concurrency_zos()` ?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D134216



More information about the libcxx-commits mailing list