HomeSort by relevance Sort by last modified time
    Searched defs:CPU_COUNT (Results 1 - 13 of 13) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
sched.h 77 # define CPU_COUNT(cpusetp) __CPU_COUNT_S (sizeof (cpu_set_t), cpusetp)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
sched.h 77 # define CPU_COUNT(cpusetp) __CPU_COUNT_S (sizeof (cpu_set_t), cpusetp)
  /bionic/libc/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /development/ndk/platforms/android-L/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/
sched.h 85 #define CPU_COUNT(set) CPU_COUNT_S(sizeof(cpu_set_t), set)
  /frameworks/base/core/java/android/os/
AsyncTask.java 180 private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors();
181 private static final int CORE_POOL_SIZE = CPU_COUNT + 1;
182 private static final int MAXIMUM_POOL_SIZE = CPU_COUNT * 2 + 1;
  /external/fio/os/
os.h 327 #ifndef CPU_COUNT
329 static inline int CPU_COUNT(os_cpu_mask_t *mask)
  /frameworks/opt/bitmap/src/com/android/bitmap/drawable/
BasicBitmapDrawable.java 78 private static final int CPU_COUNT = Runtime.getRuntime().availableProcessors();
79 private static final int CORE_POOL_SIZE = CPU_COUNT + 1;
80 private static final int MAXIMUM_POOL_SIZE = CPU_COUNT * 2 + 1;

Completed in 346 milliseconds