manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 166 for pthread (0.047 sec.)
Man page of PTHREAD_MUTEX 7087
PTHREAD_MUTEX Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pthread ... read_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_u ... nlock, pthread_mutex_destroy - mutex の操作 書式 #include < pthre ... ad.h > pthread_mutex_t fastmutex = PTHREAD_MUTEX_INITIALIZER; pth ... read_mutex_t recmutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; pthread_mutex_t er ...
https://man.plustar.jp/manpage/man3/pthread_mutex_trylock.3.html - [similar]
Man page of PTHREAD_MUTEX 7087
PTHREAD_MUTEX Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pthread ... read_mutex_init, pthread_mutex_lock, pthread_mutex_trylock, pthread_mutex_u ... nlock, pthread_mutex_destroy - mutex の操作 書式 #include < pthre ... ad.h > pthread_mutex_t fastmutex = PTHREAD_MUTEX_INITIALIZER; pth ... read_mutex_t recmutex = PTHREAD_RECURSIVE_MUTEX_INITIALIZER_NP; pthread_mutex_t er ...
https://man.plustar.jp/manpage/man3/pthread_mutex_unlock.3.html - [similar]
Man page of PTHREAD_CANCEL 6962
PTHREAD_CANCEL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthread ... hread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_tes ... tcancel - スレッドの取り消し 書式 #include < pthread.h > int pthread_cancel(pthread_t thread ); int pth ... d_setcancelstate(int state , int * oldstate ); int pthread_setcanceltype(int type , int * oldtype ); void pth ... 最終的に取り消し要求を実現する際には、それはあたかも pthread_exit(PTHREAD_CANCELED) がその時点で呼び出されたかの ...
https://man.plustar.jp/manpage/man3/pthread_cancel.3.html - [similar]
Man page of PTHREAD_CANCEL 6962
PTHREAD_CANCEL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthread ... hread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_tes ... tcancel - スレッドの取り消し 書式 #include < pthread.h > int pthread_cancel(pthread_t thread ); int pth ... d_setcancelstate(int state , int * oldstate ); int pthread_setcanceltype(int type , int * oldtype ); void pth ... 最終的に取り消し要求を実現する際には、それはあたかも pthread_exit(PTHREAD_CANCELED) がその時点で呼び出されたかの ...
https://man.plustar.jp/manpage/man3/pthread_setcancelstate.3.html - [similar]
Man page of PTHREAD_CANCEL 6962
PTHREAD_CANCEL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthread ... hread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_tes ... tcancel - スレッドの取り消し 書式 #include < pthread.h > int pthread_cancel(pthread_t thread ); int pth ... d_setcancelstate(int state , int * oldstate ); int pthread_setcanceltype(int type , int * oldtype ); void pth ... 最終的に取り消し要求を実現する際には、それはあたかも pthread_exit(PTHREAD_CANCELED) がその時点で呼び出されたかの ...
https://man.plustar.jp/manpage/man3/pthread_setcanceltype.3.html - [similar]
Man page of PTHREAD_CANCEL 6962
PTHREAD_CANCEL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page NAME pthread ... hread_cancel, pthread_setcancelstate, pthread_setcanceltype, pthread_tes ... tcancel - スレッドの取り消し 書式 #include < pthread.h > int pthread_cancel(pthread_t thread ); int pth ... d_setcancelstate(int state , int * oldstate ); int pthread_setcanceltype(int type , int * oldtype ); void pth ... 最終的に取り消し要求を実現する際には、それはあたかも pthread_exit(PTHREAD_CANCELED) がその時点で呼び出されたかの ...
https://man.plustar.jp/manpage/man3/pthread_testcancel.3.html - [similar]
Man page of PTHREAD_GETATTR_NP 6917
PTHREAD_GETATTR_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page ... 名前 pthread_getattr_np - 作成されたスレッドの属性を取得する 書 ... OURCE /* See feature_test_macros (7) */ #include < pthread.h > int pthread_getattr_np(pthread_t thread , pthr ... ead_attr_t * attr ); -pthread でコンパイルしてリンクする。 説明 pthread_getattr_ ... の実際の属性値を 格納して返す。 返される属性値は、 pthread_create (3) でスレッドを作成する際に 使われた attr ...
https://man.plustar.jp/manpage/man3/pthread_getattr_np.3.html - [similar]
JM Project (Japanese)::List(man1) 6860
Linux マニュアル 一覧表 アルファベット順 - p linuxマニュアルの p の一覧表です。 Linux マニュアル ... ルタ pstree man1 pstree - プロセスのツリーを表示する pthread_attr_getaffinity_np man3 pthread_attr_setaffinity_ ... np, pthread_attr_getaffinity_np - スレッド属性オブジェクトの C ... PU affinity 属性の設定/取得を行う pthread_attr_getguardsize man3 pthread_attr_setguardsize, ... 属性オブジェクトの guard size 属性の設定/取得を行う pthread_attr_getstack man3 pthread_attr_setstack, pthread_ ...
https://man.plustar.jp/manpage/man_p.html - [similar]
Man page of PTHREAD_SPECIFIC 6814
PTHREAD_SPECIFIC Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 ... pthread_key_create, pthread_key_delete, pthread_setspecific, pthread_getspecif ... ic - スレッド固有データの管理 書式 #include < pthread.h > int pthread_key_create(pthread_key_t * key , v ... oid (* destr_function ) (void *)); int pthread_key_delete(pthread_key_t key ); int pthread_setspe ... cific(pthread_key_t key , const void * pointer ); void * pthread ...
https://man.plustar.jp/manpage/man3/pthread_key_create.3.html - [similar]
Man page of PTHREAD_CONDATTR 6678
PTHREAD_CONDATTR Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 ... pthread_condattr_init, pthread_condattr_destroy - 条件変数作成時の属性 書式 #incl ... ude < pthread.h > int pthread_condattr_init(pthread_condattr_t * ... attr ); int pthread_condattr_destroy(pthread_condattr_t * attr ); 説明 ... 条件変数の属性は条件変数の作成時に、 pthread_cond_init (3) の第 2 引数として条件変数属性オブジェ ...
https://man.plustar.jp/manpage/man3/pthread_condattr_destroy.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

This document was created by man2html, using the manual pages.
Time: 13:30:26 GMT, January 09, 2022