Query: nsg_get
OS: osf1
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
nsg_get(3) Library Functions Manual nsg_get(3)NAMEnsg_get - Query status of a NUMA Scheduling Group (libnuma library)SYNOPSIS#include <numa.h> int nsg_get( nsgid_t nsg, nsgid_ds_t *result );PARAMETERSSpecifies the NUMA Scheduling Group (NSG) Points to a structure that returns the result of the status query.DESCRIPTIONThe nsg_get() function queries the status of the NSG by copying its associated nsgid_ds structure into a buffer pointed to by result.RESTRICTIONSThe effective user ID of the calling process must be equal to the value of nsg_perm.cuid or nsg_perm.uid in the associated nsgid_ds struc- ture, or the calling process must have read permissions to the NSG.RETURN VALUESSuccess. Failure. In this case, errno is set to indicate the error.ERRORSIf the nsg_get() function fails, it sets errno to one of the following values for the specified condition: The calling process does not have read permission. The result argument specifies an invalid address. The nsg argument does not specify a valid NSG ID.SEE ALSOFunctions: nsg_attach_pid(3), nsg_get(3), numa_intro(3) Files: numa_types(4) nsg_get(3)
Related Man Pages |
---|
nsg_get(3) - osf1 |
nsg_detach_pid(3) - osf1 |
nsg_get_nsgs(3) - osf1 |
pthread_nsg_detach(3) - osf1 |
pthread_nsg_attach(3) - osf1 |
Similar Topics in the Unix Linux Community |
---|
Low Impact PHP Errors and Logging Levels |
PHP Write Man Pages to MySQL DB |