manページ検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 69 for timespec (0.026 sec.)
Man page of SCHED_RR_GET_INTERVAL 10534
SCHED_RR_GET_INTERVAL Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home P ... d.h > int sched_rr_get_interval(pid_t pid , struct timespec * tp ); 説明 sched_rr_get_interval () は tp で指定 ... された timespec 構造体に pid で指定されたプロセスのラウンドロビン時 ... スケジューリング ポリシーで動作しているはずである。 timespec 構造体は以下の通りである: struct timespec { time_t ...
https://man.plustar.jp/manpage/man2/sched_rr_get_interval.2.html - [similar]
Man page of CLOCK_GETRES 10322
CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前 ... ime.h > int clock_getres(clockid_t clk_id , struct timespec * res ); int clock_gettime(clockid_t clk_id , stru ... ct timespec * tp ); int clock_settime(clockid_t clk_id , const ... struct timespec * tp ); -lrt とリンクする (バージョン 2.17 より前の ... ULL でない場合、その分解能を res で指される struct timespec に格納する。 クロックの分解能は実装に依存し、 特定 ...
https://man.plustar.jp/manpage/man2/clock_getres.2.html - [similar]
Man page of CLOCK_GETRES 10322
CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前 ... ime.h > int clock_getres(clockid_t clk_id , struct timespec * res ); int clock_gettime(clockid_t clk_id , stru ... ct timespec * tp ); int clock_settime(clockid_t clk_id , const ... struct timespec * tp ); -lrt とリンクする (バージョン 2.17 より前の ... ULL でない場合、その分解能を res で指される struct timespec に格納する。 クロックの分解能は実装に依存し、 特定 ...
https://man.plustar.jp/manpage/man2/clock_gettime.2.html - [similar]
Man page of CLOCK_GETRES 10322
CLOCK_GETRES Section: Linux Programmer's Manual (2) Updated: 2013-12-28 Index JM Home Page 名前 ... ime.h > int clock_getres(clockid_t clk_id , struct timespec * res ); int clock_gettime(clockid_t clk_id , stru ... ct timespec * tp ); int clock_settime(clockid_t clk_id , const ... struct timespec * tp ); -lrt とリンクする (バージョン 2.17 より前の ... ULL でない場合、その分解能を res で指される struct timespec に格納する。 クロックの分解能は実装に依存し、 特定 ...
https://man.plustar.jp/manpage/man2/clock_settime.2.html - [similar]
Man page of TIMERFD_CREATE 9884
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... 構造体には 2 つのフィールドがあり、各フィールドは timespec 型の構造体である。 struct timespec { time_t tv_sec ... c; /* Nanoseconds */ }; struct itimerspec { struct timespec it_interval; /* Interval for periodic timer */ str ... uct timespec it_value; /* Initial expiration */ }; new_value.it ... atic void print_elapsed_time(void) { static struct timespec start; struct timespec curr; static int first_call ...
https://man.plustar.jp/manpage/man2/timerfd_create.2.html - [similar]
Man page of TIMERFD_CREATE 9884
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... 構造体には 2 つのフィールドがあり、各フィールドは timespec 型の構造体である。 struct timespec { time_t tv_sec ... c; /* Nanoseconds */ }; struct itimerspec { struct timespec it_interval; /* Interval for periodic timer */ str ... uct timespec it_value; /* Initial expiration */ }; new_value.it ... atic void print_elapsed_time(void) { static struct timespec start; struct timespec curr; static int first_call ...
https://man.plustar.jp/manpage/man2/timerfd_gettime.2.html - [similar]
Man page of TIMERFD_CREATE 9884
TIMERFD_CREATE Section: Linux Programmer's Manual (2) Updated: 2011-09-14 Index JM Home Page 名前 ... 構造体には 2 つのフィールドがあり、各フィールドは timespec 型の構造体である。 struct timespec { time_t tv_sec ... c; /* Nanoseconds */ }; struct itimerspec { struct timespec it_interval; /* Interval for periodic timer */ str ... uct timespec it_value; /* Initial expiration */ }; new_value.it ... atic void print_elapsed_time(void) { static struct timespec start; struct timespec curr; static int first_call ...
https://man.plustar.jp/manpage/man2/timerfd_settime.2.html - [similar]
Man page of date 9657
date Section: User Commands (1) Updated: 18 June 2002 Index JM Home Page 名前 date - システムの日 ... tr ] [-f datefile ] [-r file ] [-s datestr ] [-I [ timespec ]] [--date= datestr ] [--file= datefile ] [--iso-8 ... 601[= timespec ]] [--reference= file ] [--set= datestr ] [--rfc-8 ... として知られている) に 設定されたものとする。 -I [ timespec ], --iso-8601[= timespec ] 日付を ISO 8601 で指定さ ... れている書式 `%Y-%m-%d' で、 時刻を timespec で指定されている形式で表示する (後者のデフォルトは ...
https://man.plustar.jp/manpage/man1/date.1.html - [similar]
Man page of NANOSLEEP 9219
NANOSLEEP Section: Linux Programmer's Manual (2) Updated: 2017-09-15 Index JM Home Page 名前 nan ... 書式 #include < time.h > int nanosleep(const struct timespec * req , struct timespec * rem ); glibc 向けの機能検 ... 節を参照のこと)。 ナノ秒刻みの時間間隔を指定するのに timespec 構造体が使用される。この構造体は次のように定義され ... ている。 struct timespec { time_t tv_sec; /* 秒 */ long tv_nsec; /* ナノ秒 ...
https://man.plustar.jp/manpage/man2/nanosleep.2.html - [similar]
Man page of PTHREAD_TRYJOIN_NP 9007
PTHREAD_TRYJOIN_NP Section: Linux Programmer's Manual (3) Updated: 2020-12-21 Index JM Home Page ... p(pthread_t thread , void ** retval , const struct timespec * abstime ); -pthread を付けてコンパイルとリンクを ... me measured since the Epoch (see time (2)): struct timespec { time_t tv_sec; /* seconds */ long tv_nsec; /* na ... 以下のコードは、最大 5 秒まで join を待つ。 struct timespec ts; int s; ... if (clock_gettime(CLOCK_REALTIME, & ...
https://man.plustar.jp/manpage/man3/pthread_timedjoin_np.3.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT

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