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

Fangrui Song via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 25 13:59:35 PST 2020


MaskRay accepted this revision.
MaskRay added a comment.

I confirm that `sysconf(_SC_NPROCESSORS_ONLN)` works on musl. 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