manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 57 for parent (0.018 sec.)
Man page of VFORK 12732
VFORK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 vfork - ... l that point, the child shares all memory with its parent, including the stack. The child must not return fr ... effect of calling exit handlers established by the parent process and flushing the parent's stdio (3) buffer ... . (This can be especially beneficial where a large parent process wishes to execute a small helper program i ... tting an amount of memory equal to the size of the parent process (if strict overcommitting is in force) or ...
https://man.plustar.jp/manpage/man2/vfork.2.html - [similar]
Man page of PTHREAD_ATFORK 11821
PTHREAD_ATFORK Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... nt pthread_atfork(void (* prepare )(void), void (* parent )(void), void (* child )(void)); 説明 pthread_atfo ... セスが生成される直前に親プロセスから 呼び出される。 parent ハンドラは、 fork (2) がリターンする直前に親プロセ ... が返る直前に子プロセスから呼び出される。 prepare , parent および child の三つのハンドラのうちの一つまたは複数 ... られたものが fork の前に最初に呼び出される)。 他方、 parent と child は FIFO 順で呼び出される (最初に加えられた ...
https://man.plustar.jp/manpage/man3/pthread_atfork.3.html - [similar]
Man page of EXIT 10147
EXIT Section: Linux Programmer's Manual (3) Updated: 2020-02-09 Index JM Home Page 名前 exit - プ ... xit (), the exit status must be transmitted to the parent process. There are three cases: • If the parent ha ... discarded and the child dies immediately. • If the parent was waiting on the child, it is notified of the ex ... ics) is retained in process table. This allows the parent to subsequently use waitpid (2) (or similar) to le ... ration to arrange that it receives a signal if its parent terminates. 関連項目 _exit (2), get_robust_list (2 ...
https://man.plustar.jp/manpage/man3/exit.3.html - [similar]
Man page of _EXIT 9897
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... ) PR_SET_CHILD_SUBREAPER operation). The process's parent is sent a SIGCHLD signal. The value status & 0xFF ... is returned to the parent process as the process's exit status, and can be c ... ollected by the parent using one of the wait (2) family of calls. 関数 _E ... 関連キーワード process , status , call , pending , parent , function , pages , 関数 , wait , system Linux マ ...
https://man.plustar.jp/manpage/man2/_Exit.2.html - [similar]
Man page of _EXIT 9897
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... ) PR_SET_CHILD_SUBREAPER operation). The process's parent is sent a SIGCHLD signal. The value status & 0xFF ... is returned to the parent process as the process's exit status, and can be c ... ollected by the parent using one of the wait (2) family of calls. 関数 _E ... 関連キーワード process , status , call , pending , parent , function , pages , 関数 , wait , system Linux マ ...
https://man.plustar.jp/manpage/man2/_exit.2.html - [similar]
Man page of _EXIT 9897
_EXIT Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 _exit, ... ) PR_SET_CHILD_SUBREAPER operation). The process's parent is sent a SIGCHLD signal. The value status & 0xFF ... is returned to the parent process as the process's exit status, and can be c ... ollected by the parent using one of the wait (2) family of calls. 関数 _E ... 関連キーワード process , status , call , pending , parent , function , pages , 関数 , wait , system Linux マ ...
https://man.plustar.jp/manpage/man2/exit.2.html - [similar]
Man page of CLONE 9251
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... 通常は 「親プロセス」と一致する。但し、後述の CLONE_PARENT の項も参照のこと) clone () の主要な使用法はスレッド ... を使用できる。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 CLONE_NEWUS ... 必要なくなった。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 セキュリティ ... UTS 名前空間の詳細は namespaces (7) を参照。 CLONE_PARENT (Linux 2.3.12 以降) CLONE_PARENT が設定された場合、 ...
https://man.plustar.jp/manpage/man2/__clone2.2.html - [similar]
Man page of CLONE 9251
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... 通常は 「親プロセス」と一致する。但し、後述の CLONE_PARENT の項も参照のこと) clone () の主要な使用法はスレッド ... を使用できる。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 CLONE_NEWUS ... 必要なくなった。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 セキュリティ ... UTS 名前空間の詳細は namespaces (7) を参照。 CLONE_PARENT (Linux 2.3.12 以降) CLONE_PARENT が設定された場合、 ...
https://man.plustar.jp/manpage/man2/clone.2.html - [similar]
Man page of CLONE 9251
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... 通常は 「親プロセス」と一致する。但し、後述の CLONE_PARENT の項も参照のこと) clone () の主要な使用法はスレッド ... を使用できる。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 CLONE_NEWUS ... 必要なくなった。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 セキュリティ ... UTS 名前空間の詳細は namespaces (7) を参照。 CLONE_PARENT (Linux 2.3.12 以降) CLONE_PARENT が設定された場合、 ...
https://man.plustar.jp/manpage/man2/clone2.2.html - [similar]
Man page of CLONE 9251
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... 通常は 「親プロセス」と一致する。但し、後述の CLONE_PARENT の項も参照のこと) clone () の主要な使用法はスレッド ... を使用できる。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 CLONE_NEWUS ... 必要なくなった。 このフラグは CLONE_THREAD や CLONE_PARENT と組み合わせて指定することはできない。 セキュリティ ... UTS 名前空間の詳細は namespaces (7) を参照。 CLONE_PARENT (Linux 2.3.12 以降) CLONE_PARENT が設定された場合、 ...
https://man.plustar.jp/manpage/man2/clone3.2.html - [similar]
PREV 1 2 3 4 5 6 NEXT

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