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

  /external/autotest/client/tests/tsc/src/
sched.h 44 #define CPU_ISSET(cpu, cpusetp) __CPU_ISSET (cpu, cpusetp)
  /bionic/libc/include/
sched.h 83 #define CPU_ISSET(cpu, set) CPU_ISSET_S(cpu, sizeof(cpu_set_t), set)
  /external/stressapptest/src/
sattypes.h 100 #define CPU_ISSET(index, cpu_set_ptr) (*(cpu_set_ptr) & 1ull << (index))
108 if ((CPU_ISSET(i, c1) != 0) != (CPU_ISSET(i, c2) != 0))
115 if (CPU_ISSET(i, c1) && !CPU_ISSET(i, c2))
123 if (CPU_ISSET(i, cpuset))
138 if (CPU_ISSET(i, cpuset)) {

Completed in 86 milliseconds