manページ検索

phrase: max: clip:
target: order:
Results of 61 - 70 of about 271 for signal (0.034 sec.)
Man page of WAIT 5198
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... WIFEXITED が真を返した場合だけにすべきである。 WIFSIGNALED( wstatus ) 子プロセスがシグナルにより終了した場合 ... たシグナルの番号を返す。 このマクロを使用するのは WIFSIGNALED が真を返した場合だけにすべきである。 WCOREDUMP( ... ore (5)). This macro should be employed only if WIFSIGNALED returned true. This macro is not specified in PO ... block) されていないシグナルや SIGCHLD を受信した。 signal (7) 参照。 EINVAL options 引数が不正である。 準拠 ...
https://man.plustar.jp/manpage/man2/waitid.2.html - [similar]
Man page of WAIT 5198
WAIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 wait, wa ... WIFEXITED が真を返した場合だけにすべきである。 WIFSIGNALED( wstatus ) 子プロセスがシグナルにより終了した場合 ... たシグナルの番号を返す。 このマクロを使用するのは WIFSIGNALED が真を返した場合だけにすべきである。 WCOREDUMP( ... ore (5)). This macro should be employed only if WIFSIGNALED returned true. This macro is not specified in PO ... block) されていないシグナルや SIGCHLD を受信した。 signal (7) 参照。 EINVAL options 引数が不正である。 準拠 ...
https://man.plustar.jp/manpage/man2/waitpid.2.html - [similar]
Man page of TIMEOUT 5071
TIMEOUT Section: ユーザーコマンド (1) Updated: 2021年5月 Index JM Home Page 名前 timeout - 時間制 ... まだ動作している場合は KILL シグナルを送る。 -s , --signal = ,SIGNAL/ タイムアウト時に送るシグナルを指定する。 ...
https://man.plustar.jp/manpage/man1/timeout.1.html - [similar]
Man page of FCNTL 5022
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... 返り値 -1 を返す (また errno に EINTR が設定される; signal (7) 参照)。 F_GETLK ( struct flock * ) このコールの ... 返り値 -1 を返す (また errno に EINTR が設定される; signal (7) 参照)。 F_OFD_GETLK ( struct flock * ) このコー ... all minor versions). Some versions of UNIX send a signal ( SIGLOST ) in this circumstance. Linux does not d ... efine this signal, and does not provide any asynchronous notificatio ...
https://man.plustar.jp/manpage/man2/fcntl.2.html - [similar]
Man page of FCNTL 5022
FCNTL Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 fcntl - ... 返り値 -1 を返す (また errno に EINTR が設定される; signal (7) 参照)。 F_GETLK ( struct flock * ) このコールの ... 返り値 -1 を返す (また errno に EINTR が設定される; signal (7) 参照)。 F_OFD_GETLK ( struct flock * ) このコー ... all minor versions). Some versions of UNIX send a signal ( SIGLOST ) in this circumstance. Linux does not d ... efine this signal, and does not provide any asynchronous notificatio ...
https://man.plustar.jp/manpage/man2/fcntl64.2.html - [similar]
Man page of MPROTECT 5022
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... プログラムのソース #include < unistd.h > #include < signal.h > #include < stdio.h > #include < malloc.h > #in ... , void *unused) { /* Note: calling printf() from a signal handler is not safe (and should not be done in pro ... duction programs), since printf() is not async-signal-safe; see signal-safety (7). Nevertheless, we use ...
https://man.plustar.jp/manpage/man2/mprotect.2.html - [similar]
Man page of MPROTECT 5022
MPROTECT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 mpro ... プログラムのソース #include < unistd.h > #include < signal.h > #include < stdio.h > #include < malloc.h > #in ... , void *unused) { /* Note: calling printf() from a signal handler is not safe (and should not be done in pro ... duction programs), since printf() is not async-signal-safe; see signal-safety (7). Nevertheless, we use ...
https://man.plustar.jp/manpage/man2/pkey_mprotect.2.html - [similar]
Man page of FORK 4973
FORK Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 fork - 子 ... aded program, the child can safely call only async-signal-safe functions (see signal-safety (7)) until such ... ァイル状態フラグ・ ファイルオフセット、シグナル駆動 (signal-driven) I/O 属性 ( fcntl (2) における F_SETOWN , F ... inux 2.6.17 以降) System call was interrupted by a signal and will be restarted. (This can be seen only duri ...
https://man.plustar.jp/manpage/man2/fork.2.html - [similar]
Man page of SYSCALL 4973
SYSCALL Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 sysca ... n the system call result, and the register used to signal an error. Arch/ABI Instruction System Ret Ret Erro ... ndicating no error, and -1 indicating an error) to signal that the system call failed. The actual error valu ... process affects some process behaviors, including signal handling or system call restarting. • Since x32 ha ... ys/syscall.h > #include < sys/types.h > #include < signal.h > int main(int argc, char *argv[]) { pid_t tid; ...
https://man.plustar.jp/manpage/man2/syscall.2.html - [similar]
Man page of PGREP 4934
PGREP Section: Linux User's Manual (1) Updated: June 25, 2000 Index JM Home Page 名前 pgrep, pki ... [-G gid ,...] [-t term ,...] [ pattern ] pkill [- signal ] [-fvx] [-n|-o] [-P ppid ,...] [-g pgrp ,...] [-s ... ern に 正確に 一致するプロセスにのみマッチする。 - signal マッチしたプロセスに送るシグナルを定義する。 数値・ ... セスも報告されてしまう。 関連項目 ps (1), regex (7), signal (7), killall (1), skill (1), kill (1), kill (2) 標 ...
https://man.plustar.jp/manpage/man1/pgrep.1.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 NEXT

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