Searched refs:hardware_concurrency (Results 1 – 5 of 5) sorted by relevance
23 assert(std::thread::hardware_concurrency() > 0); in main()
71 thread::hardware_concurrency() _NOEXCEPT in hardware_concurrency() function in thread98 # warning hardware_concurrency not yet implemented in hardware_concurrency()
24 ThreadPool::ThreadPool() : ThreadPool(std::thread::hardware_concurrency()) {} in ThreadPool()
47 static unsigned hardware_concurrency() noexcept;307 static unsigned hardware_concurrency() _NOEXCEPT;
69 int worker_count = std::thread::hardware_concurrency(); in init_workers()