dmd ~master (2023-11-01T14:17:50Z)
Dub
Repo
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.