ChorusOS man pages section 3POSIX: POSIX Library Functions
    
B
 
 btree -- btree database access method ( Index Term Link )
    
C
 
 cancellation -- overview of concepts related to POSIX thread cancellation ( Index Term Link )
 
 cfgetispeed -- manipulating the termios structure ( Index Term Link )
 
 cfgetospeed -- manipulating the termios structure ( Index Term Link )
 
 cfmakeraw -- manipulating the termios structure ( Index Term Link )
 
 cfsetispeed -- manipulating the termios structure ( Index Term Link )
 
 cfsetospeed -- manipulating the termios structure ( Index Term Link )
 
 cfsetspeed -- manipulating the termios structure ( Index Term Link )
 
 clock_getres -- get or set clock to specified value, or get clock resolution ( Index Term Link )
 
 clock_gettime -- get or set clock to specified value, or get clock resolution ( Index Term Link )
 
 clock_settime -- get or set clock to specified value, or get clock resolution ( Index Term Link )
 
 closedir -- directory operations ( Index Term Link )
    
D
 
 dbopen -- database access methods ( Index Term Link )
 
 directory -- directory operations ( Index Term Link )
    
E
 
 endnetent -- get network entry ( Index Term Link )
 
 endnetgrent -- netgroup database operations ( Index Term Link )
 
 endprotoent -- get protocol entry ( Index Term Link )
 
 endservent -- get service entry ( Index Term Link )
 
 err -- formatted error messages ( Index Term Link )
 
 execl -- execute a file ( Index Term Link )
 
 execle -- execute a file ( Index Term Link )
 
 execlp -- execute a file ( Index Term Link )
 
 execv -- execute a file ( Index Term Link )
 
 execvp -- execute a file ( Index Term Link )
    
F
 
 fnmatch -- match filename or pathname ( Index Term Link )
    
G
 
 getcwd -- get working directory pathname ( Index Term Link )
 
 getdiskbyname -- get generic disk description by its name ( Index Term Link )
 
 getmntinfo -- get information about mounted file systems ( Index Term Link )
 
 getnetbyaddr -- get network entry ( Index Term Link )
 
 getnetbyname -- get network entry ( Index Term Link )
 
 getnetent -- get network entry ( Index Term Link )
 
 getnetgrent -- netgroup database operations ( Index Term Link )
 
 getprotobyname -- get protocol entry ( Index Term Link )
 
 getprotobynumber -- get protocol entry ( Index Term Link )
 
 getprotoent -- get protocol entry ( Index Term Link )
 
 getservbyname -- get service entry ( Index Term Link )
 
 getservbyport -- get service entry ( Index Term Link )
 
 getservent -- get service entry ( Index Term Link )
 
 getwd -- get working directory pathname ( Index Term Link )
 
 glob -- generate pathnames matching a pattern ( Index Term Link )
 
 globfree -- generate pathnames matching a pattern ( Index Term Link )
    
H
 
 hash -- hash database access method ( Index Term Link )
    
I
 
 innetgr -- netgroup database operations ( Index Term Link )
 
 intro -- introduction to POSIX-compliant pthread and timer calls ( Index Term Link )
    
L
 
 link_addr -- elementary address specification routines for link level access ( Index Term Link )
 
 link_ntoa -- elementary address specification routines for link level access ( Index Term Link )
    
M
 
 mpool -- shared memory buffer pool ( Index Term Link )
    
N
 
 nanosleep -- delay the current thread with high resolution ( Index Term Link )
 
 ns_addr -- Xerox NS address conversion routines ( Index Term Link )
 
 ns_ntoa -- Xerox NS address conversion routines ( Index Term Link )
    
O
 
 opendir -- directory operations ( Index Term Link )
    
