The pset_list function returns a list of processor sets in the system.
If numpsets is non-null, then on successful completion the number of processor sets in the system will be stored in the location pointed to by numpsets.
If numpsets and psetlist are both non-null, then psetlist points to a buffer where a list of processor sets in the system is to be stored, and numpsets points to the maximum number of processor set IDs the buffer can hold. On successful completion, the list of processor sets up to the maximum buffer
size is stored in the buffer pointed to by psetlist.
|