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

1 2 3 4 5

  /external/ltp/utils/benchmark/ebizzy-0.3/
ebizzy.h 29 #define _SC_NPROCESSORS_ONLN pthread_num_processors_np()
  /external/deqp/framework/delibs/dethread/unix/
deThreadUnix.c 44 # if !defined(_SC_NPROCESSORS_ONLN)
45 # define _SC_NPROCESSORS_ONLN 58
179 #if defined(_SC_NPROCESSORS_ONLN)
180 const long count = sysconf(_SC_NPROCESSORS_ONLN);
196 #if defined(_SC_NPROCESSORS_ONLN)
197 const long count = sysconf(_SC_NPROCESSORS_ONLN);
  /external/fio/os/
os-windows.h 47 #define _SC_NPROCESSORS_ONLN 0x2
  /development/ndk/platforms/android-21/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /development/ndk/platforms/android-9/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/go/darwin-x86/src/runtime/
defs_solaris.go 111 _SC_NPROCESSORS_ONLN = C._SC_NPROCESSORS_ONLN
  /prebuilts/go/linux-x86/src/runtime/
defs_solaris.go 111 _SC_NPROCESSORS_ONLN = C._SC_NPROCESSORS_ONLN
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-17/arch-mips/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061
  /prebuilts/ndk/r10/platforms/android-17/arch-x86/usr/include/sys/
sysconf.h 127 #define _SC_NPROCESSORS_ONLN 0x0061

Completed in 966 milliseconds

1 2 3 4 5