osf1 man page for create_pset

Query: create_pset

OS: osf1

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

create_pset(3)						     Library Functions Manual						    create_pset(3)

NAME
create_pset - Creates a processor set
LIBRARY
Pset Library (libpset.a) Mach Library (libmach.a)
SYNOPSIS
#include <sys/types.h> #include <sys/processor.h> int create_pset(void)
DESCRIPTION
The create_pset function creates an empty processor set. Processes that are assigned to an empty processor set cannot run until a proces- sor is assigned to the set. You must have root privileges.
RETURN VALUES
If the create_pset function completes successfully, it returns a positive integer, which uniquely identifies the processor set. If the create_pset function does not complete successfully, it returns a negative number. Use the print_pset_error function to print a descriptive error message. Processor set creations are logged in the /var/adm/wtmp file.
FILES
/var/adm/wtmp
RELATED INFORMATION
destroy_pset(3), assign_cpu_to_pset(3), assign_pid_to_pset(3), print_pset_error(3), processor_sets(4), pset_create(1) delim off create_pset(3)
Related Man Pages
pset_assign_cpu(1) - osf1
destroy_pset(3) - osf1
pset_assign(2) - sunos
pset_create(2) - sunos
pset_destroy(2) - sunos
Similar Topics in the Unix Linux Community
To find processor speed &amp; memory in HP Unix 10.2
Where can I find a Unix OS that will run on a 386 processor?
/var/adm/loginlog
truncate wtmp
Script to truncate wtmp files