The Open
D
Programming Language
Learn
Language
Library
Contribute
Blog
cpu_set_t
core
sys
linux
sched
Data structure to describe CPU mask.
version(linux)
extern (
C
) @
nogc
nothrow
struct
cpu_set_t {
cpu_mask
[
__CPU_SETSIZE
/
__NCPUBITS
]
__bits
;
}
Meta
Source
See Implementation
core
sys
linux
sched
aliases
cpu_mask
functions
CPU_ALLOC
structs
cpu_set_t
Data structure to describe CPU mask.