manページ検索

phrase: max: clip:
target: order:
Results of 31 - 40 of about 221 for pid (0.031 sec.)
Man page of CAPGET 6286
CAPGET Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 capget ... ruct __user_cap_header_struct { __u32 version; int pid; } *cap_user_header_t; typedef struct __user_cap_d ... noptional) in Linux 2.6.33. capget () では、 hdrp->pid のフィールド値にケーパビリティを知りたいプロセスの ... ing capset (), the only permitted values for hdrp->pid are 0 or, equivalently, the value returned by gett ... on the capabilities of the thread specified by the pid field of hdrp when that is nonzero, or on the capa ...
https://man.plustar.jp/manpage/man2/capget.2.html - [similar]
Man page of CAPGET 6286
CAPGET Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 capget ... ruct __user_cap_header_struct { __u32 version; int pid; } *cap_user_header_t; typedef struct __user_cap_d ... noptional) in Linux 2.6.33. capget () では、 hdrp->pid のフィールド値にケーパビリティを知りたいプロセスの ... ing capset (), the only permitted values for hdrp->pid are 0 or, equivalently, the value returned by gett ... on the capabilities of the thread specified by the pid field of hdrp when that is nonzero, or on the capa ...
https://man.plustar.jp/manpage/man2/capset.2.html - [similar]
Man page of SIGQUEUE 6286
SIGQUEUE Section: Linux Programmer's Manual (3) Updated: 2017-09-15 Index JM Home Page 名前 sigq ... ロセスに送る 書式 #include < signal.h > int sigqueue(pid_t pid , int sig , const union sigval value ); glib ... 9L 説明 sigqueue () は sig で指定されたシグナルを、PIDpid であるプロセスに送る。 シグナルを送るのに必 ... l (2) と同様に、ヌルシグナル (0) を使って 指定した PID のプロセスが存在するかをチェックすることができる。 ... 要な権限については、 kill (2) を参照すること。 ESRCH pid にマッチする PID のプロセスがない。 バージョン sig ...
https://man.plustar.jp/manpage/man3/sigqueue.3.html - [similar]
Man page of PS 6119
PS Section: Linux User's Manual (1) Updated: July 28, 2004 Index JM Home Page 名前 ps - 現在実行 ... 全てのプロセスを選択する。 この場合、プロセス ID (PID)・プロセスに関連づけられている端末 (TTY)・ [dd-]hh ... プロセスをユーザー定義フォーマットで表示する: ps -eo pid,tid,class,rtprio,ni,pri,psr,pcpu,stat,wchan:14,com ... m ps axo stat,euid,ruid,tty,tpgid,sess,pgrp,ppid,pid,pcpu,comm ps -eopid,tt,user,fname,tmout,f,wcha ... ogd のプロセス ID のみを表示する: ps -C syslogd -o pid= PID 42 の名前のみを表示する。 ps -p 42 -o comm= 簡 ...
https://man.plustar.jp/manpage/man1/ps.1.html - [similar]
Man page of PSTREE 6088
PSTREE Section: User Commands (1) Updated: May 6, 1998 Index JM Home Page 名前 pstree - プロセス ... ツリーを表示する 書式 pstree [ -a ] [ -c ] [ -h | -H pid ] [ -l ] [ -n ] [ -p ] [ -u ] [ -G | -U ] [ pid | ... は実行中のプロセスをツリー形式で表示する。 ツリーは pid を起点とする。 pid が省略されると init を起点とする ... られる。 -n 同じ親を持つプロセスどうしを、名前でなく PID でソートする。(数値ソート) -p PID を表示する。PID ...
https://man.plustar.jp/manpage/man1/pstree.1.html - [similar]
Man page of KILL 6088
KILL Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 kill - プ ... ude < sys/types.h > #include < signal.h > int kill(pid_t pid , int sig ); glibc 向けの機能検査マクロの要件 ... ープもしくはプロセスにシグナルを 送るのに使われる。 pid に正の値を指定した場合、シグナル sig が pid で指定 ... された ID を持つプロセスに送られる。 pid に 0 を指定した場合、 呼び出し元のプロセスのプロセ ... べてのプロセスに sig で指定したシグナルが送られる。 pid に -1 を指定した場合、 sig で指定したシグナルが、 ...
https://man.plustar.jp/manpage/man2/kill.2.html - [similar]
Man page of SCHED_RR_GET_INTERVAL 6088
SCHED_RR_GET_INTERVAL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home P ... 書式 #include < sched.h > int sched_rr_get_interval(pid_t pid , struct timespec * tp ); 説明 sched_rr_get_ ... interval () は tp で指定された timespec 構造体に pid で指定されたプロセスのラウンドロビン時間量 (round ... ; /* seconds */ long tv_nsec; /* nanoseconds */ }; pid が 0 の場合、呼び出したプロセスの時間量 (time quan ... をユーザー空間にコピーする時に問題が起きた。 EINVAL PID が不正である。 ENOSYS システムコールがまだ実装され ...
https://man.plustar.jp/manpage/man2/sched_rr_get_interval.2.html - [similar]
Man page of WAIT4 6088
WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3, ... include < sys/resource.h > #include < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusag ... e * rusage ); pid_t wait4(pid_t pid , int * wstatus , int options , ... s are nonstandard; in new programs, the use of waitpid (2) or waitid (2) is preferable. システムコール wa ... it3 () と wait4 () は waitpid (2) と同様の動作をする。それに加え、子プロセスのリ ...
https://man.plustar.jp/manpage/man2/wait3.2.html - [similar]
Man page of WAIT4 6088
WAIT4 Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 wait3, ... include < sys/resource.h > #include < sys/wait.h > pid_t wait3(int * wstatus , int options , struct rusag ... e * rusage ); pid_t wait4(pid_t pid , int * wstatus , int options , ... s are nonstandard; in new programs, the use of waitpid (2) or waitid (2) is preferable. システムコール wa ... it3 () と wait4 () は waitpid (2) と同様の動作をする。それに加え、子プロセスのリ ...
https://man.plustar.jp/manpage/man2/wait4.2.html - [similar]
Man page of SCHED_SETATTR 6046
SCHED_SETATTR Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 ... を行なう 書式 #include < sched.h > int sched_setattr(pid_t pid , struct sched_attr * attr , unsigned int fl ... ags ); int sched_getattr(pid_t pid , struct sched_attr * attr , unsigned int si ... ched_setattr() sched_setattr () システムコールは、 pid で指定された ID を持つスレッドのスケジューリングポ ... リシーと関連する属性を設定する。 pid が 0 の場合、呼び出したスレッド自身のスケジューリン ...
https://man.plustar.jp/manpage/man2/sched_getattr.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 NEXT

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