Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
Dthread.h103 static unsigned hardware_concurrency() { in hardware_concurrency() function
237 static unsigned hardware_concurrency() { return 1; }; in hardware_concurrency() function
/openbsd/src/gnu/llvm/libcxx/src/
Dthread.cpp74 thread::hardware_concurrency() noexcept in hardware_concurrency() function in thread