Results of 1 - 10 of about 22 for stime (0.003 sec.)
- Man page of STIME 15740
- STIME Section: Linux Programmer's Manual (2) Updated: 2020-02-09 Index JM Home Page 名前 stime -
...
時間を設定する 書式 #include < time.h > int stime(const time_t * t ); glibc 向けの機能検査マクロの要 ...
件 ( feature_test_macros (7) 参照): stime (): Since glibc 2.19: _DEFAULT_SOURCE Glibc 2.19 a ...
tion is deprecated; use clock_settime (2) instead. stime () はシステムの時刻と日付を設定する。 t が指す時刻 ...
TC)) からの秒数で指定する。 スーパーユーザーのみが stime () を実行できる。 (訳注: 正確にはグリニッジ平均時( ...
-
https://man.plustar.jp/manpage/man2/stime.2.html
- [similar]
- Man page of TIMES 9174
- TIMES Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 times -
...
s { clock_t tms_utime; /* user time */ clock_t tms_stime; /* system time */ clock_t tms_cutime; /* user tim ...
e of children */ clock_t tms_cstime; /* system time of children */ }; The tms_utime fi ...
uting instructions of the calling process. The tms_stime field contains the CPU time spent executing inside ...
ロセスの tms_utime と tms_cutime の合計である。 tms_cstime フィールドは、 終了を待っている全ての子プロセスの ...
-
https://man.plustar.jp/manpage/man2/times.2.html
- [similar]
- Man page of ACCT 9073
- ACCT Section: Linux Programmer's Manual (5) Updated: 2017-09-15 Index JM Home Page 名前 acct - プ
...
*/ comp_t ac_utime; /* User CPU time */ comp_t ac_stime; /* System CPU time */ comp_t ac_etime; /* Elapsed ...
(((c >> 13) & 0x7) * 3); フィールド ac_utime , ac_stime , ac_etime は "clock ticks" 単位で計測した時間であ ...
*/ comp_t ac_utime; /* User CPU time */ comp_t ac_stime; /* System time */ comp_t ac_mem; /* Average memor ...
-
https://man.plustar.jp/manpage/man5/acct.5.html
- [similar]
- Man page of GETRUSAGE 8854
- GETRUSAGE Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 get
...
* 使用されたユーザー CPU 時間 */ struct timeval ru_stime; /* 使用されたシステム CPU 時間 */ long ru_maxrss; ...
時間。 timeval 構造体 (秒とミリ秒) で表現される。 ru_stime カーネルモードでの実行で消費された合計時間。 timev ...
しているが、規定しているフィールドは ru_utime と ru_stime だけである。 RUSAGE_THREAD は Linux 固有である。 注 ...
-
https://man.plustar.jp/manpage/man2/getrusage.2.html
- [similar]
- Man page of GETRUSAGE 8854
- GETRUSAGE Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 get
...
* 使用されたユーザー CPU 時間 */ struct timeval ru_stime; /* 使用されたシステム CPU 時間 */ long ru_maxrss; ...
時間。 timeval 構造体 (秒とミリ秒) で表現される。 ru_stime カーネルモードでの実行で消費された合計時間。 timev ...
しているが、規定しているフィールドは ru_utime と ru_stime だけである。 RUSAGE_THREAD は Linux 固有である。 注 ...
-
https://man.plustar.jp/manpage/man3/vtimes.3.html
- [similar]
- Man page of SIGACTION 8551
- SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig
...
ck_t si_utime; /* User time consumed */ clock_t si_stime; /* System time consumed */ union sigval si_value; ...
HLD は si_pid , si_uid , si_status , si_utime , si_stime を設定し、子プロセスに関する情報を提供する。 si_pi ...
フィールドは子プロセスの実ユーザー ID である。 si_stime フィールドには、 ( si_code が CLD_EXITED の場合は) ...
因となったシグナル番号が格納される。 si_utime と si_stime には子プロセスが使用したユーザー CPU 時間とシステム ...
-
https://man.plustar.jp/manpage/man2/rt_sigaction.2.html
- [similar]
- Man page of SIGACTION 8551
- SIGACTION Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 sig
...
ck_t si_utime; /* User time consumed */ clock_t si_stime; /* System time consumed */ union sigval si_value; ...
HLD は si_pid , si_uid , si_status , si_utime , si_stime を設定し、子プロセスに関する情報を提供する。 si_pi ...
フィールドは子プロセスの実ユーザー ID である。 si_stime フィールドには、 ( si_code が CLD_EXITED の場合は) ...
因となったシグナル番号が格納される。 si_utime と si_stime には子プロセスが使用したユーザー CPU 時間とシステム ...
-
https://man.plustar.jp/manpage/man2/sigaction.2.html
- [similar]
- Man page of MSGCTL 8232
- MSGCTL Section: Linux Programmer's Manual (2) Updated: 2020-11-01 Index JM Home Page 名前 msgctl
...
g_perm; /* Ownership and permissions */ time_t msg_stime; /* Time of last msgsnd (2) */ time_t msg_rtime; / ...
s the access permissions on the message queue. msg_stime 最後の msgsnd (2) システムコールの時刻。 msg_rtime ...
-
https://man.plustar.jp/manpage/man2/msgctl.2.html
- [similar]
- Man page of MSGGET 7912
- MSGGET Section: Linux Programmer's Manual (2) Updated: 2019-08-02 Index JM Home Page 名前 msgget
...
設定する。 • msg_qnum , msg_lspid , msg_lrpid , msg_stime , msg_rtime に 0 を設定される。 • msg_ctime に現在 ...
-
https://man.plustar.jp/manpage/man2/msgget.2.html
- [similar]
- JM Project (Japanese)::List(man1) 7912
- Linux マニュアル 一覧表 アルファベット順 - s linuxマニュアルの s の一覧表です。 Linux マニュアル
...
man3 stdin, stdout, stderr - 標準入出力ストリーム stime man2 stime - 時間を設定する stpcpy man3 stpcpy - 文 ...
-
https://man.plustar.jp/manpage/man_s.html
- [similar]