Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
Dthread.h108 static unsigned hardware_concurrency() { in hardware_concurrency() function
244 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
/freebsd-12-stable/contrib/llvm-project/libcxx/src/
Dthread.cpp73 thread::hardware_concurrency() noexcept in hardware_concurrency() function in thread