manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 34 for SIGCHLD (0.015 sec.)
Man page of CLONE 7589
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... ation signal) の番号を指定する。このシグナルとして SIGCHLD 以外が指定された場合、親プロセスは、 wait (2) で子 ... そのスレッドを clone () を使って生成したスレッドには SIGCHLD (もしくは他の終了シグナル) は送信されない。 また、 ... ドが終了した後、 そのスレッドグループの親プロセスに SIGCHLD (もしくは他の終了シグナル) が送られる。 スレッドグ ... */ pid = clone(childFunc, stackTop, CLONE_NEWUTS | SIGCHLD, argv[1]); if (pid == -1) errExit("clone"); printf ...
https://man.plustar.jp/manpage/man2/clone.2.html - [similar]
Man page of CLONE 7589
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... ation signal) の番号を指定する。このシグナルとして SIGCHLD 以外が指定された場合、親プロセスは、 wait (2) で子 ... そのスレッドを clone () を使って生成したスレッドには SIGCHLD (もしくは他の終了シグナル) は送信されない。 また、 ... ドが終了した後、 そのスレッドグループの親プロセスに SIGCHLD (もしくは他の終了シグナル) が送られる。 スレッドグ ... */ pid = clone(childFunc, stackTop, CLONE_NEWUTS | SIGCHLD, argv[1]); if (pid == -1) errExit("clone"); printf ...
https://man.plustar.jp/manpage/man2/clone2.2.html - [similar]
Man page of CLONE 7589
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... ation signal) の番号を指定する。このシグナルとして SIGCHLD 以外が指定された場合、親プロセスは、 wait (2) で子 ... そのスレッドを clone () を使って生成したスレッドには SIGCHLD (もしくは他の終了シグナル) は送信されない。 また、 ... ドが終了した後、 そのスレッドグループの親プロセスに SIGCHLD (もしくは他の終了シグナル) が送られる。 スレッドグ ... */ pid = clone(childFunc, stackTop, CLONE_NEWUTS | SIGCHLD, argv[1]); if (pid == -1) errExit("clone"); printf ...
https://man.plustar.jp/manpage/man2/clone3.2.html - [similar]
Man page of FORK 7589
FORK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fork - 子 ... es in the child.) * 子プロセスの終了シグナルは常に SIGCHLD である ( clone (2) を参照)。 * ioperm (2) で設定さ ... フラグが指定される ( fork () の呼び出しは、 flags に SIGCHLD だけを指定して clone (2) を呼び出すのと等価である) ...
https://man.plustar.jp/manpage/man2/fork.2.html - [similar]
Man page of SLEEP 7589
SLEEP Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sleep - ... ェース 属性 値 sleep () Thread safety MT-Unsafe sig:SIGCHLD/linux 準拠 POSIX.1-2001, POSIX.1-2008. 注意 On Lin ...
https://man.plustar.jp/manpage/man3/sleep.3.html - [similar]
Man page of _EXIT 7461
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... BREAPER operation). The process's parent is sent a SIGCHLD signal. The value status & 0xFF is returned to the ...
https://man.plustar.jp/manpage/man2/_Exit.2.html - [similar]
Man page of _EXIT 7461
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... BREAPER operation). The process's parent is sent a SIGCHLD signal. The value status & 0xFF is returned to the ...
https://man.plustar.jp/manpage/man2/_exit.2.html - [similar]
Man page of _EXIT 7461
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... BREAPER operation). The process's parent is sent a SIGCHLD signal. The value status & 0xFF is returned to the ...
https://man.plustar.jp/manpage/man2/exit.2.html - [similar]
Man page of SIGNAL 7461
SIGNAL Section: Linux Programmer's Manual (7) Updated: 2020-12-21 Index JM Home Page 名前 signal ... BUS P2001 Core バスエラー (不正なメモリーアクセス) SIGCHLD P1990 Ign 子プロセスの一時停止 (stop) または終了 S ... IGCLD - Ign SIGCHLD と同義 SIGCONT P1990 Cont 一時停止 (stop) からの再 ... 14 14 14 14 SIGTERM 15 15 15 15 SIGSTKFLT 16 - - 7 SIGCHLD 17 20 18 18 SIGCLD - - 18 - SIGCONT 18 19 25 26 SI ...
https://man.plustar.jp/manpage/man7/signal.7.html - [similar]
Man page of GRANTPT 7317
GRANTPT Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 grant ... スレーブのモードは 0620 (crw--w----) に設定される。 SIGCHLD シグナルを捕捉するためにシグナルハンドラーが設定さ ...
https://man.plustar.jp/manpage/man3/grantpt.3.html - [similar]
PREV 1 2 3 4 NEXT

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