Content-type: text/html Man page of print_pset_error

print_pset_error

Section: C Library Functions (3)
Index Return to Main Contents
 

NAME

print_pset_error - Prints an error from a processor set function  

SYNOPSIS

#include <sys/types.h> #include <sys/processor.h>

void print_pset_error(
        int number );  

PARAMETERS

Specifies the error indication that is returned from an unsuccessful processor set function.  

DESCRIPTION

The print_pset_error function prints descriptive information about an error returned by a processor set function.  

RETURN VALUES

The print_pset_error function prints the error message specified by the number variable to standard output.  

RELATED INFORMATION

create_pset(3), assign_cpu_to_pset(3), assign_pid_to_pset(3), destroy_pset(3), processor_sets(4) delim off


 

Index

NAME
SYNOPSIS
PARAMETERS
DESCRIPTION
RETURN VALUES
RELATED INFORMATION

This document was created by man2html, using the manual pages.
Time: 02:41:10 GMT, October 02, 2010