timer_t(3type) — Linux manual page

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

timer_t(3type)                                            timer_t(3type)

NAME         top

       timer_t - timer ID

LIBRARY         top

       Standard C library (libc)

SYNOPSIS         top

       #include <sys/types.h>

       typedef /* ... */  timer_t;

DESCRIPTION         top

       Used for timer ID returned by timer_create(2).

STANDARDS         top

       POSIX.1-2008.

HISTORY         top

       POSIX.1-2001.

NOTES         top

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

SEE ALSO         top

       timer_create(2), timer_delete(2), timer_getoverrun(2),
       timer_settime(2)

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