Searched refs:numberOfProcessors (Results 1 – 5 of 5) sorted by relevance
14 return blink::Platform::current()->numberOfProcessors(); in hardwareConcurrency()
67 …x(static_cast<size_t>(2), std::min(requestedJobNumber, Platform::current()->numberOfProcessors())); in ParallelJobs()
63 virtual size_t numberOfProcessors(); in NON_EXPORTED_BASE()
1106 size_t BlinkPlatformImpl::numberOfProcessors() { in numberOfProcessors() function in content::BlinkPlatformImpl
261 virtual size_t numberOfProcessors() { return 0; } in numberOfProcessors() function