Searched defs:CPU_SETSIZE (Results 1 - 2 of 2) sorted by last modified time

/external/stressapptest/src/
H A Dsattypes.h89 #if !defined(CPU_SETSIZE)
95 #define CPU_SETSIZE (sizeof(cpu_set_t) * 8) macro
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) {
/external/oprofile/daemon/
H A Dopd_perfmon.c49 #define CPU_SETSIZE 1024 macro
53 unsigned long __bits[CPU_SETSIZE / __NCPUBITS];

Completed in 3770 milliseconds