| | | |
P |
|
| p_online - get or change processor operational status ( ) |
|
| pathconf -- get configurable pathname variables ( ) |
|
| pathname, get configurable variables -- pathconf ( ) |
|
| pause - suspend process until signal ( ) |
|
| pipe - create an interprocess channel ( ) |
|
| poll - input/output multiplexing ( ) |
|
| pread -- read from file ( ) |
|
| priocntl - process scheduler control ( ) |
|
| priocntlset - generalized process scheduler control ( ) |
|
| process, time-sharing, change priority - nice ( ) |
|
| process accounting, enable or disable - acct ( ) |
|
| process alarm clock, set - alarm ( ) |
|
| process group ID |
| | set - setpgid ( ) |
| | set - setpgrp ( ) |
|
| process scheduler |
| | control - priocntl ( ) |
| | generalized control - priocntlset ( ) |
|
| process statistics, process execution time profile - profil ( ) |
|
| processes |
| | allows a parent process to control the execution of a child process - ptrace ( ) |
| | change priority of a time-sharing process - nice ( ) |
| | create a new one -- fork ( ) |
| | create an interprocess channel - pipe ( ) |
| | execute a file -- exec ( ) |
| | execution time profile - profil ( ) |
| | generalized scheduler control - priocntlset ( ) |
| | get identification -- getpid, getpgrp, getppid, getpgid ( ) |
| | get next message off a stream -- getmsg ( ) |
| | get or set value of interval timer -- getitimer, setitimer ( ) |
| | get real user, effective user, real group, and effective group IDs -- getuid, geteuid, getgid, getegid ( ) |
| | get time - times ( ) |
| | read from file -- read ( ) |
| | read directory entries and put in a file system independent format - getdents ( ) |
| | send a signal to a process or a group of processes - kill ( ) |
| | set a process alarm clock - alarm ( ) |
| | set and get file creation mask - umask ( ) |
| | set process group ID - setpgid ( ) |
| | set process group ID - setpgrp ( ) |
| | spawn new process in a virtual memory efficient way - vfork ( ) |
| | supplementary group access list IDs -- getgroups, setgroups ( ) |
| | suspend process until signal - pause ( ) |
| | the current controlling terminal - vhangup ( ) |
| | wait for child process to change state - waitid ( ) |
| | wait for child process to change state - waitpid ( ) |
| | wait for child process to stop or terminate - wait ( ) |
|
| processes and protection |
| | - setregid() ( ) |
| | - setreuid() ( ) |
|
| processor_bind - bind LWPs to a processor ( ) ( ) |
|
| processor_info - determine type and status of a processor ( ) |
|
| profil - process execution time profile ( ) |
|
| profiling utilities, execution time profile - profil ( ) |
|
| pset_assign -- manage sets of processors ( ) |
|
| pset_bind - bind LWPs to a set of processors ( ) |
|
| pset_create -- manage sets of processors ( ) |
|
| pset_destroy -- manage sets of processors ( ) |
|
| pset_info - get information about a processor set ( ) |
|
| ptrace - allows a parent process to control the execution of a child process ( ) |
|
| putmsg -- send a message on a stream ( ) |
|
| putpmsg -- send a message on a stream ( ) |
|
| pwrite -- write on a file ( ) |