Searched defs:CPU_ISSET (Results 1 - 1 of 1) sorted by relevance

/external/stressapptest/src/
H A Dsattypes.h96 #define CPU_ISSET(index, cpu_set_ptr) (*(cpu_set_ptr) & 1ull << (index)) macro
104 if ((CPU_ISSET(i, c1) != 0) != (CPU_ISSET(i, c2) != 0))
111 if (CPU_ISSET(i, c1) && !CPU_ISSET(i, c2))
119 if (CPU_ISSET(i, cpuset))
134 if (CPU_ISSET(i, cpuset)) {

Completed in 994 milliseconds