clockid_t(3type) — Linux manual page

NAME | LIBRARY | SYNOPSIS | DESCRIPTION | STANDARDS | HISTORY | NOTES | SEE ALSO

clockid_t(3type)                                        clockid_t(3type)

NAME         top

       clockid_t - clock ID for the clock and timer functions

LIBRARY         top

       Standard C library (libc)

SYNOPSIS         top

       #include <sys/types.h>

       typedef /* ... */ clockid_t;

DESCRIPTION         top

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

STANDARDS         top

       POSIX.1-2008.

HISTORY         top

       POSIX.1-2001.

NOTES         top

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

SEE ALSO         top

       clock_adjtime(2), clock_getres(2), clock_nanosleep(2),
       timer_create(2), clock_getcpuclockid(3)

Linux man-pages (unreleased)     (date)                 clockid_t(3type)