[libcxx-commits] [PATCH] D92135: [libc++] Remove sysctl-based implementation of thread::hardware_concurrency()

Louis Dionne via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu Nov 26 09:00:47 PST 2020


ldionne accepted this revision.
ldionne added a comment.
This revision is now accepted and ready to land.

In D92135#2417227 <https://reviews.llvm.org/D92135#2417227>, @MaskRay wrote:

> I confirm that `sysconf(_SC_NPROCESSORS_ONLN)` works on musl. Thanks

Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D92135



More information about the libcxx-commits mailing list