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

  /external/autotest/client/tests/tsc/src/
sched.h 41 #define CPU_SETSIZE __CPU_SETSIZE
  /bionic/libc/include/
sched.h 63 #define CPU_SETSIZE 1024
65 #define CPU_SETSIZE 32
74 __CPU_BITTYPE __bits[ CPU_SETSIZE / __CPU_BITS ];
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
sched.h 79 # define CPU_SETSIZE __CPU_SETSIZE
  /external/stressapptest/src/
sattypes.h 93 #if !defined(CPU_SETSIZE)
99 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8)
107 for (int i = 0; i < CPU_SETSIZE; ++i)
114 for (int i = 0; i < CPU_SETSIZE; ++i)
122 for (int i = 0; i < CPU_SETSIZE; ++i)
137 for (int i = 0; i < CPU_SETSIZE; ++i) {

Completed in 177 milliseconds