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

1 2 3 4 5

  /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 38 int number_of_cores = sysconf(_SC_NPROCESSORS_ONLN);
  /external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/generic/
systemdependent.c 40 #if defined(_SC_NPROCESSORS_ONLN)
41 core_count = 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);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/generic/
systemdependent.c 40 #if defined(_SC_NPROCESSORS_ONLN)
41 core_count = sysconf(_SC_NPROCESSORS_ONLN);
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
cpu_info.cc 38 number_of_cores_ = static_cast<uint32_t>(sysconf(_SC_NPROCESSORS_ONLN));
  /external/chromium_org/components/nacl/loader/nonsfi/
irt_basic.cc 64 result = sysconf(_SC_NPROCESSORS_ONLN);
  /external/libcxx/src/
thread.cpp 76 #elif defined(_SC_NPROCESSORS_ONLN)
77 long result = sysconf(_SC_NPROCESSORS_ONLN);
  /frameworks/av/media/libstagefright/codecs/on2/dec/
SoftVPX.cpp 58 #if defined(_SC_NPROCESSORS_ONLN)
59 cpuCoreCount = sysconf(_SC_NPROCESSORS_ONLN);
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
thread.cpp 78 #elif defined(_SC_NPROCESSORS_ONLN)
79 long result = sysconf(_SC_NPROCESSORS_ONLN);
  /external/chromium_org/base/
sys_info_posix.cc 35 long res = 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
  /development/ndk/platforms/android-L/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /external/fio/os/
os-solaris.h 109 const unsigned int max_cpus = sysconf(_SC_NPROCESSORS_ONLN);
  /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

Completed in 290 milliseconds

1 2 3 4 5