$manlookup

clockid_t

(3type)

clock ID for the clock and timer functions

Library functionsmanpages-dev 6.9.1-1
#include <sys/types.h> typedef /* ... */ clockid_t;

LIBRARY

Standard C library (libc)

DESCRIPTION

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

STANDARDS

POSIX.1-2008.

HISTORY

POSIX.1-2001.

NOTES

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

See also