CpuMaskVector# Fully qualified name: carb::thread::CpuMaskVector Defined in carb/thread/Types.h using carb::thread::CpuMaskVector = std::vector<uint64_t># Each entry in the vector is a bitmask for a set of CPUs. On Windows each entry corresponds to a Processor Group. On Linux the entries are contiguous, like cpu_set_t.