Searched defs:CPU_ISSET (Results 1 – 5 of 5) sorted by relevance
36 pub(crate) fn CPU_ISSET(cpu: usize, cpuset: &RawCpuSet) -> bool { in CPU_ISSET() function
28 pub(crate) fn CPU_ISSET(cpu: usize, cpuset: &RawCpuSet) -> bool { in CPU_ISSET() function
100 #define CPU_ISSET(index, cpu_set_ptr) (*(cpu_set_ptr) & 1ull << (index)) macro
123 #define CPU_ISSET(i, set) CPU_ISSET_S(i,sizeof(cpu_set_t),set) macro
131 #define CPU_ISSET(i, set) CPU_ISSET_S(i,sizeof(cpu_set_t),set) macro