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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
sched.h 71 # define CPU_SETSIZE __CPU_SETSIZE
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 71 # define CPU_SETSIZE __CPU_SETSIZE
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
sched.h 71 # define CPU_SETSIZE __CPU_SETSIZE
  /bionic/libc/include/
sched.h 90 #define CPU_SETSIZE 32
99 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
107 #if CPU_SETSIZE == __CPU_BITS
117 if (__cpu < CPU_SETSIZE) \
124 if (__cpu < CPU_SETSIZE) \
131 (cpu_ < CPU_SETSIZE) \
146 #else /* CPU_SETSIZE != __CPU_BITS */
157 #endif /* CPU_SETSIZE != __CPU_BITS */
  /external/oprofile/daemon/
opd_perfmon.c 49 #define CPU_SETSIZE 1024
53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];
  /external/stressapptest/src/
sattypes.h 89 #if !defined(CPU_SETSIZE)
95 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8)
103 for (int i = 0; i < CPU_SETSIZE; ++i)
110 for (int i = 0; i < CPU_SETSIZE; ++i)
118 for (int i = 0; i < CPU_SETSIZE; ++i)
133 for (int i = 0; i < CPU_SETSIZE; ++i) {

Completed in 120 milliseconds