manページ検索

phrase: max: clip:
target: order:
Results of 81 - 90 of about 166 for PTHREAD (0.047 sec.)
Man page of PTHREAD_SIGNAL 5701
PTHREAD_SIGNAL Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pthread ... hread_sigmask, pthread_kill, sigwait - スレッド内でのシグナルハンドリング ... 書式 #include < pthread.h > #include < signal.h > int pthread_sigmask(int ... nst sigset_t * newmask , sigset_t * oldmask ); int pthread_kill(pthread_t thread , int signo ); int sigwait(c ... onst sigset_t * set , int * sig ); 説明 pthread_sigmask は呼び出しスレッドのシグナルマスクを 引数 ...
https://man.plustar.jp/manpage/man3/sigwait.3.html - [similar]
Man page of RAISE 4997
RAISE Section: Linux Programmer's Manual (3) Updated: 2015-08-08 Index JM Home Page 名前 raise - ... マルチスレッドのプログラムでは、以下と等価である。 pthread_kill(pthread_self(), sig); シグナルに起因してシグナ ... 目 getpid (2), kill (2), sigaction (2), signal (2), pthread_kill (3), signal (7) この文書について この man ペー ... e , RAISE , kill , 属性 , シグナル , sig , pages , pthread , Index , 準拠 Linux マニュアル 一覧 [ man1 ] [ ma ...
https://man.plustar.jp/manpage/man3/raise.3.html - [similar]
Man page of MALLOC_INFO 4781
MALLOC_INFO Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Page 名前 m ... lude < unistd.h > #include < stdlib.h > #include < pthread.h > #include < malloc.h > #include < errno.h > sta ... v[3]); sleepTime = (argc > 4) ? atoi(argv[4]) : 0; pthread_t *thr = calloc(numThreads, sizeof(*thr)); if (thr ... for (int tn = 0; tn < numThreads; tn++) { errno = pthread_create(&thr[tn], NULL, thread_func, (void *) tn); ... if (errno != 0) errExit("pthread_create"); /* If we add a sleep interval after the ...
https://man.plustar.jp/manpage/man3/malloc_info.3.html - [similar]
Man page of FORK 4747
FORK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fork - 子 ... これにはミューテックス (mutex) の状態・条件変数・ pthread オブジェクトが含まれる。 これが引き起こす問題を扱う ... には、 pthread_atfork (3) を使うと良いだろう。 * After a fork () ... を呼び出すのと等価である)。 glibc のラッパー関数は pthread_atfork (3) を使って設定されている 任意の fork ハン ... (2), unshare (2), vfork (2), wait (2), daemon (3), pthread_atfork (3), capabilities (7), credentials (7) この ...
https://man.plustar.jp/manpage/man2/fork.2.html - [similar]
Man page of SIGNAL 4747
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) を使って自分のシグナルマスクを操作でき ... ific thread using interfaces such as tgkill (2) or pthread_kill (3). A process-directed signal may be deliver ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of SEMAPHORES 4736
SEMAPHORES Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 sem_in ... 著者 Xavier Leroy < Xavier.Leroy@inria.fr > 関連事項 pthread_mutex_init (3), pthread_cond_init (3), pthread_can ...
https://man.plustar.jp/manpage/man3/sem_destroy.3.html - [similar]
Man page of SEMAPHORES 4736
SEMAPHORES Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 sem_in ... 著者 Xavier Leroy < Xavier.Leroy@inria.fr > 関連事項 pthread_mutex_init (3), pthread_cond_init (3), pthread_can ...
https://man.plustar.jp/manpage/man3/sem_getvalue.3.html - [similar]
Man page of SEMAPHORES 4736
SEMAPHORES Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 sem_in ... 著者 Xavier Leroy < Xavier.Leroy@inria.fr > 関連事項 pthread_mutex_init (3), pthread_cond_init (3), pthread_can ...
https://man.plustar.jp/manpage/man3/sem_init.3.html - [similar]
Man page of SEMAPHORES 4736
SEMAPHORES Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 sem_in ... 著者 Xavier Leroy < Xavier.Leroy@inria.fr > 関連事項 pthread_mutex_init (3), pthread_cond_init (3), pthread_can ...
https://man.plustar.jp/manpage/man3/sem_post.3.html - [similar]
Man page of SEMAPHORES 4736
SEMAPHORES Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 sem_in ... 著者 Xavier Leroy < Xavier.Leroy@inria.fr > 関連事項 pthread_mutex_init (3), pthread_cond_init (3), pthread_can ...
https://man.plustar.jp/manpage/man3/sem_trywait.3.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 NEXT

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