Home
last modified time | relevance | path

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

/freebsd-src/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-src/contrib/llvm-project/libcxx/include/__thread/
H A Djthread.h111 return thread::hardware_concurrency(); in hardware_concurrency() function
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dthread.cpp64 unsigned thread::hardware_concurrency() noexcept { in hardware_concurrency() function in thread