manページ検索

phrase: max: clip:
target: order:
Results of 41 - 50 of about 583 for Id (0.016 sec.)
Man page of CLOCK_GETRES 5039
CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前 ... 関数 書式 #include < time.h > int clock_getres(clockid_t clk_id , struct timespec * res ); int clock_gett ... ime(clockid_t clk_id , struct timespec * tp ); int clock_setti ... me(clockid_t clk_id , const struct timespec * tp ); -lrt とリ ... 説明 関数 clock_getres () は 指定されたクロック clk_id の分解能 (精度) を探し出す。 res が NULL でない場合 ...
https://man.plustar.jp/manpage/man2/clock_getres.2.html - [similar]
Man page of CLOCK_GETRES 5039
CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前 ... 関数 書式 #include < time.h > int clock_getres(clockid_t clk_id , struct timespec * res ); int clock_gett ... ime(clockid_t clk_id , struct timespec * tp ); int clock_setti ... me(clockid_t clk_id , const struct timespec * tp ); -lrt とリ ... 説明 関数 clock_getres () は 指定されたクロック clk_id の分解能 (精度) を探し出す。 res が NULL でない場合 ...
https://man.plustar.jp/manpage/man2/clock_gettime.2.html - [similar]
Man page of CLOCK_GETRES 5039
CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前 ... 関数 書式 #include < time.h > int clock_getres(clockid_t clk_id , struct timespec * res ); int clock_gett ... ime(clockid_t clk_id , struct timespec * tp ); int clock_setti ... me(clockid_t clk_id , const struct timespec * tp ); -lrt とリ ... 説明 関数 clock_getres () は 指定されたクロック clk_id の分解能 (精度) を探し出す。 res が NULL でない場合 ...
https://man.plustar.jp/manpage/man2/clock_settime.2.html - [similar]
Man page of SETGID 5039
SETGID Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 setgid ... - グループ識別(identity)を設定する 書式 #include < sys/types.h > #in ... clude < unistd.h > int setgid(gid_t gid ); 説明 setgid () sets the effective gro ... up ID of the calling process. If the calling process is ... privileged (more precisely: has the CAP_SETGID capability in its user namespace), the real GID an ...
https://man.plustar.jp/manpage/man2/setgid.2.html - [similar]
Man page of SETGID 5039
SETGID Section: Linux Programmer's Manual (2) Updated: 2019-03-06 Index JM Home Page 名前 setgid ... - グループ識別(identity)を設定する 書式 #include < sys/types.h > #in ... clude < unistd.h > int setgid(gid_t gid ); 説明 setgid () sets the effective gro ... up ID of the calling process. If the calling process is ... privileged (more precisely: has the CAP_SETGID capability in its user namespace), the real GID an ...
https://man.plustar.jp/manpage/man2/setgid32.2.html - [similar]
Man page of GETTID 4964
GETTID Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 gettid ... - スレッドID を取得する 書式 #define _GNU_SOURCE #include < uni ... std.h > #include < sys/types.h > pid_t gettid(void); 説明 gettid () は呼び出し元のスレッ ...ID (TID) を返す。 シングルスレッドのプロセスでは、スレ ... ッド ID は ( getpid (2) が返すプロセス ID (PID) と等しい。 ...
https://man.plustar.jp/manpage/man2/gettid.2.html - [similar]
Man page of KILL 4911
KILL Section: Linux Programmer's Manual (2) Updated: 2019-10-10 Index JM Home Page 名前 kill - プ ... de < 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 SETSID 4888
SETSID Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 setsid ... - セッション (session) を作成し、プロセスグループ ID を設定する 書式 #include < sys/types.h > #include ... < unistd.h > pid_t setsid(void); 説明 setsid () は、 呼び出したプロ ... セッションのリーダーとなる (すなわち、そのセッション ID がプロセス ID と同じ値になる)。 また、呼び出したプ ... グループリーダーにもなる (すなわち、プロセスグループ ID がプロセス ID と同じ値になる)。 呼び出したプロセス ...
https://man.plustar.jp/manpage/man2/setsid.2.html - [similar]
JM Project (Japanese)::List(man1) 4836
Linux マニュアル 一覧表 アルファベット順 - g linuxマニュアルの g の一覧表です。 Linux マニュアル ... イルディスクリプターテーブルのサイズを取得する getegid man2 getgid, getegid - グループ ID を得る getegid3 ... 2 man2 getgid, getegid - グループ ID を得る getent man1 getent - ... v man3 getenv, secure_getenv - 環境変数を得る geteuid man2 getuid, geteuid - ユーザー ID を得る geteuid3 ... 2 man2 getuid, geteuid - ユーザー ID を得る getfacl man1 getfacl ...
https://man.plustar.jp/manpage/man_g.html - [similar]
Man page of FTOK 4791
FTOK Section: Linux Programmer's Manual (3) Updated: 2020-04-11 Index JM Home Page 名前 ftok - パ ... pc.h > key_t ftok(const char * pathname , int proj_id ); 説明 ftok () 関数は pathname で与えられたファイ ... セス可能でなければならない) のファイル名の識別情報 (identity) と、 proj_id (0 であってはならない) の低位 ... いる。 同じファイルを示すあらゆるパス名と、同じ proj_id に対しては、結果の値は等しくなる。 ファイルが違った ... り (この場合両者は同時に存在しているはず)、 proj_id が異なると、返り値も異なる。 返り値 成功した場合は ...
https://man.plustar.jp/manpage/man3/ftok.3.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