ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.3
(Generate patch)

Comparing libev/ev.3 (file contents):
Revision 1.76 by root, Wed Jan 7 20:45:52 2009 UTC vs.
Revision 1.77 by root, Sun Feb 15 01:44:40 2009 UTC

130.\} 130.\}
131.rm #[ #] #H #V #F C 131.rm #[ #] #H #V #F C
132.\" ======================================================================== 132.\" ========================================================================
133.\" 133.\"
134.IX Title "LIBEV 3" 134.IX Title "LIBEV 3"
135.TH LIBEV 3 "2008-12-14" "libev-3.52" "libev - high performance full featured event loop" 135.TH LIBEV 3 "2009-02-06" "libev-3.53" "libev - high performance full featured event loop"
136.\" For nroff, turn off justification. Always turn off hyphenation; it makes 136.\" For nroff, turn off justification. Always turn off hyphenation; it makes
137.\" way too many mistakes in technical documents. 137.\" way too many mistakes in technical documents.
138.if n .ad l 138.if n .ad l
139.nh 139.nh
140.SH "NAME" 140.SH "NAME"
3352to make sure you link against any libraries where the \f(CW\*(C`clock_gettime\*(C'\fR 3352to make sure you link against any libraries where the \f(CW\*(C`clock_gettime\*(C'\fR
3353function is hiding in (often \fI\-lrt\fR). See also \f(CW\*(C`EV_USE_CLOCK_SYSCALL\*(C'\fR. 3353function is hiding in (often \fI\-lrt\fR). See also \f(CW\*(C`EV_USE_CLOCK_SYSCALL\*(C'\fR.
3354.IP "\s-1EV_USE_REALTIME\s0" 4 3354.IP "\s-1EV_USE_REALTIME\s0" 4
3355.IX Item "EV_USE_REALTIME" 3355.IX Item "EV_USE_REALTIME"
3356If defined to be \f(CW1\fR, libev will try to detect the availability of the 3356If defined to be \f(CW1\fR, libev will try to detect the availability of the
3357real-time clock option at compile time (and assume its availability at 3357real-time clock option at compile time (and assume its availability
3358runtime if successful). Otherwise no use of the real-time clock option will 3358at runtime if successful). Otherwise no use of the real-time clock
3359be attempted. This effectively replaces \f(CW\*(C`gettimeofday\*(C'\fR by \f(CW\*(C`clock_get 3359option will be attempted. This effectively replaces \f(CW\*(C`gettimeofday\*(C'\fR
3360(CLOCK_REALTIME, ...)\*(C'\fR and will not normally affect correctness. See the 3360by \f(CW\*(C`clock_get (CLOCK_REALTIME, ...)\*(C'\fR and will not normally affect
3361note about libraries in the description of \f(CW\*(C`EV_USE_MONOTONIC\*(C'\fR, though. 3361correctness. See the note about libraries in the description of
3362\&\f(CW\*(C`EV_USE_MONOTONIC\*(C'\fR, though. Defaults to the opposite value of
3363\&\f(CW\*(C`EV_USE_CLOCK_SYSCALL\*(C'\fR.
3362.IP "\s-1EV_USE_CLOCK_SYSCALL\s0" 4 3364.IP "\s-1EV_USE_CLOCK_SYSCALL\s0" 4
3363.IX Item "EV_USE_CLOCK_SYSCALL" 3365.IX Item "EV_USE_CLOCK_SYSCALL"
3364If defined to be \f(CW1\fR, libev will try to use a direct syscall instead 3366If defined to be \f(CW1\fR, libev will try to use a direct syscall instead
3365of calling the system-provided \f(CW\*(C`clock_gettime\*(C'\fR function. This option 3367of calling the system-provided \f(CW\*(C`clock_gettime\*(C'\fR function. This option
3366exists because on GNU/Linux, \f(CW\*(C`clock_gettime\*(C'\fR is in \f(CW\*(C`librt\*(C'\fR, but \f(CW\*(C`librt\*(C'\fR 3368exists because on GNU/Linux, \f(CW\*(C`clock_gettime\*(C'\fR is in \f(CW\*(C`librt\*(C'\fR, but \f(CW\*(C`librt\*(C'\fR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines