Open System Services System Calls Reference Manual (G06.28+)
OSS System Calls Reference Manual
 Returns the error cond
ition value errno: 
....................................................................
 errno(5)
 readlink: Reads the value of a symbolic link 
................................................
 readlink(2)
mask  umask: Sets and gets the value of the
file mode creation  .....................................
 umask(2)
 /Destroys a condition variable attributes object 
..............................................
 pthread_condattr_destroy(2)
 /Initializes a c
ondition variable attributes object 
..............................................
 pthread_condattr_init(2)
 /on the specified condition variable; callable only from an/ 
...................................
 pthread_cond_signal_int_np(2)
output/ spt_vfprintfx: Formats a variable number of parameters for 
...............................
 spt_vfprintfx(2)
output/ spt_vprintfx: Formats a variable number of parameters for 
...............................
 spt_vprintfx(2)
 Destroys a condition variable pthread_cond_destroy: 
..................................
 pthread_cond_destroy(2)
 Initializes a c
ondition variable pthread_cond_in
it: .........................................
 pthread_cond_init(2)
 on the specified condition variable  /that are waiting 
.............................................
 pthread_cond_broadcast(2)
 on the specified condition variable  /thread that is waiting 
....................................
 pthread_cond_signal(2)
 /to wait either for a condition variable to be signaled or/ 
............................................
 pthread_cond_timedwait(2)
 wait for the specified condition variable to be signaled or/ /to 
......................................
 pthread_cond_wait(2)
 signal: Contains definitions and variables used by signal/ 
...............................................
 signal(4)
 output stream (thread-aware version)  /a byte to a speci
fied  ......................................
 spt_fputcx(2)
 output stream (thread-aware version)  /a byte to a speci
fied  ......................................
 spt_putcx(2)
 output stream (thread-aware version)  /a byte to the standard 
....................................
 spt_putcharx(2)
 on a socket (thread-aware version) /a new connection 
..........................................
 spt_acceptx(2)
 a specified stream (thread-aware version)  /a wide character to 
........................................
 spt_fputwcx(2)
 a specified stream (thread-aware version)  /a wide character to 
........................................
 spt_putwcx(2)
 file descriptor (thread-aware version)  /and controls an open 
.....................................
 spt_dup2x(2)
 file descriptors (thread-aware version) /Controls open 
................................................
 spt_fcntlx(2)
 input stream (thread-aware version)  /from a a speci
fied ..........................................
 spt_fgetwcx(2)
 a message structure (thread-aware version) /from a socket using 
.......................................
 spt_recvmsgx(2)
 input stream (thread-aware version)  /from a speci
fied .............................................
 spt_fgetcx(2)
 input stream (thread-aware version)  /from a speci
fied .............................................
 spt_getcx(2)
 input stream (thread-aware version)  /from a speci
fied .............................................
 spt_getwcx(2)
 input stream (thread-aware version) /from the standard 
..........................................
 spt_getcharx(2)
 input stream (thread-aware version) /from the standard 
..........................................
 spt_getsx(2)
 input stream (thread-aware version) /from the standard 
..........................................
 spt_getwcharx(2)
 from a stream (thread-aware version) /Gets a string 
..................................................
 spt_fgetsx(2)
 an input stream (thread-aware version) /Gets a word from 
..........................................
 spt_getwx(2)
 for output (thread-aware version) /number of parameters 
...................................
 spt_vfprintfx(2)
 for output (thread-aware version) /number of parameters 
...................................
 spt_vprintfx(2)
 a message structure (thread-aware version) /on a socket using 
...........................................
 spt_sendmsgx(2)
 to an output stream (thread-aware version) /Prints formatted output 
.................................
 spt_fprintfx(2)
 scattered buffers (thread-aware version)  /Reads from a
file into ...................................
 spt_readvx(2)
 a connected socket (thread-aware version) /Receives a message from 
.............................
 spt_recvx(2)
 from a socket (thread-aware version)  /Receives a message 
......................................
 spt_recvfromx(2)
 afile descriptor (thread-aware version)  spt_closex: Closes 
..........................................
 spt_closex(2)
 Connects a socket (thread-aware version) spt_connectx: 
.................................................
 spt_connectx(2)
 Closes a stream (thread-aware version) spt_fclosex: 
....................................................
 spt_fclosex(2)
 Flushes a stream (thread-aware version) spt_f
flushx:  .....................................................
 spt_fflushx(2)
 string to a stream (thread-aware version)  spt_fputsx: Writes a 
.......................................
 spt_fputsx(2)
 input from a stream (thread-aware version)  spt_freadx: Reads 
...........................................
 spt_freadx(2)
 to an output stream (thread-aware version) spt_fwritex: Writes 
........................................
 spt_fwritex(2)
 a word to a stream (thread-aware version) spt_putwx: Writes .......................................... spt_putwx(2)
 Reads from a file (thread-aware version) spt_readx:  .......................................................
 spt_readx(2)
 message on a socket (thread-aware version)  spt_sendtox: Sends a ...................................... spt_sendtox(2)
 Writes to a file (thread-aware version) spt_writex: ...................................................... spt_writex(2)
 output stream (thread-aware version)  /string to the standard .................................... spt_putsx(2)
 scattered buffers (thread-aware version) /Writes to a file from ...................................... spt_writevx(2)
 /Initiates thread-aware vfprintf( ) function .........................................................
 spt_vfprintf(2)
 Initiates thread-aware vprintf( ) function spt_vprintf:  .................................... spt_vprintf(2)
variable to/ /Causes a thread to wait either for a condition  ............................................ pthread_cond_timedwait(2)
variable to/ /Causes a thread to wait for the specified condition  .................................... pthread_cond_wait(2)
 /Causes the calling thread to wait for the termination of a/ ........................................ pthread_join(2)
 /a specified mutex but does not wait if the mutex is already/  ......................................... pthread_mutex_trylock(2)
to terminate wait: Waits for any child process ................................. wait(2)
 /Unblocks all threads that are waiting on the specified/ ............................................... pthread_cond_broadcast(2)
 /at least one thread that is waiting on the specified/ ............................................... pthread_cond_signal(2)
 /Unblocks one thread that is waiting on the specified/ ............................................... pthread_cond_signal_int_np(2)
 Initiates thread-aware waitpid( ) function spt_waitpid: .................................. spt_waitpid(2)
child process to stop or/ waitpid: Waits for a specific ......................................... waitpid(2)
Pindex−36 Hewlett-Packard Company 527186-005










