manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 166 for PTHREAD (0.062 sec.)
Man page of PTHREAD_CREATE 6474
PTHREAD_CREATE Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pthread ... _create - 新しいスレッドを生成する 書式 #include < pthread.h > int pthread_create(pthread_t * thread , pthrea ... d * (* start_routine )(void *), void * arg ); 説明 pthread_create は呼び出しスレッドと並行して実行する、新しい ... tart_routine という関数になる。 新しいスレッドは、 pthread_exit (3) を呼び出すことによって明示的に終了するか、 ... art_routine の終了コードとして返す結果を引数として pthread_exit (3) を呼び出すことに等しい。 引数 attr には、 ...
https://man.plustar.jp/manpage/man3/pthread_create.3.html - [similar]
Man page of PTHREAD_SETCONCURRENCY 6440
PTHREAD_SETCONCURRENCY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home ... Page 名前 pthread_setconcurrency, pthread_getconcurrency - 並列処理レ ... ベルの設定/取得を行う 書式 #include < pthread.h > int pthread_setconcurrency(int new_level ); in ... t pthread_getconcurrency( void ); -pthread でコンパイルしてリ ... ンクする。 説明 pthread_setconcurrency () 関数は、アプリケーションが希望す ...
https://man.plustar.jp/manpage/man3/pthread_getconcurrency.3.html - [similar]
Man page of PTHREAD_GETCPUCLOCKID 6440
PTHREAD_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home P ... age 名前 pthread_getcpuclockid - スレッドの CPU 時間時計の ID を取得 ... する 書式 #include < pthread.h > #include < time.h > int pthread_getcpuclockid( ... pthread_t thread , clockid_t * clockid ); -pthread でコンパイルしてリンクする。 説明 The pthread_getc ... 、 attributes (7) を参照。 インターフェース 属性 値 pthread_getcpuclockid () Thread safety MT-Safe 準拠 POSIX. ...
https://man.plustar.jp/manpage/man3/pthread_getcpuclockid.3.html - [similar]
Man page of PTHREAD_SETSCHEDPARAM 6440
PTHREAD_SETSCHEDPARAM Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page ... 名前 pthread_setschedparam, pthread_getschedparam - スレッドのス ... ケージューリングパラメータを制御する 書式 #include < pthread.h > int pthread_setschedparam(pthread_t target_thr ... t policy , const struct sched_param * param ); int pthread_getschedparam(pthread_t target_thread , int * poli ... cy , struct sched_param * param ); 説明 pthread_setschedparam はスレッド target_thread のスケジュー ...
https://man.plustar.jp/manpage/man3/pthread_getschedparam.3.html - [similar]
Man page of PTHREAD_SETCONCURRENCY 6440
PTHREAD_SETCONCURRENCY Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home ... Page 名前 pthread_setconcurrency, pthread_getconcurrency - 並列処理レ ... ベルの設定/取得を行う 書式 #include < pthread.h > int pthread_setconcurrency(int new_level ); in ... t pthread_getconcurrency( void ); -pthread でコンパイルしてリ ... ンクする。 説明 pthread_setconcurrency () 関数は、アプリケーションが希望す ...
https://man.plustar.jp/manpage/man3/pthread_setconcurrency.3.html - [similar]
Man page of PTHREAD_SETSCHEDPARAM 6440
PTHREAD_SETSCHEDPARAM Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page ... 名前 pthread_setschedparam, pthread_getschedparam - スレッドのス ... ケージューリングパラメータを制御する 書式 #include < pthread.h > int pthread_setschedparam(pthread_t target_thr ... t policy , const struct sched_param * param ); int pthread_getschedparam(pthread_t target_thread , int * poli ... cy , struct sched_param * param ); 説明 pthread_setschedparam はスレッド target_thread のスケジュー ...
https://man.plustar.jp/manpage/man3/pthread_setschedparam.3.html - [similar]
Man page of PTHREAD_ATTR_SETAFFINITY_NP 6428
PTHREAD_ATTR_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM ... Home Page 名前 pthread_attr_setaffinity_np, pthread_attr_getaffinity_np - ... OURCE /* See feature_test_macros (7) */ #include < pthread.h > int pthread_attr_setaffinity_np(pthread_attr_t ... ize_t cpusetsize , const cpu_set_t * cpuset ); int pthread_attr_getaffinity_np(const pthread_attr_t * attr , ... size_t cpusetsize , cpu_set_t * cpuset ); -pthread でコンパイルしてリンクする。 説明 pthread_attr_set ...
https://man.plustar.jp/manpage/man3/pthread_attr_getaffinity_np.3.html - [similar]
Man page of PTHREAD_ATTR_SETGUARDSIZE 6428
PTHREAD_ATTR_SETGUARDSIZE Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Ho ... me Page 名前 pthread_attr_setguardsize, pthread_attr_getguardsize - スレ ... の guard size 属性の設定/取得を行う 書式 #include < pthread.h > int pthread_attr_setguardsize(pthread_attr_t * ... attr , size_t guardsize ); int pthread_attr_getguardsize(const pthread_attr_t * attr , si ... ze_t * guardsize ); -pthread でコンパイルしてリンクする。 説明 pthread_attr_set ...
https://man.plustar.jp/manpage/man3/pthread_attr_getguardsize.3.html - [similar]
Man page of PTHREAD_ATTR_SETAFFINITY_NP 6428
PTHREAD_ATTR_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM ... Home Page 名前 pthread_attr_setaffinity_np, pthread_attr_getaffinity_np - ... OURCE /* See feature_test_macros (7) */ #include < pthread.h > int pthread_attr_setaffinity_np(pthread_attr_t ... ize_t cpusetsize , const cpu_set_t * cpuset ); int pthread_attr_getaffinity_np(const pthread_attr_t * attr , ... size_t cpusetsize , cpu_set_t * cpuset ); -pthread でコンパイルしてリンクする。 説明 pthread_attr_set ...
https://man.plustar.jp/manpage/man3/pthread_attr_setaffinity_np.3.html - [similar]
Man page of PTHREAD_ATTR_SETGUARDSIZE 6428
PTHREAD_ATTR_SETGUARDSIZE Section: Linux Programmer's Manual (3) Updated: 2020-06-09 Index JM Ho ... me Page 名前 pthread_attr_setguardsize, pthread_attr_getguardsize - スレ ... の guard size 属性の設定/取得を行う 書式 #include < pthread.h > int pthread_attr_setguardsize(pthread_attr_t * ... attr , size_t guardsize ); int pthread_attr_getguardsize(const pthread_attr_t * attr , si ... ze_t * guardsize ); -pthread でコンパイルしてリンクする。 説明 pthread_attr_set ...
https://man.plustar.jp/manpage/man3/pthread_attr_setguardsize.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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