1clockid_t(3type) clockid_t(3type)
2
3
4
6 clockid_t - clock ID for the clock and timer functions
7
9 Standard C library (libc)
10
12 #include <sys/types.h>
13
14 typedef /* ... */ clockid_t;
15
17 Used for clock ID type in the clock and timer functions. It is defined
18 as an arithmetic type.
19
21 POSIX.1-2008.
22
24 POSIX.1-2001.
25
27 The following header also provides this type: <time.h>.
28
30 clock_adjtime(2), clock_getres(2), clock_nanosleep(2), timer_create(2),
31 clock_getcpuclockid(3)
32
33
34
35Linux man-pages 6.05 2023-03-30 clockid_t(3type)