manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 44 for child (0.027 sec.)
Man page of SET_TID_ADDRESS 14277
SET_TID_ADDRESS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名 ... の節を参照。 説明 各スレッドについて、カーネルは set_child_tid と clear_child_tid という 2 つの属性を保持する ... 。この 2 つの属性はデフォルトでは NULL である。 set_child_tid スレッドが CLONE_CHILD_SETTID フラグを指定した ... clone (2) によって開始された場合、 set_child_tid は clone (2) のシステムコールの ctid 引数で渡さ ... れた値に設定される。 set_child_tid が設定された場合、一番最初に新しいスレッドが行 ...
https://man.plustar.jp/manpage/man2/set_tid_address.2.html - [similar]
Man page of VFORK 9958
VFORK Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 vfork - ... in that the calling thread is suspended until the child terminates (either normally, by calling _exit (2), ... makes a call to execve (2). Until that point, the child shares all memory with its parent, including the s ... tack. The child must not return from the current function or call ... cess wishes to execute a small helper program in a child process.) By contrast, using fork (2) in this scen ...
https://man.plustar.jp/manpage/man2/vfork.2.html - [similar]
Man page of PTHREAD_ATFORK 9805
PTHREAD_ATFORK Section: C Library Functions (3) Updated: LinuxThreads Index JM Home Page 名前 pt ... * prepare )(void), void (* parent )(void), void (* child )(void)); 説明 pthread_atfork は fork (2) によって ... ) がリターンする直前に親プロセスから呼び出される。 child ハンドラは fork (2) が返る直前に子プロセスから呼び ... 出される。 prepare , parent および child の三つのハンドラのうちの一つまたは複数に NULL を与 ... fork の前に最初に呼び出される)。 他方、 parent と child は FIFO 順で呼び出される (最初に加えられたものが最 ...
https://man.plustar.jp/manpage/man3/pthread_atfork.3.html - [similar]
Man page of USER_NAMESPACES 9328
USER_NAMESPACES Section: Linux Programmer's Manual (7) Updated: 2014-09-21 Index JM Home Page 名 ... ザー名前空間内で 0 にマッピングしている。 $ ./userns_child_exec -p -m -U -M '0 1000 1' -G '0 1000 1' bash シェ ... 2 pts/3 R+ 0:00 ps ax プログラムのソース /* userns_child_exec.c GNU General Public License v2 以降の元でライ ... ror(msg); exit(EXIT_FAILURE); \ } while (0) struct child_args { char **argv; /* 子プロセスが実行するコマンド ... d [arg...]\n\n", pname); fprintf(stderr, "Create a child process that executes a shell " "command in a new ...
https://man.plustar.jp/manpage/man7/user_namespaces.7.html - [similar]
Man page of WAIT 9159
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... きである。 WCOREDUMP( wstatus ) returns true if the child produced a core dump (see core (5)). This macro sh ... 。 idtype == P_PIDFD (since Linux 5.4) Wait for the child referred to by the PID file descriptor specified i ... D file descriptors.) idtype == P_PGID Wait for any child whose process group ID matches id . Since Linux 5. ... 4, if id is zero, then wait for any child that is in the same process group as the caller's ...
https://man.plustar.jp/manpage/man2/wait.2.html - [similar]
Man page of WAIT 9159
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... きである。 WCOREDUMP( wstatus ) returns true if the child produced a core dump (see core (5)). This macro sh ... 。 idtype == P_PIDFD (since Linux 5.4) Wait for the child referred to by the PID file descriptor specified i ... D file descriptors.) idtype == P_PGID Wait for any child whose process group ID matches id . Since Linux 5. ... 4, if id is zero, then wait for any child that is in the same process group as the caller's ...
https://man.plustar.jp/manpage/man2/waitid.2.html - [similar]
Man page of WAIT 9159
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... きである。 WCOREDUMP( wstatus ) returns true if the child produced a core dump (see core (5)). This macro sh ... 。 idtype == P_PIDFD (since Linux 5.4) Wait for the child referred to by the PID file descriptor specified i ... D file descriptors.) idtype == P_PGID Wait for any child whose process group ID matches id . Since Linux 5. ... 4, if id is zero, then wait for any child that is in the same process group as the caller's ...
https://man.plustar.jp/manpage/man2/waitpid.2.html - [similar]
Man page of CLONE 8929
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... < sched.h > int clone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * pt ... トタイプ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , struct pt_regs ... 。 fork (2) とは異なり、 clone () では、子プロセス (child process) と呼び出し元のプロセスとが、メモリー空間、 ... 命的なシグナルを受信した 場合に終了することもある。 child_stack 引き数は、子プロセスによって使用されるスタッ ...
https://man.plustar.jp/manpage/man2/__clone2.2.html - [similar]
Man page of CLONE 8929
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... < sched.h > int clone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * pt ... トタイプ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , struct pt_regs ... 。 fork (2) とは異なり、 clone () では、子プロセス (child process) と呼び出し元のプロセスとが、メモリー空間、 ... 命的なシグナルを受信した 場合に終了することもある。 child_stack 引き数は、子プロセスによって使用されるスタッ ...
https://man.plustar.jp/manpage/man2/clone.2.html - [similar]
Man page of CLONE 8929
CLONE Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 clone, ... < sched.h > int clone(int (* fn )(void *), void * child_stack , int flags , void * arg , ... /* pid_t * pt ... トタイプ */ long clone(unsigned long flags , void * child_stack , void * ptid , void * ctid , struct pt_regs ... 。 fork (2) とは異なり、 clone () では、子プロセス (child process) と呼び出し元のプロセスとが、メモリー空間、 ... 命的なシグナルを受信した 場合に終了することもある。 child_stack 引き数は、子プロセスによって使用されるスタッ ...
https://man.plustar.jp/manpage/man2/clone2.2.html - [similar]
PREV 1 2 3 4 5 NEXT

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