manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 221 for pid (0.066 sec.)
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_setattr.2.html - [similar]
Man page of GETPID 6015
GETPID Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 getpid ... , getppid - プロセス ID を得る 書式 #include < sys/types.h > ... #include < unistd.h > pid_t getpid(void); pid_t getppid(void); 説明 getpid ( ... い名前を生成するルーチンでしばしば使用される。) getppid () は呼び出し元のプロセスの親プロセスのプロセス ID ... 注意 glibc バージョン 2.3.4 以降では、 glibc の getpid () のラッパー関数は PID をキャッシュする。 これは、 ...
https://man.plustar.jp/manpage/man2/getpid.2.html - [similar]
Man page of GETPID 6015
GETPID Section: Linux Programmer's Manual (2) Updated: 2014-09-21 Index JM Home Page 名前 getpid ... , getppid - プロセス ID を得る 書式 #include < sys/types.h > ... #include < unistd.h > pid_t getpid(void); pid_t getppid(void); 説明 getpid ( ... い名前を生成するルーチンでしばしば使用される。) getppid () は呼び出し元のプロセスの親プロセスのプロセス ID ... 注意 glibc バージョン 2.3.4 以降では、 glibc の getpid () のラッパー関数は PID をキャッシュする。 これは、 ...
https://man.plustar.jp/manpage/man2/getppid.2.html - [similar]
Man page of CREDENTIALS 6015
CREDENTIALS Section: Linux Programmer's Manual (7) Updated: 2020-11-01 Index JM Home Page 名前 c ... 認証に用いられるプロセスの識別子 説明 プロセスID (PID) 各プロセスは、負でない整数の一意な識別子を持つ。 ... ロセスが生成される際に割り当てられる。 プロセスは getpid (2) を使って自分の PID を取得できる。 PIDpid_t ... 型で表現される ( pid_t は < sys/types.h > で定義されている)。 PID は各種 ... ty (2), setpgid (2), setsid (2), sigqueue (3), waitpid (2). プロセスの PID は execve (2) の前後で不変であ ...
https://man.plustar.jp/manpage/man7/credentials.7.html - [similar]
Man page of PLDD 5879
PLDD Section: Linux User Manual (1) Updated: 2020-11-01 Index JM Home Page 名前 pldd - プロセスに ... クされている動的共有オブジェクトを表示する 書式 pldd pid pldd option 説明 pldd コマンドは、 指定されたプロセ ... ス ID (PID) のプロセスにリンクされている動的共有オブジェクト ... テムにも同様のコマンドがある。 注意 コマンド lsof -p PID は、 プロセスにリンクされた動的共有オブジェクトも出 ... llowing (to monitor the process with the specified pid ): $ gdb -ex "set confirm off" -ex "set height 0" ...
https://man.plustar.jp/manpage/man1/pldd.1.html - [similar]
Man page of UTMP 5879
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... struct utmp { short ut_type; /* Type of record */ pid_t ut_pid; /* PID of login process */ char ut_line[ ... が DEAD_PROCESS と RUN_LVL のいずれでもなく、 かつ PID が ut_pid であるプロセスがいない場合は、 ut_user , ... しいレコードを作る。inittab から ut_id を設定し、 ut_pid および ut_time を現在値に、 ut_type を INIT_PROCES ... S に設定する。 mingetty (8) (または agetty (8)) は pid でエントリーを特定し、 ut_type を LOGIN_PROCESS に ...
https://man.plustar.jp/manpage/man5/utmp.5.html - [similar]
Man page of UTMP 5879
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... struct utmp { short ut_type; /* Type of record */ pid_t ut_pid; /* PID of login process */ char ut_line[ ... が DEAD_PROCESS と RUN_LVL のいずれでもなく、 かつ PID が ut_pid であるプロセスがいない場合は、 ut_user , ... しいレコードを作る。inittab から ut_id を設定し、 ut_pid および ut_time を現在値に、 ut_type を INIT_PROCES ... S に設定する。 mingetty (8) (または agetty (8)) は pid でエントリーを特定し、 ut_type を LOGIN_PROCESS に ...
https://man.plustar.jp/manpage/man5/utmpx.5.html - [similar]
Man page of UTMP 5879
UTMP Section: Linux Programmer's Manual (5) Updated: 2020-12-21 Index JM Home Page 名前 utmp, wt ... struct utmp { short ut_type; /* Type of record */ pid_t ut_pid; /* PID of login process */ char ut_line[ ... が DEAD_PROCESS と RUN_LVL のいずれでもなく、 かつ PID が ut_pid であるプロセスがいない場合は、 ut_user , ... しいレコードを作る。inittab から ut_id を設定し、 ut_pid および ut_time を現在値に、 ut_type を INIT_PROCES ... S に設定する。 mingetty (8) (または agetty (8)) は pid でエントリーを特定し、 ut_type を LOGIN_PROCESS に ...
https://man.plustar.jp/manpage/man5/wtmp.5.html - [similar]
Man page of GETRLIMIT 5848
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... source , const struct rlimit * rlim ); int prlimit(pid_t pid , int resource , const struct rlimit * new_l ... が old_limit が指す rlimit 構造体に格納される。 The pid argument specifies the ID of the process on which ... the call is to operate. If pid is 0, then the call applies to the calling process ... caller and the real, effective, and saved set group IDs of the target process must match the real group ...
https://man.plustar.jp/manpage/man2/getrlimit.2.html - [similar]
Man page of GETRLIMIT 5848
GETRLIMIT Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 get ... source , const struct rlimit * rlim ); int prlimit(pid_t pid , int resource , const struct rlimit * new_l ... が old_limit が指す rlimit 構造体に格納される。 The pid argument specifies the ID of the process on which ... the call is to operate. If pid is 0, then the call applies to the calling process ... caller and the real, effective, and saved set group IDs of the target process must match the real group ...
https://man.plustar.jp/manpage/man2/prlimit.2.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 12 13 14 NEXT

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