ptw32_getprocessors  646 native_client_sdk/src/libraries/third_party/pthreads-win32/implement.h   int ptw32_getprocessors (int *count);
ptw32_getprocessors   50 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_num_processors_np.c   if (ptw32_getprocessors (&count) != 0)
ptw32_getprocessors   53 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread_spin_init.c   if (0 != ptw32_getprocessors (&cpus))