cpusetLoad(3x) cpusetLoad(3x) NAME cpusetLoad - load the configuration for volatile cpusets SYNOPSIS #include <cpuset.h> int cpusetLoad(cpuset_QueueDef_t *qdef); DESCRIPTION The cpusetLoad function is used to define the system resources that volatile cpusets can use. Volatile cpusets are special cpusets that are destroyed by the operating system when the last process or thread in them exits. They are typically created with the cpuset(1M) command by regular users. The cpuset configuration passed in the qdef parameter is used to define the maximum system resources that volatile cpusets may use between themselves. Currently the only accepted items within the configuration are a list of nodes that the CPUs assigned to volatile cpusets must be within. NOTES cpusetLoad is found in the library "libcpuset.so". SEE ALSO cpuset(1), cpusetCreate(3x), cpuset(5). Page 1