manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 1420 for Thread (0.058 sec.)
Man page of PTHREAD_SETAFFINITY_NP 5269
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... Page 名前 pthread_setaffinity_np, pthread_getaffinity_np - スレッドの ... URCE /* See feature_test_macros (7) */ #include < pthread.h > int pthread_setaffinity_np(pthread_t thread , ... ze_t cpusetsize , const cpu_set_t * cpuset ); int pthread_getaffinity_np(pthread_t thread , size_t cpusetsiz ... e , cpu_set_t * cpuset ); -pthread でコンパイルしてリンクする。 説明 pthread_setaffin ...
https://man.plustar.jp/manpage/man3/pthread_getaffinity_np.3.html - [similar]
Man page of PTHREAD_SETAFFINITY_NP 5269
PTHREAD_SETAFFINITY_NP Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home ... Page 名前 pthread_setaffinity_np, pthread_getaffinity_np - スレッドの ... URCE /* See feature_test_macros (7) */ #include < pthread.h > int pthread_setaffinity_np(pthread_t thread , ... ze_t cpusetsize , const cpu_set_t * cpuset ); int pthread_getaffinity_np(pthread_t thread , size_t cpusetsiz ... e , cpu_set_t * cpuset ); -pthread でコンパイルしてリンクする。 説明 pthread_setaffin ...
https://man.plustar.jp/manpage/man3/pthread_setaffinity_np.3.html - [similar]
Man page of GETTID 4892
GETTID Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 gettid ... な TID を持つ。 さらなる詳細は、 clone (2) の CLONE_THREAD についての議論を参照すること。 返り値 成功の場合、 ... テムコールが返すスレッド ID は POSIX スレッド ID ( pthread_self (3) が返す曖昧な値) と同じものではない。 In a ... new thread group created by a clone (2) call that does not sp ... ecify the CLONE_THREAD flag (or, equivalently, a new process created by f ...
https://man.plustar.jp/manpage/man2/gettid.2.html - [similar]
Man page of PTHREAD_SETSCHEDPARAM 4703
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 ... 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_SETSCHEDPARAM 4703
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 ... 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 SIGNAL 4703
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... れたプロセスグループの全メンバーにシグナルを送る。 pthread_kill (3) 呼び出し者と同じプロセス内の指定された PO ... レッドにシグナルを送る (このシステムコールを使って pthread_kill (3) は実装されている)。 sigqueue (3) 指定され ... ている シグナル集合を示すものである。 スレッドは、 pthread_sigmask (3) を使って自分のシグナルマスクを操作でき ... クは保持される。 A signal may be process-directed or thread-directed. A process-directed signal is one that is ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of MALLOC_INFO 4369
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... ) を参照。 インターフェース 属性 値 malloc_info () Thread safety MT-Safe 準拠 この関数は GNU による拡張である ... ude < unistd.h > #include < stdlib.h > #include < pthread.h > #include < malloc.h > #include < errno.h > sta ... tic size_t blockSize; static int numThreads, numBlocks; #define errExit(msg) do { perror(msg) ... ; exit(EXIT_FAILURE); \ } while (0) static void * thread_func(void *arg) { int tn = (int) arg; /* The multi ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of PTHREAD_SETSCHEDPRIO 4369
PTHREAD_SETSCHEDPRIO Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Pa ... ge 名前 pthread_setschedprio - スレッドのスケジューリング優先度を設 ... 定する 書式 #include < pthread.h > int pthread_setschedprio(pthread_t thread , in ... t prio ); -pthread でコンパイルしてリンクする。 説明 pthread_setsched ... prio () 関数は、スレッド thread のスケジューリング 優先度に prio で指定された値を設 ...
https://man.plustar.jp/manpage/man3/pthread_setschedprio.3.html - [similar]
Man page of CLONE 4229
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... の項も参照のこと) clone () の主要な使用法はスレッド (threads) を実装することである: 一つのプログラムの中の複数 ... けが CLONE_NEWPID を使用できる。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできな ... 成するのに特権は必要なくなった。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできな ... S (Linux 2.5.32 以降) newtls 引き数は、新しい TLS (Thread Local Storage) ディスクリプターである。 ( set_thre ...
https://man.plustar.jp/manpage/man2/__clone2.2.html - [similar]
Man page of CLONE 4229
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... の項も参照のこと) clone () の主要な使用法はスレッド (threads) を実装することである: 一つのプログラムの中の複数 ... けが CLONE_NEWPID を使用できる。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできな ... 成するのに特権は必要なくなった。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできな ... S (Linux 2.5.32 以降) newtls 引き数は、新しい TLS (Thread Local Storage) ディスクリプターである。 ( set_thre ...
https://man.plustar.jp/manpage/man2/clone.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT

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