Searched defs:CPUs (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dptw32_getprocessors.c45 * Get the number of CPUs available to the process.
47 * If the available number of CPUs is 1 then pthread_spin_lock()
72 int CPUs = 0; local
78 CPUs++;
81 *count = CPUs;

Completed in 2215 milliseconds