1clockid_t(3type)                                              clockid_t(3type)
2
3
4

NAME

6       clockid_t - clock ID for the clock and timer functions
7

LIBRARY

9       Standard C library (libc)
10

SYNOPSIS

12       #include <sys/types.h>
13
14       typedef /* ... */ clockid_t;
15

DESCRIPTION

17       Used for clock ID type in the clock and timer functions.  It is defined
18       as an arithmetic type.
19

STANDARDS

21       POSIX.1-2008.
22

HISTORY

24       POSIX.1-2001.
25

NOTES

27       The following header also provides this type: <time.h>.
28

SEE ALSO

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)
Impressum