| | | | |
| P |
| |
| | Pascal ( ) |
| |
| | PC, プログラムカウンタ ( ) |
| |
| | PC_GETCID ( ) |
| |
| | PC_GETCLINFO ( ) |
| |
| | PC_GETPARMS ( ) |
| |
| | PC_SETPARMS ( ) |
| |
| | Peterson のアルゴリズム ( ) |
| |
| | PL/1 言語 ( ) |
| |
| | POSIX 1003.4a ( ) |
| |
| | pread(2) ( ) ( ) |
| |
| | printf(3S) ( ) ( ) |
| |
| | printf の問題 ( ) |
| |
| | priocntl(2) ( ) ( ) ( ) |
| |
| | priority inversion ( ) |
| |
| | profil(2) ( ) |
| |
| | prolagen, セマフォ、P 操作 ( ) |
| |
| | pthread_atfork ( ) |
| |
| | pthread_attr_getdetachstate ( ) |
| |
| | pthread_attr_getguardsize ( ) |
| |
| | pthread_attr_getinheritsched ( ) |
| |
| | pthread_attr_getschedparam ( ) |
| |
| | pthread_attr_getschedpolicy ( ) |
| |
| | pthread_attr_getscope ( ) |
| |
| | pthread_attr_getstackaddr ( ) |
| |
| | pthread_attr_getstacksize ( ) |
| |
| | pthread_attr_init ( ) |
| | | 属性値 ( ) |
| |
| | pthread_attr_setdetachstate ( ) |
| |
| | pthread_attr_setguardsize ( ) |
| |
| | pthread_attr_setinheritsched ( ) |
| |
| | pthread_attr_setschedparam ( ) |
| |
| | pthread_attr_setschedpolicy ( ) |
| |
| | pthread_attr_setscope ( ) |
| |
| | pthread_attr_setstackaddr ( ) |
| |
| | pthread_attr_setstacksize ( ) |
| |
| | pthread_cancel ( ) |
| |
| | pthread_cleanup_pop ( ) |
| |
| | pthread_cleanup_push ( ) |
| |
| | pthread_condattr_destroy ( ) |
| |
| | pthread_condattr_getpshared ( ) |
| |
| | pthread_condattr_init ( ) |
| |
| | pthread_condattr_setpshared ( ) |
| |
| | pthread_cond_broadcast ( ) ( ) ( ) ( ) |
| |
| | pthread_cond_broadcast(3T), 例 ( ) |
| |
| | pthread_cond_destroy ( ) |
| |
| | pthread_cond_init ( ) |
| |
| | pthread_cond_signal ( ) ( ) ( ) ( ) ( ) |
| |
| | pthread_cond_signal(3T), 例 ( ) |
| |
| | pthread_cond_timedwait ( ) |
| |
| | pthread_cond_timedwait(3T) ( ) ( ) |
| | | 例 ( ) |
| |
| | pthread_cond_wait() ( ) |
| |
| | pthread_cond_wait ( ) ( ) ( ) |
| |
| | pthread_cond_wait(3T) ( ) ( ) |
| | | 例 ( ) |
| |
| | pthread_create ( ) |
| |
| | pthread_detach ( ) |
| |
| | pthread_equal ( ) |
| |
| | pthread_exit ( ) ( ) |
| |
| | pthread_getconcurrency ( ) |
| |
| | pthread_getschedparam ( ) |
| |
| | pthread_getspecific ( ) ( ) ( ) |
| |
| | pthread.h ( ) |
| |
| | pthread_join ( ) ( ) |
| |
| | pthread_join(3T) ( ) ( ) |
| |
| | pthread_key_create ( ) ( ) ( ) |
| |
| | pthread_keycreate(3T), 例 ( ) |
| |
| | pthread_key_delete ( ) |
| |
| | pthread_kill ( ) ( ) |
| |
| | pthread_mutexattr_destroy ( ) ( ) |
| |
| | pthread_mutexattr_getprioceiling, mutex 属性の優先順位上限の取得 ( ) |
| |
| | pthread_mutexattr_getprotocol, mutex 属性のプロトコルの取得 ( ) |
| |
| | pthread_mutexattr_getpshared ( ) |
| |
| | pthread_mutexattr_getrobust_np, mutex 堅牢度属性の取得 ( ) |
| |
| | pthread_mutexattr_gettype ( ) |
| |
| | pthread_mutexattr_init ( ) |
| |
| | pthread_mutexattr_setprioceiling, mutex 属性の優先順位上限の設定 ( ) |
| |
| | pthread_mutexattr_setprotocol, mutex 属性のプロトコルの設定 ( ) |
| |
| | pthread_mutexattr_setpshared ( ) |
| |
| | pthread_mutexattr_setrobust_np, mutex の堅牢度属性の設定 ( ) |
| |
| | pthread_mutexattr_settype ( ) |
| |
| | pthread_mutex_consistent_np ( ) |
| |
| | pthread_mutex_destroy ( ) |
| |
| | pthread_mutex_getprioceiling, mutex の優先順位上限の取得 ( ) |
| |
| | pthread_mutex_init ( ) |
| |
| | pthread_mutex_lock ( ) |
| |
| | pthread_mutex_lock(3T) |
| | | 例 ( ) ( ) ( ) |
| |
| | pthread_mutex_setprioceiling, mutex の優先順位上限の設定 ( ) |
| |
| | pthread_mutex_trylock ( ) ( ) |
| |
| | pthread_mutex_unlock ( ) |
| |
| | pthread_mutex_unlock(3T) |
| | | 例 ( ) ( ) ( ) |
| |
| | pthread_once ( ) |
| |
| | PTHREAD_PRIO_INHERIT ( ) |
| |
| | PTHREAD_PRIO_NONE ( ) |
| |
| | PTHREAD_PRIO_PROTECT ( ) |
| |
| | pthread_rwlockattr_destroy ( ) |
| |
| | pthread_rwlockattr_getpshared ( ) |
| |
| | pthread_rwlockattr_init ( ) |
| |
| | pthread_rwlockattr_setpshared ( ) |
| |
| | pthread_rwlock_destroy ( ) |
| |
| | pthread_rwlock_init ( ) |
| |
| | pthread_rwlock_rdlock ( ) |
| |
| | pthread_rwlock_tryrdlock ( ) |
| |
| | pthread_rwlock_trywrlock ( ) |
| |
| | pthread_rwlock_unlock ( ) |
| |
| | pthread_rwlock_wrlock ( ) |
| |
| | PTHREAD_SCOPE_PROCESS ( ) ( ) |
| |
| | PTHREAD_SCOPE_SYSTEM ( ) ( ) |
| |
| | pthread_self ( ) |
| |
| | pthread_setcancelstate ( ) |
| |
| | pthread_setcanceltype ( ) |
| |
| | pthread_setconcurrency ( ) |
| |
| | pthread_setprio(3T) ( ) ( ) |
| |
| | pthread_setschedparam ( ) |
| |
| | pthread_setspecific ( ) ( ) ( ) |
| |
| | pthread_setspecific(3T), 例 ( ) |
| |
| | pthread_sigmask ( ) ( ) |
| |
| | PTHREAD_STACK_MIN() ( ) |
| |
| | pthread_testcancel ( ) |
| |
| | pthread_yield ( ) |
| |
| | putc(3S) ( ) |
| |
| | putc_unlocked(3S) ( ) |
| |
| | pwrite(2) ( ) ( ) |