| 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.
| “ | There are 10 types of people in the world: those who understand binary, and those who don't. | ” |