XL Fortran for AIX V8.1.1
ランゲージ・リファレンス
Pthreads のデータ構造、関数、およびサブルーチン
Pthreads のデータ構造
f_pthread_attr_t
f_pthread_cond_t
f_pthread_condattr_t
f_pthread_key_t
f_pthread_mutex_t
f_pthread_mutexattr_t
f_pthread_once_t
f_pthread_t
f_sched_param
f_timespec
スレッド属性オブジェクトに操作を実行する関数
f_pthread_attr_destroy
f_pthread_attr_getdetachstate
f_pthread_attr_getinheritsched
f_pthread_attr_getschedparam
f_pthread_attr_getschedpolicy
f_pthread_attr_getscope
f_pthread_attr_getstackaddr
f_pthread_attr_getstacksize
f_pthread_attr_init
f_pthread_attr_setdetachstate
f_pthread_attr_setinheritsched
f_pthread_attr_setschedparam
f_pthread_attr_setschedpolicy
f_pthread_attr_setscope
f_pthread_attr_setstackaddr
f_pthread_attr_setstacksize
スレッドに操作を実行する関数およびサブルーチン
f_pthread_cancel
f_pthread_cleanup_pop
f_pthread_cleanup_push
f_pthread_create
f_pthread_equal
f_pthread_exit
f_pthread_getschedparam
f_pthread_join
f_pthread_kill
f_pthread_self
f_pthread_setschedparam
mutex 属性オブジェクトに操作を実行する関数
f_pthread_mutexattr_destroy
f_pthread_mutexattr_getprioceiling
f_pthread_mutexattr_getprotocol
f_pthread_mutexattr_getpshared
f_pthread_mutexattr_init
f_pthread_mutexattr_setprioceiling
f_pthread_mutexattr_setprotocol
f_pthread_mutexattr_setpshared
mutex オブジェクトに操作を実行する関数
f_pthread_mutex_destroy
f_pthread_mutex_getprioceiling
f_pthread_mutex_init
f_pthread_mutex_lock
f_pthread_mutex_setprioceiling
f_pthread_mutex_trylock
f_pthread_mutex_unlock
条件変数の属性オブジェクトに操作を実行する関数
f_pthread_condattr_destroy
f_pthread_condattr_getpshared
f_pthread_condattr_init
f_pthread_condattr_setpshared
条件変数オブジェクトに操作を実行する関数
f_maketime
f_pthread_cond_broadcast
f_pthread_cond_destroy
f_pthread_cond_init
f_pthread_cond_signal
f_pthread_cond_timedwait
f_pthread_cond_wait
スレッド固有データに操作を実行する関数
f_pthread_getspecific
f_pthread_key_create
f_pthread_key_delete
f_pthread_setspecific
制御スレッド取り消し機能に操作を実行する関数およびサブルーチン
f_pthread_setcancelstate
f_pthread_setcanceltype
f_pthread_testcancel
1 回限りの初期化の操作を実行する関数
f_pthread_once
[
ページのトップ
|
前ページ
|
次ページ
|
目次
|
索引
]