clockid_t - clock ID for the clock and timer functions
Contents
Description
Used for clock ID type in the clock and timer functions. It is defined as an arithmetic type.
History
POSIX.1-2001.
Library
Standard C library (libc)
Name
clockid_t - clock ID for the clock and timer functions
Notes
The following header also provides this type: <time.h>.
See Also
clock_adjtime(2), clock_getres(2), clock_nanosleep(2), timer_create(2), clock_getcpuclockid(3) Linux man-pages 6.9.1 2024-05-02 clockid_t(3type)
Standards
POSIX.1-2008.
Synopsis
#include<sys/types.h>typedef /* ... */ clockid_t;
