D binding for Linux specific scheduler control and thread spawning methods.
Defines functions sched_setaffinity and sched_getaffinity and the data types they operate on, as well as clone and unshare and their related constants.
Type for array elements in 'cpu_set_t'.
Access macros for 'cpu_set' (missing a lot of them)
Data structure to describe CPU mask.
See Source File
Boost License 1.0.
Copyright (c) 2016 Sociomantic Labs. All rights reserved.
Nemanja Boric
D binding for Linux specific scheduler control and thread spawning methods.
Defines functions sched_setaffinity and sched_getaffinity and the data types they operate on, as well as clone and unshare and their related constants.