| | | | |
| 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 |
| |
| | pthread_attr_destroy -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | pthread_attr_getdetachstate -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | pthread_attr_getinheritsched -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_getschedparam -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_getschedpolicy -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_getscope -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_getstackaddr -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | pthread_attr_getstacksize -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | pthread_attr_init -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | pthread_attr_setdetachstate -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | pthread_attr_setinheritsched -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_setschedparam -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_setschedpolicy -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_setscope -- Set the contention scope attribute; Get the contention scope attribute; Set the scheduling inheritance attribute; Get the scheduling inheritance attribute; Set the scheduling policy attribute; Get the scheduling policy attribute; Set the scheduling parameter attribute; Get the scheduling parameter attribute ( ) |
| |
| | pthread_attr_setstackaddr -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | pthread_attr_setstacksize -- Initialize a thread attribute object; Destroy a thread attribute object; Set the stacksize attribute; Get the stacksize attribute; Set the stackaddr attribute; Get the stackaddr attribute; Set the detachstate attribute; Get the detachstate attribute ( ) |
| |
| | 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 deletion 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_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_yield -- yield processor to another thread ( ) |
| | | | |
| 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_destroy -- initialize and use a semaphore ( ) |
| |
| | sem_getvalue -- initialize and use a semaphore ( ) |
| |
| | sem_init -- initialize and use a semaphore ( ) |
| |
| | sem_post -- initialize and use a semaphore ( ) |
| |
| | sem_trywait -- initialize and use a semaphore ( ) |
| |
| | sem_wait -- initialize and use a semaphore ( ) |
| |
| | setnetent -- get network entry ( ) |
| |
| | setnetgrent -- netgroup database operations ( ) |
| |
| | setprotoent -- get protocol entry ( ) |
| |
| | setservent -- get service entry ( ) |
| |
| | sysconf -- get configurable system variables ( ) |
| |
| | sysctl -- get or set system information ( ) |
| |
| | sysctlbyname -- get or set system information ( ) |