| | | | |
| C |
| |
| | cancellation -- overview of concepts related to POSIX thread cancellation ( ) |
| |
| | cfgetispeed -- manipulating the termios structure ( ) |
| |
| | cfgetospeed -- manipulating the termios structure ( ) |
| |
| | cfmakeraw -- manipulating the termios structure ( ) |
| |
| | cfsetispeed -- manipulating the termios structure ( ) |
| |
| | cfsetospeed -- manipulating the termios structure ( ) |
| |
| | cfsetspeed -- manipulating the termios structure ( ) |
| |
| | clock_getres -- get or set clock to specified value, or get clock resolution ( ) |
| |
| | clock_gettime -- get or set clock to specified value, or get clock resolution ( ) |
| |
| | clock_settime -- get or set clock to specified value, or get clock resolution ( ) |
| |
| | closedir -- directory operations ( ) |
| | | | |
| G |
| |
| | getcwd -- get working directory pathname ( ) |
| |
| | getdiskbyname -- get generic disk description by its name ( ) |
| |
| | getmntinfo -- get information about mounted file systems ( ) |
| |
| | getnetbyaddr -- get network entry ( ) |
| |
| | getnetbyname -- get network entry ( ) |
| |
| | getnetent -- get network entry ( ) |
| |
| | getnetgrent -- netgroup database operations ( ) |
| |
| | getprotobyname -- get protocol entry ( ) |
| |
| | getprotobynumber -- get protocol entry ( ) |
| |
| | getprotoent -- get protocol entry ( ) |
| |
| | getservbyname -- get service entry ( ) |
| |
| | getservbyport -- get service entry ( ) |
| |
| | getservent -- get service entry ( ) |
| |
| | getwd -- get working directory pathname ( ) |
| |
| | glob -- generate pathnames matching a pattern ( ) |
| |
| | globfree -- generate pathnames matching a pattern ( ) |
| | | | |
| P |
| |
| | pause -- stop until signal ( ) |
| |
| | pthread_attr_destroy -- Destroy a thread attribute object; Set the stacksize attribute ( ) |
| |
| | pthread_attr_getdetachstate -- Get the detachstate attribute ( ) |
| |
| | pthread_attr_getinheritsched -- Get the scheduling inheritance attribute; Set the scheduling inheritance attribute ( ) |
| |
| | pthread_attr_getschedparam -- Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_getschedpolicy -- Get the scheduling policy attribute ( ) |
| |
| | pthread_attr_getscope -- Get the contention scope attribute ( ) |
| |
| | pthread_attr_getstackaddr -- Get the stackaddr attribute ( ) |
| |
| | pthread_attr_getstacksize -- Get the stacksize attribute ( ) |
| |
| | pthread_attr_init -- Initialize a thread attribute object; ( ) |
| |
| | pthread_attr_setdetachstate -- Set the detachstate attribute ( ) |
| |
| | pthread_attr_setinheritsched -- Set the scheduling inheritance attribute ( ) |
| |
| | pthread_attr_setschedparam -- Set the scheduling parameter attribute ( ) |
| |
| | pthread_attr_setschedpolicy -- Set the scheduling policy attribute ( ) |
| |
| | pthread_attr_setscope -- Set the contention scope attribute ( ) |
| |
| | pthread_attr_setstackaddr -- Set the stackaddr attribute ( ) |
| |
| | pthread_attr_setstacksize -- Set the stacksize attribute ( ) |
| |
| | pthread_cancel -- cancel execution of a thread ( ) |
| |
| | pthread_cleanup_pop -- pop a thread cancellation cleanup handler ( ) |
| |
| | pthread_cleanup_push -- push a thread cancellation cleanup handler ( ) |
| |
| | pthread_cond_broadcast -- initialize and use a condition variable ( ) |
| |
| | pthread_cond_destroy -- initialize and use a condition variable ( ) |
| |
| | pthread_cond_init -- initialize and use a condition variable ( ) |
| |
| | pthread_cond_signal -- initialize and use a condition variable ( ) |
| |
| | pthread_cond_timedwait -- initialize and use a condition variable ( ) |
| |
| | pthread_cond_wait -- initialize and use a condition variable ( ) |
| |
| | pthread_condattr_destroy -- initialize or destroy a condition variable attribute object ( ) |
| |
| | pthread_condattr_init -- initialize or destroy a condition variable attribute object ( ) |
| |
| | pthread_create -- create a thread ( ) |
| |
| | pthread_equal -- compare thread identifiers ( ) |
| |
| | pthread_exit -- terminate the calling thread ( ) |
| |
| | pthread_getschedparam -- set or get current scheduling policy and parameters of a thread ( ) |
| |
| | pthread_getspecific -- set or get the thread-specific value associated with a key ( ) |
| |
| | pthread_join -- wait for thread termination ( ) |
| |
| | pthread_key_create -- create or delete a thread-specific data key ( ) |
| |
| | pthread_key_delete -- create or delete a thread-specific data key ( ) |
| |
| | pthread_kill -- send a signal to a thread ( ) |
| |
| | pthread_mutex_destroy -- initialize and use a mutex ( ) |
| |
| | pthread_mutex_init -- initialize and use a mutex ( ) |
| |
| | pthread_mutex_lock -- initialize and use a mutex ( ) |
| |
| | pthread_mutex_trylock -- initialize and use a mutex ( ) |
| |
| | pthread_mutex_unlock -- initialize and use a mutex ( ) |
| |
| | pthread_mutexattr_destroy -- initialize or destroy a mutex attribute object ( ) |
| |
| | pthread_mutexattr_init -- initialize or destroy a mutex attribute object ( ) |
| |
| | pthread_once -- initialize a library dynamically ( ) |
| |
| | pthread_self -- get the identifier of the calling thread ( ) |
| |
| | pthread_setcancelstate -- enable or disable cancellation ( ) |
| |
| | pthread_setcanceltype -- set the cancellation type of a thread ( ) |
| |
| | pthread_setschedparam -- set or get current scheduling policy and parameters of a thread ( ) |
| |
| | pthread_setspecific -- set or get the thread-specific value associated with a key ( ) |
| |
| | pthread_sigmask -- change or examine calling thread's signal mask ( ) |
| |
| | pthread_testcancel -- create cancellation point in the calling thread ( ) |
| |
| | pthread_yield -- yield processor to another thread ( ) |
| |
| | ptrace -- process tracing and debugging ( ) |
| | | | |
| S |
| |
| | sched_get_priority_max -- get priority and time quantum information for scheduling policy ( ) |
| |
| | sched_get_priority_min -- get priority and time quantum information for scheduling policy ( ) |
| |
| | sched_rr_get_interval -- get priority and time quantum information for scheduling policy ( ) |
| |
| | sched_yield -- yield processor to another thread ( ) |
| |
| | seekdir -- directory operations ( ) |
| |
| | sem_close -- close a named semaphore ( ) |
| |
| | sem_destroy -- initialize and use a semaphore ( ) |
| |
| | sem_getvalue -- initialize and use a semaphore ( ) |
| |
| | sem_init -- initialize and use a semaphore ( ) |
| |
| | sem_open -- initialize/open a named semaphore ( ) |
| |
| | sem_post -- initialize and use a semaphore ( ) |
| |
| | sem_trywait -- initialize and use a semaphore ( ) |
| |
| | sem_unlink -- remove a named semaphore ( ) |
| |
| | sem_wait -- initialize and use a semaphore ( ) |
| |
| | setnetent -- get network entry ( ) |
| |
| | setnetgrent -- netgroup database operations ( ) |
| |
| | setprotoent -- get protocol entry ( ) |
| |
| | setservent -- get service entry ( ) |
| |
| | sigaddset -- manipulate signal sets ( ) |
| |
| | sigdelset -- manipulate signal sets ( ) |
| |
| | sigemptyset -- manipulate signal sets ( ) |
| |
| | sigfillset -- manipulate signal sets ( ) |
| |
| | sigismember -- manipulate signal sets ( ) |
| |
| | sleep -- suspend process execution for interval of seconds ( ) |
| |
| | sysconf -- get configurable system variables ( ) |
| |
| | sysctl -- get or set system information ( ) |
| |
| | sysctlbyname -- get or set system information ( ) |
| | | | |
| T |
| |
| | tcgetattr -- manipulating the termios structure ( ) |
| |
| | tcsetattr -- manipulating the termios structure ( ) |
| |
| | telldir -- directory operations ( ) |
| |
| | timer_create -- create or delete a timer ( ) |
| |
| | timer_delete -- create or delete a timer ( ) |
| |
| | timer_getoverrun -- set and arm or disarm a timer, obtain remaining interval for an active timer, or obtain current overrun count for a timer ( ) |
| |
| | timer_gettime -- set and arm or disarm a timer, obtain remaining interval for an active timer, or obtain current overrun count for a timer ( ) |
| |
| | timer_settime -- set and arm or disarm a timer, obtain remaining interval for an active timer, or obtain current overrun count for a timer ( ) |
| |
| | times -- process times ( ) |