Results of 1 - 5 of about 5 for wstatus (0.025 sec.)
- Man page of WAIT 10681
- WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa
...
types.h > #include < sys/wait.h > pid_t wait(int * wstatus ); pid_t waitpid(pid_t pid , int * wstatus , int o ...
し元のスレッドの実行を一時停止する。 呼び出し wait(&wstatus) は以下と等価である: waitpid(-1, &wstatus, 0); wai ...
復帰する。 (Linux 専用オプションについては後述する) wstatus が NULL でなければ、 wait () や waitpid () は stat ...
そのものを指定する。ポインターではない!) WIFEXITED( wstatus ) 子プロセスが正常に終了した場合に真を返す。 「正常 ...
-
https://man.plustar.jp/manpage/man2/wait.2.html
- [similar]
- Man page of WAIT 10681
- WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa
...
types.h > #include < sys/wait.h > pid_t wait(int * wstatus ); pid_t waitpid(pid_t pid , int * wstatus , int o ...
し元のスレッドの実行を一時停止する。 呼び出し wait(&wstatus) は以下と等価である: waitpid(-1, &wstatus, 0); wai ...
復帰する。 (Linux 専用オプションについては後述する) wstatus が NULL でなければ、 wait () や waitpid () は stat ...
そのものを指定する。ポインターではない!) WIFEXITED( wstatus ) 子プロセスが正常に終了した場合に真を返す。 「正常 ...
-
https://man.plustar.jp/manpage/man2/waitid.2.html
- [similar]
- Man page of WAIT 10681
- WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa
...
types.h > #include < sys/wait.h > pid_t wait(int * wstatus ); pid_t waitpid(pid_t pid , int * wstatus , int o ...
し元のスレッドの実行を一時停止する。 呼び出し wait(&wstatus) は以下と等価である: waitpid(-1, &wstatus, 0); wai ...
復帰する。 (Linux 専用オプションについては後述する) wstatus が NULL でなければ、 wait () や waitpid () は stat ...
そのものを指定する。ポインターではない!) WIFEXITED( wstatus ) 子プロセスが正常に終了した場合に真を返す。 「正常 ...
-
https://man.plustar.jp/manpage/man2/waitpid.2.html
- [similar]
- Man page of WAIT4 6931
- WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3,
...
urce.h > #include < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusage * rusage ); pid_t wa ...
it4(pid_t pid , int * wstatus , int options , struct rusage * rusage ); glibc 向 ...
を使用する点を除けば、次の wait3 () の呼び出し wait3(wstatus, options, rusage); は以下と等価である。 waitpid(-1 ...
, wstatus, options); 同様に、次の wait4 () の呼び出し wait4( ...
-
https://man.plustar.jp/manpage/man2/wait3.2.html
- [similar]
- Man page of WAIT4 6931
- WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3,
...
urce.h > #include < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusage * rusage ); pid_t wa ...
it4(pid_t pid , int * wstatus , int options , struct rusage * rusage ); glibc 向 ...
を使用する点を除けば、次の wait3 () の呼び出し wait3(wstatus, options, rusage); は以下と等価である。 waitpid(-1 ...
, wstatus, options); 同様に、次の wait4 () の呼び出し wait4( ...
-
https://man.plustar.jp/manpage/man2/wait4.2.html
- [similar]
PREV
1
NEXT