manページ検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 56 for nsec (0.017 sec.)
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/man3/mq_send.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/man3/mq_timedreceive.3.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/man3/mq_timedsend.3.html - [similar]
Man page of NANOSLEEP 7632
NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 nan ... struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ秒 */ }; ナノ秒のフィールドの値は 0 から 9 ... に、 残りの停止時間が *rem に格納される。 EINVAL tv_nsec フィールドの値が 0 から 999999999 の範囲でないか、 ...
https://man.plustar.jp/manpage/man2/nanosleep.2.html - [similar]
Man page of CLOCK_NANOSLEEP 7514
CLOCK_NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名 ... ct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* nanoseconds [0 .. 999999999] */ }; clockid 引数 ... ラーにより割り込まれた。 signal (7) 参照。 EINVAL tv_nsec フィールドの値が 0 から 999999999 の範囲でないか、 ...
https://man.plustar.jp/manpage/man2/clock_nanosleep.2.html - [similar]
Man page of POLL 7175
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... == NULL) ? -1 : (tmo_p->tv_sec * 1000 + tmo_p->tv_nsec / 1000000); pthread_sigmask(SIG_SETMASK, &sigmask, ... ruct timespec { long tv_sec; /* seconds */ long tv_nsec; /* nanoseconds */ }; tmo_p に NULL が指定された場 ...
https://man.plustar.jp/manpage/man2/poll.2.html - [similar]
Man page of POLL 7175
POLL Section: Linux Programmer's Manual (2) Updated: 2020-04-11 Index JM Home Page 名前 poll, pp ... == NULL) ? -1 : (tmo_p->tv_sec * 1000 + tmo_p->tv_nsec / 1000000); pthread_sigmask(SIG_SETMASK, &sigmask, ... ruct timespec { long tv_sec; /* seconds */ long tv_nsec; /* nanoseconds */ }; tmo_p に NULL が指定された場 ...
https://man.plustar.jp/manpage/man2/ppoll.2.html - [similar]
Man page of SCHED_RR_GET_INTERVAL 7175
SCHED_RR_GET_INTERVAL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home P ... ct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* nanoseconds */ }; pid が 0 の場合、呼び出したプ ...
https://man.plustar.jp/manpage/man2/sched_rr_get_interval.2.html - [similar]
Man page of IO_GETEVENTS 7057
IO_GETEVENTS Section: Linux Programmer's Manual (2) Updated: 2020-12-21 Index JM Home Page 名前 ... ct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* nanoseconds [0 .. 999999999] */ }; The specifi ...
https://man.plustar.jp/manpage/man2/io_getevents.2.html - [similar]
Man page of CLOCK_GETCPUCLOCKID 7057
CLOCK_GETCPUCLOCKID Section: Linux Programmer's Manual (3) Updated: 2020-11-01 Index JM Home Pag ... d seconds\n", argv[1], (intmax_t) ts.tv_sec, ts.tv_nsec); exit(EXIT_SUCCESS); } 関連項目 clock_getres (2), ...
https://man.plustar.jp/manpage/man3/clock_getcpuclockid.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