Home
last modified time | relevance | path

Searched defs:hardware_concurrency (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A Dthread.h103 static unsigned hardware_concurrency() { in hardware_concurrency() function
237 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
/freebsd/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h110 [[nodiscard]] _LIBCPP_HIDE_FROM_ABI static unsigned int hardware_concurrency() noexcept { in hardware_concurrency() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp76 thread::hardware_concurrency() noexcept hardware_concurrency() function in thread