cpu_set_t

Data structure to describe CPU mask.

version(linux) extern (C) @nogc nothrow
struct cpu_set_t {
cpu_mask[__CPU_SETSIZE / __NCPUBITS] __bits;
}
Suggestion Box / Bug Report