manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 56 for nsec (0.050 sec.)
Man page of UTIMENSAT 14233
UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti ... struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ秒 */ }; ファイルの更新後のタイムスタンプは ... 大の値に設定される。 それぞれの timespec 構造体の tv_nsec フィールドには UTIME_NOW を指定することができ、 そ ... タンプは現在時刻に設定される。 timespec 構造体の tv_nsec フィールドには UTIME_OMIT を指定することができ、 そ ... するためには (すなわち times が NULL か、 両方の tv_nsec フィールドに UTIME_NOW が指定するためには)、 以下の ...
https://man.plustar.jp/manpage/man2/utimensat.2.html - [similar]
Man page of UTIMENSAT 14233
UTIMENSAT Section: Linux Programmer's Manual (2) Updated: 2020-06-09 Index JM Home Page 名前 uti ... struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ秒 */ }; ファイルの更新後のタイムスタンプは ... 大の値に設定される。 それぞれの timespec 構造体の tv_nsec フィールドには UTIME_NOW を指定することができ、 そ ... タンプは現在時刻に設定される。 timespec 構造体の tv_nsec フィールドには UTIME_OMIT を指定することができ、 そ ... するためには (すなわち times が NULL か、 両方の tv_nsec フィールドに UTIME_NOW が指定するためには)、 以下の ...
https://man.plustar.jp/manpage/man3/futimens.3.html - [similar]
Man page of TIMERFD_CREATE 9253
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... ct timespec { time_t tv_sec; /* Seconds */ long tv_nsec; /* Nanoseconds */ }; struct itimerspec { struct t ... 。 EINVAL new_value が適切に初期化されていない ( tv_nsec の一つが 0 から 999,999,999 までの範囲に入っていな ... imespec curr; static int first_call = 1; int secs, nsecs; if (first_call) { first_call = 0; if (clock_gett ... lock_gettime"); secs = curr.tv_sec - start.tv_sec; nsecs = curr.tv_nsec - start.tv_nsec; if (nsecs < 0) { ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 9253
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... ct timespec { time_t tv_sec; /* Seconds */ long tv_nsec; /* Nanoseconds */ }; struct itimerspec { struct t ... 。 EINVAL new_value が適切に初期化されていない ( tv_nsec の一つが 0 から 999,999,999 までの範囲に入っていな ... imespec curr; static int first_call = 1; int secs, nsecs; if (first_call) { first_call = 0; if (clock_gett ... lock_gettime"); secs = curr.tv_sec - start.tv_sec; nsecs = curr.tv_nsec - start.tv_nsec; if (nsecs < 0) { ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
Man page of TIMERFD_CREATE 9253
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... ct timespec { time_t tv_sec; /* Seconds */ long tv_nsec; /* Nanoseconds */ }; struct itimerspec { struct t ... 。 EINVAL new_value が適切に初期化されていない ( tv_nsec の一つが 0 から 999,999,999 までの範囲に入っていな ... imespec curr; static int first_call = 1; int secs, nsecs; if (first_call) { first_call = 0; if (clock_gett ... lock_gettime"); secs = curr.tv_sec - start.tv_sec; nsecs = curr.tv_nsec - start.tv_nsec; if (nsecs < 0) { ...
https://man.plustar.jp/manpage/man2/timerfd_settime.2.html - [similar]
Man page of PTHREAD_TRYJOIN_NP 7985
PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page ... ct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* nanoseconds */ }; 返り値 成功すると、これらの関 ... e の値が無効である ( tv_sec が 0 より小さいか、 tv_nsec 1e9 がより大きい)。 pthread_timedjoin_np () がエラ ...
https://man.plustar.jp/manpage/man3/pthread_timedjoin_np.3.html - [similar]
Man page of PTHREAD_TRYJOIN_NP 7985
PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page ... ct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* nanoseconds */ }; 返り値 成功すると、これらの関 ... e の値が無効である ( tv_sec が 0 より小さいか、 tv_nsec 1e9 がより大きい)。 pthread_timedjoin_np () がエラ ...
https://man.plustar.jp/manpage/man3/pthread_tryjoin_np.3.html - [similar]
Man page of MQ_RECEIVE 7750
MQ_RECEIVE Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq ... all will block. This value is an absolute timeout in seconds and nanoseconds since the Epoch, 1970-01-01 0 ... struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ秒 */ }; メッセージがキューになく、関数呼び ... timeout が不正とは、 tv_sec が 0 未満、もしくは tv_nsec が 0 未満か 1,000,000,000 より大きい、ということで ...
https://man.plustar.jp/manpage/man2/mq_timedreceive.2.html - [similar]
Man page of MQ_SEND 7750
MQ_SEND Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq_se ... all will block. This value is an absolute timeout in seconds and nanoseconds since the Epoch, 1970-01-01 0 ... struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ秒 */ }; メッセージキューが一杯で、関数呼び ... timeout が不正とは、 tv_sec が 0 未満、もしくは tv_nsec が 0 未満か 1,000,000,000 より大きい、ということで ...
https://man.plustar.jp/manpage/man2/mq_timedsend.2.html - [similar]
Man page of MQ_RECEIVE 7750
MQ_RECEIVE Section: Linux Programmer's Manual (3) Updated: 2020-08-13 Index JM Home Page 名前 mq ... all will block. This value is an absolute timeout in seconds and nanoseconds since the Epoch, 1970-01-01 0 ... struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ秒 */ }; メッセージがキューになく、関数呼び ... timeout が不正とは、 tv_sec が 0 未満、もしくは tv_nsec が 0 未満か 1,000,000,000 より大きい、ということで ...
https://man.plustar.jp/manpage/man3/mq_receive.3.html - [similar]
PREV 1 2 3 4 5 6 NEXT

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