photon ~master (2024-05-04T22:18:58Z)
Dub
Repo
cpu_set_t
photon
linux
support
Data structure to describe CPU mask.
version(linux)
@
nogc
nothrow
struct
cpu_set_t {
cpu_mask
[
__CPU_SETSIZE
/
__NCPUBITS
]
__bits
;
}
Members
Variables
__bits
cpu_mask
[
__CPU_SETSIZE
/
__NCPUBITS
]
__bits
;
Undocumented in source.
Meta
Source
See Implementation
photon
linux
support
aliases
cpu_mask
functions
CPU_SET
checked
logf
perror
sched_getaffinity
sched_setaffinity
withErrorno
structs
cpu_set_t
variables
MSG_DONTWAIT
SOCK_NONBLOCK
Data structure to describe CPU mask.