| Main index | Section 3 | Options |
#include <sys/cpuset.h>
#include <libutil.h>
The cpu-list may include numbers separated by '-' for ranges and commas separating individual numbers. A special list of "all" may be specified in which case the list includes all CPUs from the root set.
| CPUSET_PARSE_OK | |
| The parsing was successful | |
| CPUSET_PARSE_ERROR | |
| The cpu-list format is invalid | |
| CPUSET_PARSE_GETAFFINITY | |
| The cpuset_getaffinity(2) call has failed | |
| CPUSET_PARSE_INVALID_CPU | |
| The number of supported CPUs has been exceeded. The maximum number being CPU_SETSIZE. | |
| CPUSET (3) | October 31, 2017 |
| Main index | Section 3 | Options |
Please direct any comments about this manual page service to Ben Bullock. Privacy policy.
| “ | A typical Unix /bin or /usr/bin directory contains a hundred different kinds of programs, written by dozens of egotistical programmers, each with its own syntax, operating paradigm, rules of use ... strategies for specifying options, and different sets of constraints. | ” |
| — The Unix Haters' handbook | ||