timer_t
Section: Misc. Reference Manual Pages (3type)
Updated: 2022-10-30
查看本页索引
返回目录
NAME
timer_t - timer ID
LIBRARY
Standard C library (
libc
)
SYNOPSIS
#include <
sys/types.h
>
typedef
/* ... */
timer_t;
DESCRIPTION
Used for timer ID returned by
timer_create
(2).
STANDARDS
POSIX.1-2001 and later.
NOTES
The following header also provides
timer_t
:
<
time.h
>
.
SEE ALSO
timer_create
(2),
timer_delete
(2),
timer_getoverrun
(2),
timer_settime
(2)
Index
NAME
LIBRARY
SYNOPSIS
DESCRIPTION
STANDARDS
NOTES
SEE ALSO
This document was created by
man2html
, using the manual pages.
Time: 03:17:57 GMT, July 01, 2024