clockid_t

Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
Index Return to Main Contents
 

NAME

clockid_t - clock ID for the clock and timer functions  

LIBRARY

Standard C library (libc)  

SYNOPSIS

#include <sys/types.h>

typedef /* ... */ clockid_t;
 

DESCRIPTION

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

STANDARDS

POSIX.1-2001 and later.  

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)


 

Index

NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
NOTES
SEE ALSO

This document was created by man2html, using the manual pages.
Time: 16:39:41 GMT, May 18, 2024