$manlookup

timer_t

(3type)

timer ID

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

LIBRARY

Standard C library (libc)

DESCRIPTION

Used for timer ID returned by timer_create(2).

STANDARDS

POSIX.1-2008.

HISTORY

POSIX.1-2001.

NOTES

The following header also provides timer_t: <time.h>.

See also