Searched refs:CPU_SETSIZE (Results 1 - 1 of 1) sorted by relevance

/bionic/libc/include/
H A Dsched.h90 #define CPU_SETSIZE 32 macro
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 */

Completed in 40 milliseconds