Report a bug
If you spot a problem with this page, click here to create a Bugzilla issue.
Improve this page
Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using a local clone.

core.sys.linux.sched

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.
Authors:
Nemanja Boric
alias cpu_mask = ulong;
Type for array elements in 'cpu_set_t'.
struct cpu_set_t;
Data structure to describe CPU mask.
nothrow @nogc cpu_set_t* CPU_ALLOC(size_t count);
Access macros for 'cpu_set' (missing a lot of them)