logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Description

       Used for timer ID returned by timer_create(2).

History

       POSIX.1-2001.

Library

       Standard C library (libc)

Name

       timer_t - timer ID

Notes

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

See Also

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

Linux man-pages 6.9.1                              2024-05-02                                     timer_t(3type)

Standards

       POSIX.1-2008.

Synopsis

#include<sys/types.h>typedef /* ... */  timer_t;

See Also