Searched defs:CPU_ISSET (Results 1 – 2 of 2) sorted by relevance
100 #define CPU_ISSET(index, cpu_set_ptr) (*(cpu_set_ptr) & 1ull << (index)) macro
131 #define CPU_ISSET(i, set) CPU_ISSET_S(i,sizeof(cpu_set_t),set) macro