P
 
 pause -- stop until signal ( Index Term Link )
 
 pthread_attr_destroy -- Destroy a thread attribute object; Set the stacksize attribute ( Index Term Link )
 
 pthread_attr_getdetachstate -- Get the detachstate attribute ( Index Term Link )
 
 pthread_attr_getinheritsched -- Get the scheduling inheritance attribute; Set the scheduling inheritance attribute ( Index Term Link )
 
 pthread_attr_getschedparam -- Get the scheduling parameter attribute ( Index Term Link )
 
 pthread_attr_getschedpolicy -- Get the scheduling policy attribute ( Index Term Link )
 
 pthread_attr_getscope -- Get the contention scope attribute ( Index Term Link )
 
 pthread_attr_getstackaddr -- Get the stackaddr attribute ( Index Term Link )
 
 pthread_attr_getstacksize -- Get the stacksize attribute ( Index Term Link )
 
 pthread_attr_init -- Initialize a thread attribute object; ( Index Term Link )
 
 pthread_attr_setdetachstate -- Set the detachstate attribute ( Index Term Link )
 
 pthread_attr_setinheritsched -- Set the scheduling inheritance attribute ( Index Term Link )
 
 pthread_attr_setschedparam -- Set the scheduling parameter attribute ( Index Term Link )
 
 pthread_attr_setschedpolicy -- Set the scheduling policy attribute ( Index Term Link )
 
 pthread_attr_setscope -- Set the contention scope attribute ( Index Term Link )
 
 pthread_attr_setstackaddr -- Set the stackaddr attribute ( Index Term Link )
 
 pthread_attr_setstacksize -- Set the stacksize attribute ( Index Term Link )
 
 pthread_cancel -- cancel execution of a thread ( Index Term Link )
 
 pthread_cleanup_pop -- pop a thread cancellation cleanup handler ( Index Term Link )
 
 pthread_cleanup_push -- push a thread cancellation cleanup handler ( Index Term Link )
 
 pthread_cond_broadcast -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_destroy -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_init -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_signal -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_timedwait -- initialize and use a condition variable ( Index Term Link )
 
 pthread_cond_wait -- initialize and use a condition variable ( Index Term Link )
 
 pthread_condattr_destroy -- initialize or destroy a condition variable attribute object ( Index Term Link )
 
 pthread_condattr_init -- initialize or destroy a condition variable attribute object ( Index Term Link )
 
 pthread_create -- create a thread ( Index Term Link )
 
 pthread_equal -- compare thread identifiers ( Index Term Link )
 
 pthread_exit -- terminate the calling thread ( Index Term Link )
 
 pthread_getschedparam -- set or get current scheduling policy and parameters of a thread ( Index Term Link )
 
 pthread_getspecific -- set or get the thread-specific value associated with a key ( Index Term Link )
 
 pthread_join -- wait for thread termination ( Index Term Link )
 
 pthread_key_create -- create or delete a thread-specific data key ( Index Term Link )
 
 pthread_key_delete -- create or delete a thread-specific data key ( Index Term Link )
 
 pthread_kill -- send a signal to a thread ( Index Term Link )
 
 pthread_mutex_destroy -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_init -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_lock -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_trylock -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutex_unlock -- initialize and use a mutex ( Index Term Link )
 
 pthread_mutexattr_destroy -- initialize or destroy a mutex attribute object ( Index Term Link )
 
 pthread_mutexattr_init -- initialize or destroy a mutex attribute object ( Index Term Link )
 
 pthread_once -- initialize a library dynamically ( Index Term Link )
 
 pthread_self -- get the identifier of the calling thread ( Index Term Link )
 
 pthread_setcancelstate -- enable or disable cancellation ( Index Term Link )
 
 pthread_setcanceltype -- set the cancellation type of a thread ( Index Term Link )
 
 pthread_setschedparam -- set or get current scheduling policy and parameters of a thread ( Index Term Link )
 
 pthread_setspecific -- set or get the thread-specific value associated with a key ( Index Term Link )
 
 pthread_sigmask -- change or examine calling thread's signal mask ( Index Term Link )
 
 pthread_testcancel -- create cancellation point in the calling thread ( Index Term Link )
 
 pthread_yield -- yield processor to another thread ( Index Term Link )
 
 ptrace -- process tracing and debugging ( Index Term Link )
    
R
 
 readdir -- directory operations ( Index Term Link )
 
 recno -- record number database access method ( Index Term Link )
 
 rewinddir -- directory operations ( Index Term Link )
    
S
 
 sched_get_priority_max -- get priority and time quantum information for scheduling policy ( Index Term Link )
 
 sched_get_priority_min -- get priority and time quantum information for scheduling policy ( Index Term Link )
 
 sched_rr_get_interval -- get priority and time quantum information for scheduling policy ( Index Term Link )
 
 sched_yield -- yield processor to another thread ( Index Term Link )
 
 seekdir -- directory operations ( Index Term Link )
 
 sem_close -- close a named semaphore ( Index Term Link )
 
 sem_destroy -- initialize and use a semaphore ( Index Term Link )
 
 sem_getvalue -- initialize and use a semaphore ( Index Term Link )
 
 sem_init -- initialize and use a semaphore ( Index Term Link )
 
 sem_open -- initialize/open a named semaphore ( Index Term Link )
 
 sem_post -- initialize and use a semaphore ( Index Term Link )
 
 sem_trywait -- initialize and use a semaphore ( Index Term Link )
 
 sem_unlink -- remove a named semaphore ( Index Term Link )
 
 sem_wait -- initialize and use a semaphore ( Index Term Link )
 
 setnetent -- get network entry ( Index Term Link )
 
 setnetgrent -- netgroup database operations ( Index Term Link )
 
 setprotoent -- get protocol entry ( Index Term Link )
 
 setservent -- get service entry ( Index Term Link )
 
 sigaddset -- manipulate signal sets ( Index Term Link )
 
 sigdelset -- manipulate signal sets ( Index Term Link )
 
 sigemptyset -- manipulate signal sets ( Index Term Link )
 
 sigfillset -- manipulate signal sets ( Index Term Link )
 
 sigismember -- manipulate signal sets ( Index Term Link )
 
 sleep -- suspend process execution for interval of seconds ( Index Term Link )
 
 sysconf -- get configurable system variables ( Index Term Link )
 
 sysctl -- get or set system information ( Index Term Link )
 
 sysctlbyname -- get or set system information ( Index Term Link )
    
T
 
 tcgetattr -- manipulating the termios structure ( Index Term Link )
 
 tcsetattr -- manipulating the termios structure ( Index Term Link )
 
 telldir -- directory operations ( Index Term Link )
 
 timer_create -- create or delete a timer ( Index Term Link )
 
 timer_delete -- create or delete a timer ( Index Term Link )
 
 timer_getoverrun -- set and arm or disarm a timer, obtain remaining interval for an active timer, or obtain current overrun count for a timer ( Index Term Link )
 
 timer_gettime -- set and arm or disarm a timer, obtain remaining interval for an active timer, or obtain current overrun count for a timer ( Index Term Link )
 
 timer_settime -- set and arm or disarm a timer, obtain remaining interval for an active timer, or obtain current overrun count for a timer ( Index Term Link )
 
 times -- process times ( Index Term Link )
    
U
 
 uname -- match filename or pathname ( Index Term Link )
 
 utime -- set file times ( Index Term Link )
    
V
 
 verr -- formatted error messages ( Index Term Link )
 
 verrx -- formatted error messages ( Index Term Link )
 
 vwarn -- formatted error messages ( Index Term Link )
 
 vwarnx -- formatted error messages ( Index Term Link )
    
W
 
 warn -- formatted error messages ( Index Term Link )
 
 warnx -- formatted error messages ( Index Term Link )