]> git.ipfire.org Git - thirdparty/man-pages.git/blob - man3type/timer_t.3type
All pages: Replace the 4th argument to .TH by "Linux man-pages (unreleased)"
[thirdparty/man-pages.git] / man3type / timer_t.3type
1 .\" Copyright (c) 2020-2022 by Alejandro Colomar <colomar.6.4.3@gmail.com>
2 .\" and Copyright (c) 2020 by Michael Kerrisk <mtk.manpages@gmail.com>
3 .\"
4 .\" SPDX-License-Identifier: Linux-man-pages-copyleft
5 .\"
6 .\"
7 .TH timer_t 3type 2022-07-22 "Linux man-pages (unreleased)" "Linux Programmer's Manual"
8 .SH NAME
9 timer_t \- timer ID
10 .SH LIBRARY
11 Standard C library
12 .RI ( libc )
13 .SH SYNOPSIS
14 .nf
15 .B #include <sys/types.h>
16 .PP
17 .BR typedef " /* ... */ " timer_t;
18 .fi
19 .SH DESCRIPTION
20 Used for timer ID returned by
21 .BR timer_create (2).
22 .SH STANDARDS
23 POSIX.1-2001 and later.
24 .SH NOTES
25 The following header also provides
26 .IR timer_t :
27 .IR <time.h> .
28 .SH SEE ALSO
29 .BR timer_create (2),
30 .BR timer_delete (2),
31 .BR timer_getoverrun (2),
32 .BR timer_settime (2)