Results of 1 - 10 of about 17 for MONOTONIC (0.002 sec.)
- Man page of CLOCK_GETRES 12087
- CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前
...
のタイムスタンプが不要な場合に使用するとよい。 CLOCK_MONOTONIC 設定することができないクロックで、ある開始時点から ...
3) や NTP が行う段階的な調整の影響を受ける。 CLOCK_MONOTONIC_COARSE (Linux 2.6.32 以降; Linux 特有) 高速だが精度 ...
が低い CLOCK_MONOTONIC 。速度が非常に必要で、かつ高精度のタイムスタンプが ...
不要な場合に使用するとよい。 CLOCK_MONOTONIC_RAW (Linux 2.6.28 以降; Linux 特有) CLOCK_MONOTONI ...
-
https://man.plustar.jp/manpage/man2/clock_getres.2.html
- [similar]
- Man page of CLOCK_GETRES 12087
- CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前
...
のタイムスタンプが不要な場合に使用するとよい。 CLOCK_MONOTONIC 設定することができないクロックで、ある開始時点から ...
3) や NTP が行う段階的な調整の影響を受ける。 CLOCK_MONOTONIC_COARSE (Linux 2.6.32 以降; Linux 特有) 高速だが精度 ...
が低い CLOCK_MONOTONIC 。速度が非常に必要で、かつ高精度のタイムスタンプが ...
不要な場合に使用するとよい。 CLOCK_MONOTONIC_RAW (Linux 2.6.28 以降; Linux 特有) CLOCK_MONOTONI ...
-
https://man.plustar.jp/manpage/man2/clock_gettime.2.html
- [similar]
- Man page of CLOCK_GETRES 12087
- CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前
...
のタイムスタンプが不要な場合に使用するとよい。 CLOCK_MONOTONIC 設定することができないクロックで、ある開始時点から ...
3) や NTP が行う段階的な調整の影響を受ける。 CLOCK_MONOTONIC_COARSE (Linux 2.6.32 以降; Linux 特有) 高速だが精度 ...
が低い CLOCK_MONOTONIC 。速度が非常に必要で、かつ高精度のタイムスタンプが ...
不要な場合に使用するとよい。 CLOCK_MONOTONIC_RAW (Linux 2.6.28 以降; Linux 特有) CLOCK_MONOTONI ...
-
https://man.plustar.jp/manpage/man2/clock_settime.2.html
- [similar]
- Man page of TIMERFD_CREATE 8931
- TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前
...
のクロックを指定するもので、 CLOCK_REALTIME か CLOCK_MONOTONIC のいずれかでなければならない。 CLOCK_REALTIME はシ ...
れるクロックで、このクロックは変更可能である。 CLOCK_MONOTONIC は変更されることのないクロックで、(システム時刻の手 ...
失敗する可能性がある。 EINVAL clockid 引き数が CLOCK_MONOTONIC でも CLOCK_REALTIME でもない。 EINVAL flags が無効 ...
st_call) { first_call = 0; if (clock_gettime(CLOCK_MONOTONIC, &start) == -1) handle_error("clock_gettime"); } i ...
-
https://man.plustar.jp/manpage/man2/timerfd_create.2.html
- [similar]
- Man page of TIMERFD_CREATE 8931
- TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前
...
のクロックを指定するもので、 CLOCK_REALTIME か CLOCK_MONOTONIC のいずれかでなければならない。 CLOCK_REALTIME はシ ...
れるクロックで、このクロックは変更可能である。 CLOCK_MONOTONIC は変更されることのないクロックで、(システム時刻の手 ...
失敗する可能性がある。 EINVAL clockid 引き数が CLOCK_MONOTONIC でも CLOCK_REALTIME でもない。 EINVAL flags が無効 ...
st_call) { first_call = 0; if (clock_gettime(CLOCK_MONOTONIC, &start) == -1) handle_error("clock_gettime"); } i ...
-
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html
- [similar]
- Man page of TIMERFD_CREATE 8931
- TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前
...
のクロックを指定するもので、 CLOCK_REALTIME か CLOCK_MONOTONIC のいずれかでなければならない。 CLOCK_REALTIME はシ ...
れるクロックで、このクロックは変更可能である。 CLOCK_MONOTONIC は変更されることのないクロックで、(システム時刻の手 ...
失敗する可能性がある。 EINVAL clockid 引き数が CLOCK_MONOTONIC でも CLOCK_REALTIME でもない。 EINVAL flags が無効 ...
st_call) { first_call = 0; if (clock_gettime(CLOCK_MONOTONIC, &start) == -1) handle_error("clock_gettime"); } i ...
-
https://man.plustar.jp/manpage/man2/timerfd_settime.2.html
- [similar]
- Man page of POSIXOPTIONS 8690
- POSIXOPTIONS Section: Linux Programmer's Manual (7) Updated: 2007-12-21 Index JM Home Page 名前
...
send (), mq_setattr (), mq_unlink (). MON - _POSIX_MONOTONIC_CLOCK - _SC_MONOTONIC_CLOCK CLOCK_MONOTONIC がサポ ...
MESSAGE_PASSING - _SC_MESSAGE_PASSING MON - _POSIX_MONOTONIC_CLOCK - _SC_MONOTONIC_CLOCK --- - _POSIX_MULTI_PRO ...
-
https://man.plustar.jp/manpage/man7/posixoptions.7.html
- [similar]
- Man page of CLOCK_NANOSLEEP 8000
- CLOCK_NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名
...
m wall-clock time but ignoring leap seconds. CLOCK_MONOTONIC 過去のある時点からの時間を計測する、単調増加のクロ ...
OCK_BOOTIME (Linux 2.6.39 以降) Identical to CLOCK_MONOTONIC , except that it also includes any time that the s ...
-
https://man.plustar.jp/manpage/man2/clock_nanosleep.2.html
- [similar]
- Man page of PTHREAD_TRYJOIN_NP 7638
- PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page
...
p interval that is then measured against the CLOCK_MONOTONIC clock instead of the CLOCK_REALTIME clock. Consequ ...
-
https://man.plustar.jp/manpage/man3/pthread_timedjoin_np.3.html
- [similar]
- Man page of PTHREAD_TRYJOIN_NP 7638
- PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page
...
p interval that is then measured against the CLOCK_MONOTONIC clock instead of the CLOCK_REALTIME clock. Consequ ...
-
https://man.plustar.jp/manpage/man3/pthread_tryjoin_np.3.html
- [similar]