blob: d08a499c3d547025ca034ba2dd474de91d98f1ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
.TH "evutil_monotonic_timer" 3 "Tue Jan 31 2017" "libevent" \" -*- nroff -*-
.ad l
.nh
.SH NAME
evutil_monotonic_timer \- Structure to hold information about a monotonic timer\&.
.SH SYNOPSIS
.br
.PP
.PP
\fC#include <util\&.h>\fP
.SH "Detailed Description"
.PP
Structure to hold information about a monotonic timer\&.
Use this with \fBevutil_configure_monotonic_time()\fP and \fBevutil_gettime_monotonic()\fP\&.
.PP
This is an opaque structure; you can allocate one using \fBevutil_monotonic_timer_new()\fP\&.
.PP
\fBSee also:\fP
.RS 4
\fBevutil_monotonic_timer_new()\fP, \fBevutil_monotonic_timer_free()\fP, \fBevutil_configure_monotonic_time()\fP, \fBevutil_gettime_monotonic()\fP
.RE
.PP
.SH "Author"
.PP
Generated automatically by Doxygen for libevent from the source code\&.
|