HomeSort by relevance Sort by last modified time
    Searched refs:_SC_NPROCESSORS_ONLN (Results 1 - 25 of 82) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/wtf/
NumberOfCores.cpp 51 long sysconfResult = sysconf(_SC_NPROCESSORS_ONLN);
  /ndk/tests/device/test-openmp/jni/
openmp2.c 9 printf("SC_NPROCESSORS_ONLN: %d\n", sysconf (_SC_NPROCESSORS_ONLN));
fib.c 34 printf("CPU_ONLN= %d\n", sysconf(_SC_NPROCESSORS_ONLN));
  /external/chromium_org/components/nacl/loader/
nacl_main.cc 37 int number_of_cores = sysconf(_SC_NPROCESSORS_ONLN);
  /external/libvpx/libvpx/vp8/common/generic/
systemdependent.c 40 #if defined(_SC_NPROCESSORS_ONLN)
41 core_count = sysconf(_SC_NPROCESSORS_ONLN);
  /external/chromium/base/
sys_info_posix.cc 32 long res = sysconf(_SC_NPROCESSORS_ONLN);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 76 #elif defined(_SC_NPROCESSORS_ONLN)
77 long result = sysconf(_SC_NPROCESSORS_ONLN);
  /external/chromium_org/base/
sys_info_posix.cc 34 long res = sysconf(_SC_NPROCESSORS_ONLN);
  /external/chromium_org/third_party/skia/src/utils/
SkThreadPool.cpp 24 return sysconf(_SC_NPROCESSORS_ONLN);
  /external/skia/src/utils/
SkThreadPool.cpp 24 return sysconf(_SC_NPROCESSORS_ONLN);
  /bionic/libc/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /development/ndk/platforms/android-3/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/6/platforms/android-3/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/7/platforms/android-3/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/7/platforms/android-3/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061

Completed in 130 milliseconds

1 2 3 4