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

Comparing libev/ev.3 (file contents):
Revision 1.109 by root, Fri Dec 21 07:03:02 2018 UTC vs.
Revision 1.117 by root, Fri Dec 20 20:51:46 2019 UTC

1.\" Automatically generated by Pod::Man 2.28 (Pod::Simple 3.29) 1.\" Automatically generated by Pod::Man 4.11 (Pod::Simple 3.35)
2.\" 2.\"
3.\" Standard preamble: 3.\" Standard preamble:
4.\" ======================================================================== 4.\" ========================================================================
5.de Sp \" Vertical space (when we can't use .PP) 5.de Sp \" Vertical space (when we can't use .PP)
6.if t .sp .5v 6.if t .sp .5v
44.\" 44.\"
45.\" Escape single quotes in literal strings from groff's Unicode transform. 45.\" Escape single quotes in literal strings from groff's Unicode transform.
46.ie \n(.g .ds Aq \(aq 46.ie \n(.g .ds Aq \(aq
47.el .ds Aq ' 47.el .ds Aq '
48.\" 48.\"
49.\" If the F register is turned on, we'll generate index entries on stderr for 49.\" If the F register is >0, we'll generate index entries on stderr for
50.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index 50.\" titles (.TH), headers (.SH), subsections (.SS), items (.Ip), and index
51.\" entries marked with X<> in POD. Of course, you'll have to process the 51.\" entries marked with X<> in POD. Of course, you'll have to process the
52.\" output yourself in some meaningful fashion. 52.\" output yourself in some meaningful fashion.
53.\" 53.\"
54.\" Avoid warning from groff about undefined register 'F'. 54.\" Avoid warning from groff about undefined register 'F'.
55.de IX 55.de IX
56.. 56..
57.nr rF 0 57.nr rF 0
58.if \n(.g .if rF .nr rF 1 58.if \n(.g .if rF .nr rF 1
59.if (\n(rF:(\n(.g==0)) \{ 59.if (\n(rF:(\n(.g==0)) \{\
60. if \nF \{ 60. if \nF \{\
61. de IX 61. de IX
62. tm Index:\\$1\t\\n%\t"\\$2" 62. tm Index:\\$1\t\\n%\t"\\$2"
63.. 63..
64. if !\nF==2 \{ 64. if !\nF==2 \{\
65. nr % 0 65. nr % 0
66. nr F 2 66. nr F 2
67. \} 67. \}
68. \} 68. \}
69.\} 69.\}
131.\} 131.\}
132.rm #[ #] #H #V #F C 132.rm #[ #] #H #V #F C
133.\" ======================================================================== 133.\" ========================================================================
134.\" 134.\"
135.IX Title "LIBEV 3" 135.IX Title "LIBEV 3"
136.TH LIBEV 3 "2018-12-21" "libev-4.25" "libev - high performance full featured event loop" 136.TH LIBEV 3 "2019-12-20" "libev-4.27" "libev - high performance full featured event loop"
137.\" For nroff, turn off justification. Always turn off hyphenation; it makes 137.\" For nroff, turn off justification. Always turn off hyphenation; it makes
138.\" way too many mistakes in technical documents. 138.\" way too many mistakes in technical documents.
139.if n .ad l 139.if n .ad l
140.nh 140.nh
141.SH "NAME" 141.SH "NAME"
240watchers\fR, which are relatively small C structures you initialise with the 240watchers\fR, which are relatively small C structures you initialise with the
241details of the event, and then hand it over to libev by \fIstarting\fR the 241details of the event, and then hand it over to libev by \fIstarting\fR the
242watcher. 242watcher.
243.SS "\s-1FEATURES\s0" 243.SS "\s-1FEATURES\s0"
244.IX Subsection "FEATURES" 244.IX Subsection "FEATURES"
245Libev supports \f(CW\*(C`select\*(C'\fR, \f(CW\*(C`poll\*(C'\fR, the Linux-specific \f(CW\*(C`epoll\*(C'\fR, the 245Libev supports \f(CW\*(C`select\*(C'\fR, \f(CW\*(C`poll\*(C'\fR, the Linux-specific aio and \f(CW\*(C`epoll\*(C'\fR
246BSD-specific \f(CW\*(C`kqueue\*(C'\fR and the Solaris-specific event port mechanisms 246interfaces, the BSD-specific \f(CW\*(C`kqueue\*(C'\fR and the Solaris-specific event port
247for file descriptor events (\f(CW\*(C`ev_io\*(C'\fR), the Linux \f(CW\*(C`inotify\*(C'\fR interface 247mechanisms for file descriptor events (\f(CW\*(C`ev_io\*(C'\fR), the Linux \f(CW\*(C`inotify\*(C'\fR
248(for \f(CW\*(C`ev_stat\*(C'\fR), Linux eventfd/signalfd (for faster and cleaner 248interface (for \f(CW\*(C`ev_stat\*(C'\fR), Linux eventfd/signalfd (for faster and cleaner
249inter-thread wakeup (\f(CW\*(C`ev_async\*(C'\fR)/signal handling (\f(CW\*(C`ev_signal\*(C'\fR)) relative 249inter-thread wakeup (\f(CW\*(C`ev_async\*(C'\fR)/signal handling (\f(CW\*(C`ev_signal\*(C'\fR)) relative
250timers (\f(CW\*(C`ev_timer\*(C'\fR), absolute timers with customised rescheduling 250timers (\f(CW\*(C`ev_timer\*(C'\fR), absolute timers with customised rescheduling
251(\f(CW\*(C`ev_periodic\*(C'\fR), synchronous signals (\f(CW\*(C`ev_signal\*(C'\fR), process status 251(\f(CW\*(C`ev_periodic\*(C'\fR), synchronous signals (\f(CW\*(C`ev_signal\*(C'\fR), process status
252change events (\f(CW\*(C`ev_child\*(C'\fR), and event watchers dealing with the event 252change events (\f(CW\*(C`ev_child\*(C'\fR), and event watchers dealing with the event
253loop mechanism itself (\f(CW\*(C`ev_idle\*(C'\fR, \f(CW\*(C`ev_embed\*(C'\fR, \f(CW\*(C`ev_prepare\*(C'\fR and 253loop mechanism itself (\f(CW\*(C`ev_idle\*(C'\fR, \f(CW\*(C`ev_embed\*(C'\fR, \f(CW\*(C`ev_prepare\*(C'\fR and
291When libev detects a usage error such as a negative timer interval, then 291When libev detects a usage error such as a negative timer interval, then
292it will print a diagnostic message and abort (via the \f(CW\*(C`assert\*(C'\fR mechanism, 292it will print a diagnostic message and abort (via the \f(CW\*(C`assert\*(C'\fR mechanism,
293so \f(CW\*(C`NDEBUG\*(C'\fR will disable this checking): these are programming errors in 293so \f(CW\*(C`NDEBUG\*(C'\fR will disable this checking): these are programming errors in
294the libev caller and need to be fixed there. 294the libev caller and need to be fixed there.
295.PP 295.PP
296Via the \f(CW\*(C`EV_FREQUENT\*(C'\fR macro you can compile in and/or enable extensive
297consistency checking code inside libev that can be used to check for
298internal inconsistencies, suually caused by application bugs.
299.PP
296Libev also has a few internal error-checking \f(CW\*(C`assert\*(C'\fRions, and also has 300Libev also has a few internal error-checking \f(CW\*(C`assert\*(C'\fRions. These do not
297extensive consistency checking code. These do not trigger under normal
298circumstances, as they indicate either a bug in libev or worse. 301trigger under normal circumstances, as they indicate either a bug in libev
302or worse.
299.SH "GLOBAL FUNCTIONS" 303.SH "GLOBAL FUNCTIONS"
300.IX Header "GLOBAL FUNCTIONS" 304.IX Header "GLOBAL FUNCTIONS"
301These functions can be called anytime, even before initialising the 305These functions can be called anytime, even before initialising the
302library in any way. 306library in any way.
303.IP "ev_tstamp ev_time ()" 4 307.IP "ev_tstamp ev_time ()" 4
392.Sp 396.Sp
393You could override this function in high-availability programs to, say, 397You could override this function in high-availability programs to, say,
394free some memory if it cannot allocate memory, to use a special allocator, 398free some memory if it cannot allocate memory, to use a special allocator,
395or even to sleep a while and retry until some memory is available. 399or even to sleep a while and retry until some memory is available.
396.Sp 400.Sp
401Example: The following is the \f(CW\*(C`realloc\*(C'\fR function that libev itself uses
402which should work with \f(CW\*(C`realloc\*(C'\fR and \f(CW\*(C`free\*(C'\fR functions of all kinds and
403is probably a good basis for your own implementation.
404.Sp
405.Vb 5
406\& static void *
407\& ev_realloc_emul (void *ptr, long size) EV_NOEXCEPT
408\& {
409\& if (size)
410\& return realloc (ptr, size);
411\&
412\& free (ptr);
413\& return 0;
414\& }
415.Ve
416.Sp
397Example: Replace the libev allocator with one that waits a bit and then 417Example: Replace the libev allocator with one that waits a bit and then
398retries (example requires a standards-compliant \f(CW\*(C`realloc\*(C'\fR). 418retries.
399.Sp 419.Sp
400.Vb 6 420.Vb 8
401\& static void * 421\& static void *
402\& persistent_realloc (void *ptr, size_t size) 422\& persistent_realloc (void *ptr, size_t size)
403\& { 423\& {
424\& if (!size)
425\& {
426\& free (ptr);
427\& return 0;
428\& }
429\&
404\& for (;;) 430\& for (;;)
405\& { 431\& {
406\& void *newptr = realloc (ptr, size); 432\& void *newptr = realloc (ptr, size);
407\& 433\&
408\& if (newptr) 434\& if (newptr)
567threads that are not interested in handling them. 593threads that are not interested in handling them.
568.Sp 594.Sp
569Signalfd will not be used by default as this changes your signal mask, and 595Signalfd will not be used by default as this changes your signal mask, and
570there are a lot of shoddy libraries and programs (glib's threadpool for 596there are a lot of shoddy libraries and programs (glib's threadpool for
571example) that can't properly initialise their signal masks. 597example) that can't properly initialise their signal masks.
598.ie n .IP """EVFLAG_NOTIMERFD""" 4
599.el .IP "\f(CWEVFLAG_NOTIMERFD\fR" 4
600.IX Item "EVFLAG_NOTIMERFD"
601When this flag is specified, the libev will avoid using a \f(CW\*(C`timerfd\*(C'\fR to
602detect time jumps. It will still be able to detect time jumps, but takes
603longer and has a lower accuracy in doing so, but saves a file descriptor
604per loop.
572.ie n .IP """EVFLAG_NOSIGMASK""" 4 605.ie n .IP """EVFLAG_NOSIGMASK""" 4
573.el .IP "\f(CWEVFLAG_NOSIGMASK\fR" 4 606.el .IP "\f(CWEVFLAG_NOSIGMASK\fR" 4
574.IX Item "EVFLAG_NOSIGMASK" 607.IX Item "EVFLAG_NOSIGMASK"
575When this flag is specified, then libev will avoid to modify the signal 608When this flag is specified, then libev will avoid to modify the signal
576mask. Specifically, this means you have to make sure signals are unblocked 609mask. Specifically, this means you have to make sure signals are unblocked
585.Sp 618.Sp
586This flag's behaviour will become the default in future versions of libev. 619This flag's behaviour will become the default in future versions of libev.
587.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4 620.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4
588.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4 621.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4
589.IX Item "EVBACKEND_SELECT (value 1, portable select backend)" 622.IX Item "EVBACKEND_SELECT (value 1, portable select backend)"
590This is your standard \fIselect\fR\|(2) backend. Not \fIcompletely\fR standard, as 623This is your standard \fBselect\fR\|(2) backend. Not \fIcompletely\fR standard, as
591libev tries to roll its own fd_set with no limits on the number of fds, 624libev tries to roll its own fd_set with no limits on the number of fds,
592but if that fails, expect a fairly low limit on the number of fds when 625but if that fails, expect a fairly low limit on the number of fds when
593using this backend. It doesn't scale too well (O(highest_fd)), but its 626using this backend. It doesn't scale too well (O(highest_fd)), but its
594usually the fastest backend for a low number of (low-numbered :) fds. 627usually the fastest backend for a low number of (low-numbered :) fds.
595.Sp 628.Sp
604\&\f(CW\*(C`writefds\*(C'\fR set (and to work around Microsoft Windows bugs, also onto the 637\&\f(CW\*(C`writefds\*(C'\fR set (and to work around Microsoft Windows bugs, also onto the
605\&\f(CW\*(C`exceptfds\*(C'\fR set on that platform). 638\&\f(CW\*(C`exceptfds\*(C'\fR set on that platform).
606.ie n .IP """EVBACKEND_POLL"" (value 2, poll backend, available everywhere except on windows)" 4 639.ie n .IP """EVBACKEND_POLL"" (value 2, poll backend, available everywhere except on windows)" 4
607.el .IP "\f(CWEVBACKEND_POLL\fR (value 2, poll backend, available everywhere except on windows)" 4 640.el .IP "\f(CWEVBACKEND_POLL\fR (value 2, poll backend, available everywhere except on windows)" 4
608.IX Item "EVBACKEND_POLL (value 2, poll backend, available everywhere except on windows)" 641.IX Item "EVBACKEND_POLL (value 2, poll backend, available everywhere except on windows)"
609And this is your standard \fIpoll\fR\|(2) backend. It's more complicated 642And this is your standard \fBpoll\fR\|(2) backend. It's more complicated
610than select, but handles sparse fds better and has no artificial 643than select, but handles sparse fds better and has no artificial
611limit on the number of fds you can use (except it will slow down 644limit on the number of fds you can use (except it will slow down
612considerably with a lot of inactive fds). It scales similarly to select, 645considerably with a lot of inactive fds). It scales similarly to select,
613i.e. O(total_fds). See the entry for \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR, above, for 646i.e. O(total_fds). See the entry for \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR, above, for
614performance tips. 647performance tips.
616This backend maps \f(CW\*(C`EV_READ\*(C'\fR to \f(CW\*(C`POLLIN | POLLERR | POLLHUP\*(C'\fR, and 649This backend maps \f(CW\*(C`EV_READ\*(C'\fR to \f(CW\*(C`POLLIN | POLLERR | POLLHUP\*(C'\fR, and
617\&\f(CW\*(C`EV_WRITE\*(C'\fR to \f(CW\*(C`POLLOUT | POLLERR | POLLHUP\*(C'\fR. 650\&\f(CW\*(C`EV_WRITE\*(C'\fR to \f(CW\*(C`POLLOUT | POLLERR | POLLHUP\*(C'\fR.
618.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4 651.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4
619.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4 652.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4
620.IX Item "EVBACKEND_EPOLL (value 4, Linux)" 653.IX Item "EVBACKEND_EPOLL (value 4, Linux)"
621Use the linux-specific \fIepoll\fR\|(7) interface (for both pre\- and post\-2.6.9 654Use the Linux-specific \fBepoll\fR\|(7) interface (for both pre\- and post\-2.6.9
622kernels). 655kernels).
623.Sp 656.Sp
624For few fds, this backend is a bit little slower than poll and select, but 657For few fds, this backend is a bit little slower than poll and select, but
625it scales phenomenally better. While poll and select usually scale like 658it scales phenomenally better. While poll and select usually scale like
626O(total_fds) where total_fds is the total number of fds (or the highest 659O(total_fds) where total_fds is the total number of fds (or the highest
672All this means that, in practice, \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR can be as fast or 705All this means that, in practice, \f(CW\*(C`EVBACKEND_SELECT\*(C'\fR can be as fast or
673faster than epoll for maybe up to a hundred file descriptors, depending on 706faster than epoll for maybe up to a hundred file descriptors, depending on
674the usage. So sad. 707the usage. So sad.
675.Sp 708.Sp
676While nominally embeddable in other event loops, this feature is broken in 709While nominally embeddable in other event loops, this feature is broken in
677all kernel versions tested so far. 710a lot of kernel revisions, but probably(!) works in current versions.
711.Sp
712This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
713\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
714.ie n .IP """EVBACKEND_LINUXAIO"" (value 64, Linux)" 4
715.el .IP "\f(CWEVBACKEND_LINUXAIO\fR (value 64, Linux)" 4
716.IX Item "EVBACKEND_LINUXAIO (value 64, Linux)"
717Use the Linux-specific Linux \s-1AIO\s0 (\fInot\fR \f(CWaio(7)\fR but \f(CWio_submit(2)\fR) event interface available in post\-4.18 kernels (but libev
718only tries to use it in 4.19+).
719.Sp
720This is another Linux train wreck of an event interface.
721.Sp
722If this backend works for you (as of this writing, it was very
723experimental), it is the best event interface available on Linux and might
724be well worth enabling it \- if it isn't available in your kernel this will
725be detected and this backend will be skipped.
726.Sp
727This backend can batch oneshot requests and supports a user-space ring
728buffer to receive events. It also doesn't suffer from most of the design
729problems of epoll (such as not being able to remove event sources from
730the epoll set), and generally sounds too good to be true. Because, this
731being the Linux kernel, of course it suffers from a whole new set of
732limitations, forcing you to fall back to epoll, inheriting all its design
733issues.
734.Sp
735For one, it is not easily embeddable (but probably could be done using
736an event fd at some extra overhead). It also is subject to a system wide
737limit that can be configured in \fI/proc/sys/fs/aio\-max\-nr\fR. If no \s-1AIO\s0
738requests are left, this backend will be skipped during initialisation, and
739will switch to epoll when the loop is active.
740.Sp
741Most problematic in practice, however, is that not all file descriptors
742work with it. For example, in Linux 5.1, \s-1TCP\s0 sockets, pipes, event fds,
743files, \fI/dev/null\fR and many others are supported, but ttys do not work
744properly (a known bug that the kernel developers don't care about, see
745<https://lore.kernel.org/patchwork/patch/1047453/>), so this is not
746(yet?) a generic event polling interface.
747.Sp
748Overall, it seems the Linux developers just don't want it to have a
749generic event handling mechanism other than \f(CW\*(C`select\*(C'\fR or \f(CW\*(C`poll\*(C'\fR.
750.Sp
751To work around all these problem, the current version of libev uses its
752epoll backend as a fallback for file descriptor types that do not work. Or
753falls back completely to epoll if the kernel acts up.
678.Sp 754.Sp
679This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as 755This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
680\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR. 756\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
681.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4 757.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4
682.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4 758.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4
683.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)" 759.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)"
684Kqueue deserves special mention, as at the time of this writing, it 760Kqueue deserves special mention, as at the time this backend was
685was broken on all BSDs except NetBSD (usually it doesn't work reliably 761implemented, it was broken on all BSDs except NetBSD (usually it doesn't
686with anything but sockets and pipes, except on Darwin, where of course 762work reliably with anything but sockets and pipes, except on Darwin,
687it's completely useless). Unlike epoll, however, whose brokenness 763where of course it's completely useless). Unlike epoll, however, whose
688is by design, these kqueue bugs can (and eventually will) be fixed 764brokenness is by design, these kqueue bugs can be (and mostly have been)
689without \s-1API\s0 changes to existing programs. For this reason it's not being 765fixed without \s-1API\s0 changes to existing programs. For this reason it's not
690\&\*(L"auto-detected\*(R" unless you explicitly specify it in the flags (i.e. using 766being \*(L"auto-detected\*(R" on all platforms unless you explicitly specify it
691\&\f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR) or libev was compiled on a known-to-be-good (\-enough) 767in the flags (i.e. using \f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR) or libev was compiled on a
692system like NetBSD. 768known-to-be-good (\-enough) system like NetBSD.
693.Sp 769.Sp
694You still can embed kqueue into a normal poll or select backend and use it 770You still can embed kqueue into a normal poll or select backend and use it
695only for sockets (after having made sure that sockets work with kqueue on 771only for sockets (after having made sure that sockets work with kqueue on
696the target platform). See \f(CW\*(C`ev_embed\*(C'\fR watchers for more info. 772the target platform). See \f(CW\*(C`ev_embed\*(C'\fR watchers for more info.
697.Sp 773.Sp
698It scales in the same way as the epoll backend, but the interface to the 774It scales in the same way as the epoll backend, but the interface to the
699kernel is more efficient (which says nothing about its actual speed, of 775kernel is more efficient (which says nothing about its actual speed, of
700course). While stopping, setting and starting an I/O watcher does never 776course). While stopping, setting and starting an I/O watcher does never
701cause an extra system call as with \f(CW\*(C`EVBACKEND_EPOLL\*(C'\fR, it still adds up to 777cause an extra system call as with \f(CW\*(C`EVBACKEND_EPOLL\*(C'\fR, it still adds up to
702two event changes per incident. Support for \f(CW\*(C`fork ()\*(C'\fR is very bad (you 778two event changes per incident. Support for \f(CW\*(C`fork ()\*(C'\fR is very bad (you
703might have to leak fd's on fork, but it's more sane than epoll) and it 779might have to leak fds on fork, but it's more sane than epoll) and it
704drops fds silently in similarly hard-to-detect cases. 780drops fds silently in similarly hard-to-detect cases.
705.Sp 781.Sp
706This backend usually performs well under most conditions. 782This backend usually performs well under most conditions.
707.Sp 783.Sp
708While nominally embeddable in other event loops, this doesn't work 784While nominally embeddable in other event loops, this doesn't work
785Example: Use whatever libev has to offer, but make sure that kqueue is 861Example: Use whatever libev has to offer, but make sure that kqueue is
786used if available. 862used if available.
787.Sp 863.Sp
788.Vb 1 864.Vb 1
789\& struct ev_loop *loop = ev_loop_new (ev_recommended_backends () | EVBACKEND_KQUEUE); 865\& struct ev_loop *loop = ev_loop_new (ev_recommended_backends () | EVBACKEND_KQUEUE);
866.Ve
867.Sp
868Example: Similarly, on linux, you mgiht want to take advantage of the
869linux aio backend if possible, but fall back to something else if that
870isn't available.
871.Sp
872.Vb 1
873\& struct ev_loop *loop = ev_loop_new (ev_recommended_backends () | EVBACKEND_LINUXAIO);
790.Ve 874.Ve
791.RE 875.RE
792.IP "ev_loop_destroy (loop)" 4 876.IP "ev_loop_destroy (loop)" 4
793.IX Item "ev_loop_destroy (loop)" 877.IX Item "ev_loop_destroy (loop)"
794Destroys an event loop object (frees all memory and kernel state 878Destroys an event loop object (frees all memory and kernel state
1365bug in your program. 1449bug in your program.
1366.Sp 1450.Sp
1367Libev will usually signal a few \*(L"dummy\*(R" events together with an error, for 1451Libev will usually signal a few \*(L"dummy\*(R" events together with an error, for
1368example it might indicate that a fd is readable or writable, and if your 1452example it might indicate that a fd is readable or writable, and if your
1369callbacks is well-written it can just attempt the operation and cope with 1453callbacks is well-written it can just attempt the operation and cope with
1370the error from \fIread()\fR or \fIwrite()\fR. This will not work in multi-threaded 1454the error from \fBread()\fR or \fBwrite()\fR. This will not work in multi-threaded
1371programs, though, as the fd could already be closed and reused for another 1455programs, though, as the fd could already be closed and reused for another
1372thing, so beware. 1456thing, so beware.
1373.SS "\s-1GENERIC WATCHER FUNCTIONS\s0" 1457.SS "\s-1GENERIC WATCHER FUNCTIONS\s0"
1374.IX Subsection "GENERIC WATCHER FUNCTIONS" 1458.IX Subsection "GENERIC WATCHER FUNCTIONS"
1375.ie n .IP """ev_init"" (ev_TYPE *watcher, callback)" 4 1459.ie n .IP """ev_init"" (ev_TYPE *watcher, callback)" 4
1577.IX Subsection "WATCHER PRIORITY MODELS" 1661.IX Subsection "WATCHER PRIORITY MODELS"
1578Many event loops support \fIwatcher priorities\fR, which are usually small 1662Many event loops support \fIwatcher priorities\fR, which are usually small
1579integers that influence the ordering of event callback invocation 1663integers that influence the ordering of event callback invocation
1580between watchers in some way, all else being equal. 1664between watchers in some way, all else being equal.
1581.PP 1665.PP
1582In libev, Watcher priorities can be set using \f(CW\*(C`ev_set_priority\*(C'\fR. See its 1666In libev, watcher priorities can be set using \f(CW\*(C`ev_set_priority\*(C'\fR. See its
1583description for the more technical details such as the actual priority 1667description for the more technical details such as the actual priority
1584range. 1668range.
1585.PP 1669.PP
1586There are two common ways how these these priorities are being interpreted 1670There are two common ways how these these priorities are being interpreted
1587by event loops: 1671by event loops:
1726But really, best use non-blocking mode. 1810But really, best use non-blocking mode.
1727.PP 1811.PP
1728\fIThe special problem of disappearing file descriptors\fR 1812\fIThe special problem of disappearing file descriptors\fR
1729.IX Subsection "The special problem of disappearing file descriptors" 1813.IX Subsection "The special problem of disappearing file descriptors"
1730.PP 1814.PP
1731Some backends (e.g. kqueue, epoll) need to be told about closing a file 1815Some backends (e.g. kqueue, epoll, linuxaio) need to be told about closing
1732descriptor (either due to calling \f(CW\*(C`close\*(C'\fR explicitly or any other means, 1816a file descriptor (either due to calling \f(CW\*(C`close\*(C'\fR explicitly or any other
1733such as \f(CW\*(C`dup2\*(C'\fR). The reason is that you register interest in some file 1817means, such as \f(CW\*(C`dup2\*(C'\fR). The reason is that you register interest in some
1734descriptor, but when it goes away, the operating system will silently drop 1818file descriptor, but when it goes away, the operating system will silently
1735this interest. If another file descriptor with the same number then is 1819drop this interest. If another file descriptor with the same number then
1736registered with libev, there is no efficient way to see that this is, in 1820is registered with libev, there is no efficient way to see that this is,
1737fact, a different file descriptor. 1821in fact, a different file descriptor.
1738.PP 1822.PP
1739To avoid having to explicitly tell libev about such cases, libev follows 1823To avoid having to explicitly tell libev about such cases, libev follows
1740the following policy: Each time \f(CW\*(C`ev_io_set\*(C'\fR is being called, libev 1824the following policy: Each time \f(CW\*(C`ev_io_set\*(C'\fR is being called, libev
1741will assume that this is potentially a new file descriptor, otherwise 1825will assume that this is potentially a new file descriptor, otherwise
1742it is assumed that the file descriptor stays the same. That means that 1826it is assumed that the file descriptor stays the same. That means that
1794reuse the same code path. 1878reuse the same code path.
1795.PP 1879.PP
1796\fIThe special problem of fork\fR 1880\fIThe special problem of fork\fR
1797.IX Subsection "The special problem of fork" 1881.IX Subsection "The special problem of fork"
1798.PP 1882.PP
1799Some backends (epoll, kqueue) do not support \f(CW\*(C`fork ()\*(C'\fR at all or exhibit 1883Some backends (epoll, kqueue, linuxaio, iouring) do not support \f(CW\*(C`fork ()\*(C'\fR
1800useless behaviour. Libev fully supports fork, but needs to be told about 1884at all or exhibit useless behaviour. Libev fully supports fork, but needs
1801it in the child if you want to continue to use it in the child. 1885to be told about it in the child if you want to continue to use it in the
1886child.
1802.PP 1887.PP
1803To support fork in your child processes, you have to call \f(CW\*(C`ev_loop_fork 1888To support fork in your child processes, you have to call \f(CW\*(C`ev_loop_fork
1804()\*(C'\fR after a fork in the child, enable \f(CW\*(C`EVFLAG_FORKCHECK\*(C'\fR, or resort to 1889()\*(C'\fR after a fork in the child, enable \f(CW\*(C`EVFLAG_FORKCHECK\*(C'\fR, or resort to
1805\&\f(CW\*(C`EVBACKEND_SELECT\*(C'\fR or \f(CW\*(C`EVBACKEND_POLL\*(C'\fR. 1890\&\f(CW\*(C`EVBACKEND_SELECT\*(C'\fR or \f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
1806.PP 1891.PP
1811when writing to a pipe whose other end has been closed, your program gets 1896when writing to a pipe whose other end has been closed, your program gets
1812sent a \s-1SIGPIPE,\s0 which, by default, aborts your program. For most programs 1897sent a \s-1SIGPIPE,\s0 which, by default, aborts your program. For most programs
1813this is sensible behaviour, for daemons, this is usually undesirable. 1898this is sensible behaviour, for daemons, this is usually undesirable.
1814.PP 1899.PP
1815So when you encounter spurious, unexplained daemon exits, make sure you 1900So when you encounter spurious, unexplained daemon exits, make sure you
1816ignore \s-1SIGPIPE \s0(and maybe make sure you log the exit status of your daemon 1901ignore \s-1SIGPIPE\s0 (and maybe make sure you log the exit status of your daemon
1817somewhere, as that would have given you a big clue). 1902somewhere, as that would have given you a big clue).
1818.PP 1903.PP
1819\fIThe special problem of \fIaccept()\fIing when you can't\fR 1904\fIThe special problem of \f(BIaccept()\fIing when you can't\fR
1820.IX Subsection "The special problem of accept()ing when you can't" 1905.IX Subsection "The special problem of accept()ing when you can't"
1821.PP 1906.PP
1822Many implementations of the \s-1POSIX \s0\f(CW\*(C`accept\*(C'\fR function (for example, 1907Many implementations of the \s-1POSIX\s0 \f(CW\*(C`accept\*(C'\fR function (for example,
1823found in post\-2004 Linux) have the peculiar behaviour of not removing a 1908found in post\-2004 Linux) have the peculiar behaviour of not removing a
1824connection from the pending queue in all error cases. 1909connection from the pending queue in all error cases.
1825.PP 1910.PP
1826For example, larger servers often run out of file descriptors (because 1911For example, larger servers often run out of file descriptors (because
1827of resource limits), causing \f(CW\*(C`accept\*(C'\fR to fail with \f(CW\*(C`ENFILE\*(C'\fR but not 1912of resource limits), causing \f(CW\*(C`accept\*(C'\fR to fail with \f(CW\*(C`ENFILE\*(C'\fR but not
2434In this mode the values for \f(CW\*(C`interval\*(C'\fR and \f(CW\*(C`offset\*(C'\fR are both being 2519In this mode the values for \f(CW\*(C`interval\*(C'\fR and \f(CW\*(C`offset\*(C'\fR are both being
2435ignored. Instead, each time the periodic watcher gets scheduled, the 2520ignored. Instead, each time the periodic watcher gets scheduled, the
2436reschedule callback will be called with the watcher as first, and the 2521reschedule callback will be called with the watcher as first, and the
2437current time as second argument. 2522current time as second argument.
2438.Sp 2523.Sp
2439\&\s-1NOTE: \s0\fIThis callback \s-1MUST NOT\s0 stop or destroy any periodic watcher, ever, 2524\&\s-1NOTE:\s0 \fIThis callback \s-1MUST NOT\s0 stop or destroy any periodic watcher, ever,
2440or make \s-1ANY\s0 other event loop modifications whatsoever, unless explicitly 2525or make \s-1ANY\s0 other event loop modifications whatsoever, unless explicitly
2441allowed by documentation here\fR. 2526allowed by documentation here\fR.
2442.Sp 2527.Sp
2443If you need to stop it, return \f(CW\*(C`now + 1e30\*(C'\fR (or so, fudge fudge) and stop 2528If you need to stop it, return \f(CW\*(C`now + 1e30\*(C'\fR (or so, fudge fudge) and stop
2444it afterwards (e.g. by starting an \f(CW\*(C`ev_prepare\*(C'\fR watcher, which is the 2529it afterwards (e.g. by starting an \f(CW\*(C`ev_prepare\*(C'\fR watcher, which is the
2458It must return the next time to trigger, based on the passed time value 2543It must return the next time to trigger, based on the passed time value
2459(that is, the lowest time value larger than to the second argument). It 2544(that is, the lowest time value larger than to the second argument). It
2460will usually be called just before the callback will be triggered, but 2545will usually be called just before the callback will be triggered, but
2461might be called at other times, too. 2546might be called at other times, too.
2462.Sp 2547.Sp
2463\&\s-1NOTE: \s0\fIThis callback must always return a time that is higher than or 2548\&\s-1NOTE:\s0 \fIThis callback must always return a time that is higher than or
2464equal to the passed \f(CI\*(C`now\*(C'\fI value\fR. 2549equal to the passed \f(CI\*(C`now\*(C'\fI value\fR.
2465.Sp 2550.Sp
2466This can be used to create very complex timers, such as a timer that 2551This can be used to create very complex timers, such as a timer that
2467triggers on \*(L"next midnight, local time\*(R". To do this, you would calculate 2552triggers on \*(L"next midnight, local time\*(R". To do this, you would calculate
2468the next midnight after \f(CW\*(C`now\*(C'\fR and return the timestamp value for 2553the next midnight after \f(CW\*(C`now\*(C'\fR and return the timestamp value for
2613The simplest way to ensure that the signal mask is reset in the child is 2698The simplest way to ensure that the signal mask is reset in the child is
2614to install a fork handler with \f(CW\*(C`pthread_atfork\*(C'\fR that resets it. That will 2699to install a fork handler with \f(CW\*(C`pthread_atfork\*(C'\fR that resets it. That will
2615catch fork calls done by libraries (such as the libc) as well. 2700catch fork calls done by libraries (such as the libc) as well.
2616.PP 2701.PP
2617In current versions of libev, the signal will not be blocked indefinitely 2702In current versions of libev, the signal will not be blocked indefinitely
2618unless you use the \f(CW\*(C`signalfd\*(C'\fR \s-1API \s0(\f(CW\*(C`EV_SIGNALFD\*(C'\fR). While this reduces 2703unless you use the \f(CW\*(C`signalfd\*(C'\fR \s-1API\s0 (\f(CW\*(C`EV_SIGNALFD\*(C'\fR). While this reduces
2619the window of opportunity for problems, it will not go away, as libev 2704the window of opportunity for problems, it will not go away, as libev
2620\&\fIhas\fR to modify the signal mask, at least temporarily. 2705\&\fIhas\fR to modify the signal mask, at least temporarily.
2621.PP 2706.PP
2622So I can't stress this enough: \fIIf you do not reset your signal mask when 2707So I can't stress this enough: \fIIf you do not reset your signal mask when
2623you expect it to be empty, you have a race condition in your code\fR. This 2708you expect it to be empty, you have a race condition in your code\fR. This
4518\& #include "ev.c" 4603\& #include "ev.c"
4519.Ve 4604.Ve
4520.PP 4605.PP
4521This will automatically include \fIev.h\fR, too, and should be done in a 4606This will automatically include \fIev.h\fR, too, and should be done in a
4522single C source file only to provide the function implementations. To use 4607single C source file only to provide the function implementations. To use
4523it, do the same for \fIev.h\fR in all files wishing to use this \s-1API \s0(best 4608it, do the same for \fIev.h\fR in all files wishing to use this \s-1API\s0 (best
4524done by writing a wrapper around \fIev.h\fR that you can include instead and 4609done by writing a wrapper around \fIev.h\fR that you can include instead and
4525where you can put other configuration options): 4610where you can put other configuration options):
4526.PP 4611.PP
4527.Vb 2 4612.Vb 2
4528\& #define EV_STANDALONE 1 4613\& #define EV_STANDALONE 1
4545\& ev_win32.c required on win32 platforms only 4630\& ev_win32.c required on win32 platforms only
4546\& 4631\&
4547\& ev_select.c only when select backend is enabled 4632\& ev_select.c only when select backend is enabled
4548\& ev_poll.c only when poll backend is enabled 4633\& ev_poll.c only when poll backend is enabled
4549\& ev_epoll.c only when the epoll backend is enabled 4634\& ev_epoll.c only when the epoll backend is enabled
4635\& ev_linuxaio.c only when the linux aio backend is enabled
4636\& ev_iouring.c only when the linux io_uring backend is enabled
4550\& ev_kqueue.c only when the kqueue backend is enabled 4637\& ev_kqueue.c only when the kqueue backend is enabled
4551\& ev_port.c only when the solaris port backend is enabled 4638\& ev_port.c only when the solaris port backend is enabled
4552.Ve 4639.Ve
4553.PP 4640.PP
4554\&\fIev.c\fR includes the backend files directly when enabled, so you only need 4641\&\fIev.c\fR includes the backend files directly when enabled, so you only need
4601values when compiling libev vs. including \fIev.h\fR, so it is permissible 4688values when compiling libev vs. including \fIev.h\fR, so it is permissible
4602to redefine them before including \fIev.h\fR without breaking compatibility 4689to redefine them before including \fIev.h\fR without breaking compatibility
4603to a compiled library. All other symbols change the \s-1ABI,\s0 which means all 4690to a compiled library. All other symbols change the \s-1ABI,\s0 which means all
4604users of libev and the libev code itself must be compiled with compatible 4691users of libev and the libev code itself must be compiled with compatible
4605settings. 4692settings.
4606.IP "\s-1EV_COMPAT3 \s0(h)" 4 4693.IP "\s-1EV_COMPAT3\s0 (h)" 4
4607.IX Item "EV_COMPAT3 (h)" 4694.IX Item "EV_COMPAT3 (h)"
4608Backwards compatibility is a major concern for libev. This is why this 4695Backwards compatibility is a major concern for libev. This is why this
4609release of libev comes with wrappers for the functions and symbols that 4696release of libev comes with wrappers for the functions and symbols that
4610have been renamed between libev version 3 and 4. 4697have been renamed between libev version 3 and 4.
4611.Sp 4698.Sp
4616typedef in that case. 4703typedef in that case.
4617.Sp 4704.Sp
4618In some future version, the default for \f(CW\*(C`EV_COMPAT3\*(C'\fR will become \f(CW0\fR, 4705In some future version, the default for \f(CW\*(C`EV_COMPAT3\*(C'\fR will become \f(CW0\fR,
4619and in some even more future version the compatibility code will be 4706and in some even more future version the compatibility code will be
4620removed completely. 4707removed completely.
4621.IP "\s-1EV_STANDALONE \s0(h)" 4 4708.IP "\s-1EV_STANDALONE\s0 (h)" 4
4622.IX Item "EV_STANDALONE (h)" 4709.IX Item "EV_STANDALONE (h)"
4623Must always be \f(CW1\fR if you do not use autoconf configuration, which 4710Must always be \f(CW1\fR if you do not use autoconf configuration, which
4624keeps libev from including \fIconfig.h\fR, and it also defines dummy 4711keeps libev from including \fIconfig.h\fR, and it also defines dummy
4625implementations for some libevent functions (such as logging, which is not 4712implementations for some libevent functions (such as logging, which is not
4626supported). It will also not define any of the structs usually found in 4713supported). It will also not define any of the structs usually found in
4667higher, as it simplifies linking (no need for \f(CW\*(C`\-lrt\*(C'\fR). 4754higher, as it simplifies linking (no need for \f(CW\*(C`\-lrt\*(C'\fR).
4668.IP "\s-1EV_USE_NANOSLEEP\s0" 4 4755.IP "\s-1EV_USE_NANOSLEEP\s0" 4
4669.IX Item "EV_USE_NANOSLEEP" 4756.IX Item "EV_USE_NANOSLEEP"
4670If defined to be \f(CW1\fR, libev will assume that \f(CW\*(C`nanosleep ()\*(C'\fR is available 4757If defined to be \f(CW1\fR, libev will assume that \f(CW\*(C`nanosleep ()\*(C'\fR is available
4671and will use it for delays. Otherwise it will use \f(CW\*(C`select ()\*(C'\fR. 4758and will use it for delays. Otherwise it will use \f(CW\*(C`select ()\*(C'\fR.
4759.IP "\s-1EV_USE_EVENTFD\s0" 4
4760.IX Item "EV_USE_EVENTFD"
4761If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`eventfd ()\*(C'\fR is
4762available and will probe for kernel support at runtime. This will improve
4763\&\f(CW\*(C`ev_signal\*(C'\fR and \f(CW\*(C`ev_async\*(C'\fR performance and reduce resource consumption.
4764If undefined, it will be enabled if the headers indicate GNU/Linux + Glibc
47652.7 or newer, otherwise disabled.
4766.IP "\s-1EV_USE_SIGNALFD\s0" 4
4767.IX Item "EV_USE_SIGNALFD"
4768If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`signalfd ()\*(C'\fR is
4769available and will probe for kernel support at runtime. This enables
4770the use of \s-1EVFLAG_SIGNALFD\s0 for faster and simpler signal handling. If
4771undefined, it will be enabled if the headers indicate GNU/Linux + Glibc
47722.7 or newer, otherwise disabled.
4773.IP "\s-1EV_USE_TIMERFD\s0" 4
4774.IX Item "EV_USE_TIMERFD"
4775If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`timerfd ()\*(C'\fR is
4776available and will probe for kernel support at runtime. This allows
4777libev to detect time jumps accurately. If undefined, it will be enabled
4778if the headers indicate GNU/Linux + Glibc 2.8 or newer and define
4779\&\f(CW\*(C`TFD_TIMER_CANCEL_ON_SET\*(C'\fR, otherwise disabled.
4672.IP "\s-1EV_USE_EVENTFD\s0" 4 4780.IP "\s-1EV_USE_EVENTFD\s0" 4
4673.IX Item "EV_USE_EVENTFD" 4781.IX Item "EV_USE_EVENTFD"
4674If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`eventfd ()\*(C'\fR is 4782If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`eventfd ()\*(C'\fR is
4675available and will probe for kernel support at runtime. This will improve 4783available and will probe for kernel support at runtime. This will improve
4676\&\f(CW\*(C`ev_signal\*(C'\fR and \f(CW\*(C`ev_async\*(C'\fR performance and reduce resource consumption. 4784\&\f(CW\*(C`ev_signal\*(C'\fR and \f(CW\*(C`ev_async\*(C'\fR performance and reduce resource consumption.
4735If defined to be \f(CW1\fR, libev will compile in support for the Linux 4843If defined to be \f(CW1\fR, libev will compile in support for the Linux
4736\&\f(CW\*(C`epoll\*(C'\fR(7) backend. Its availability will be detected at runtime, 4844\&\f(CW\*(C`epoll\*(C'\fR(7) backend. Its availability will be detected at runtime,
4737otherwise another method will be used as fallback. This is the preferred 4845otherwise another method will be used as fallback. This is the preferred
4738backend for GNU/Linux systems. If undefined, it will be enabled if the 4846backend for GNU/Linux systems. If undefined, it will be enabled if the
4739headers indicate GNU/Linux + Glibc 2.4 or newer, otherwise disabled. 4847headers indicate GNU/Linux + Glibc 2.4 or newer, otherwise disabled.
4848.IP "\s-1EV_USE_LINUXAIO\s0" 4
4849.IX Item "EV_USE_LINUXAIO"
4850If defined to be \f(CW1\fR, libev will compile in support for the Linux aio
4851backend (\f(CW\*(C`EV_USE_EPOLL\*(C'\fR must also be enabled). If undefined, it will be
4852enabled on linux, otherwise disabled.
4853.IP "\s-1EV_USE_IOURING\s0" 4
4854.IX Item "EV_USE_IOURING"
4855If defined to be \f(CW1\fR, libev will compile in support for the Linux
4856io_uring backend (\f(CW\*(C`EV_USE_EPOLL\*(C'\fR must also be enabled). Due to it's
4857current limitations it has to be requested explicitly. If undefined, it
4858will be enabled on linux, otherwise disabled.
4740.IP "\s-1EV_USE_KQUEUE\s0" 4 4859.IP "\s-1EV_USE_KQUEUE\s0" 4
4741.IX Item "EV_USE_KQUEUE" 4860.IX Item "EV_USE_KQUEUE"
4742If defined to be \f(CW1\fR, libev will compile in support for the \s-1BSD\s0 style 4861If defined to be \f(CW1\fR, libev will compile in support for the \s-1BSD\s0 style
4743\&\f(CW\*(C`kqueue\*(C'\fR(2) backend. Its actual availability will be detected at runtime, 4862\&\f(CW\*(C`kqueue\*(C'\fR(2) backend. Its actual availability will be detected at runtime,
4744otherwise another method will be used as fallback. This is the preferred 4863otherwise another method will be used as fallback. This is the preferred
4784handler \*(L"locking\*(R" as well as for signal and thread safety in \f(CW\*(C`ev_async\*(C'\fR 4903handler \*(L"locking\*(R" as well as for signal and thread safety in \f(CW\*(C`ev_async\*(C'\fR
4785watchers. 4904watchers.
4786.Sp 4905.Sp
4787In the absence of this define, libev will use \f(CW\*(C`sig_atomic_t volatile\*(C'\fR 4906In the absence of this define, libev will use \f(CW\*(C`sig_atomic_t volatile\*(C'\fR
4788(from \fIsignal.h\fR), which is usually good enough on most platforms. 4907(from \fIsignal.h\fR), which is usually good enough on most platforms.
4789.IP "\s-1EV_H \s0(h)" 4 4908.IP "\s-1EV_H\s0 (h)" 4
4790.IX Item "EV_H (h)" 4909.IX Item "EV_H (h)"
4791The name of the \fIev.h\fR header file used to include it. The default if 4910The name of the \fIev.h\fR header file used to include it. The default if
4792undefined is \f(CW"ev.h"\fR in \fIevent.h\fR, \fIev.c\fR and \fIev++.h\fR. This can be 4911undefined is \f(CW"ev.h"\fR in \fIevent.h\fR, \fIev.c\fR and \fIev++.h\fR. This can be
4793used to virtually rename the \fIev.h\fR header file in case of conflicts. 4912used to virtually rename the \fIev.h\fR header file in case of conflicts.
4794.IP "\s-1EV_CONFIG_H \s0(h)" 4 4913.IP "\s-1EV_CONFIG_H\s0 (h)" 4
4795.IX Item "EV_CONFIG_H (h)" 4914.IX Item "EV_CONFIG_H (h)"
4796If \f(CW\*(C`EV_STANDALONE\*(C'\fR isn't \f(CW1\fR, this variable can be used to override 4915If \f(CW\*(C`EV_STANDALONE\*(C'\fR isn't \f(CW1\fR, this variable can be used to override
4797\&\fIev.c\fR's idea of where to find the \fIconfig.h\fR file, similarly to 4916\&\fIev.c\fR's idea of where to find the \fIconfig.h\fR file, similarly to
4798\&\f(CW\*(C`EV_H\*(C'\fR, above. 4917\&\f(CW\*(C`EV_H\*(C'\fR, above.
4799.IP "\s-1EV_EVENT_H \s0(h)" 4 4918.IP "\s-1EV_EVENT_H\s0 (h)" 4
4800.IX Item "EV_EVENT_H (h)" 4919.IX Item "EV_EVENT_H (h)"
4801Similarly to \f(CW\*(C`EV_H\*(C'\fR, this macro can be used to override \fIevent.c\fR's idea 4920Similarly to \f(CW\*(C`EV_H\*(C'\fR, this macro can be used to override \fIevent.c\fR's idea
4802of how the \fIevent.h\fR header can be found, the default is \f(CW"event.h"\fR. 4921of how the \fIevent.h\fR header can be found, the default is \f(CW"event.h"\fR.
4803.IP "\s-1EV_PROTOTYPES \s0(h)" 4 4922.IP "\s-1EV_PROTOTYPES\s0 (h)" 4
4804.IX Item "EV_PROTOTYPES (h)" 4923.IX Item "EV_PROTOTYPES (h)"
4805If defined to be \f(CW0\fR, then \fIev.h\fR will not define any function 4924If defined to be \f(CW0\fR, then \fIev.h\fR will not define any function
4806prototypes, but still define all the structs and other symbols. This is 4925prototypes, but still define all the structs and other symbols. This is
4807occasionally useful if you want to provide your own wrapper functions 4926occasionally useful if you want to provide your own wrapper functions
4808around libev functions. 4927around libev functions.
5001called. If set to \f(CW2\fR, then the internal verification code will be 5120called. If set to \f(CW2\fR, then the internal verification code will be
5002called once per loop, which can slow down libev. If set to \f(CW3\fR, then the 5121called once per loop, which can slow down libev. If set to \f(CW3\fR, then the
5003verification code will be called very frequently, which will slow down 5122verification code will be called very frequently, which will slow down
5004libev considerably. 5123libev considerably.
5005.Sp 5124.Sp
5125Verification errors are reported via C's \f(CW\*(C`assert\*(C'\fR mechanism, so if you
5126disable that (e.g. by defining \f(CW\*(C`NDEBUG\*(C'\fR) then no errors will be reported.
5127.Sp
5006The default is \f(CW1\fR, unless \f(CW\*(C`EV_FEATURES\*(C'\fR overrides it, in which case it 5128The default is \f(CW1\fR, unless \f(CW\*(C`EV_FEATURES\*(C'\fR overrides it, in which case it
5007will be \f(CW0\fR. 5129will be \f(CW0\fR.
5008.IP "\s-1EV_COMMON\s0" 4 5130.IP "\s-1EV_COMMON\s0" 4
5009.IX Item "EV_COMMON" 5131.IX Item "EV_COMMON"
5010By default, all watchers have a \f(CW\*(C`void *data\*(C'\fR member. By redefining 5132By default, all watchers have a \f(CW\*(C`void *data\*(C'\fR member. By redefining
5017.Vb 3 5139.Vb 3
5018\& #define EV_COMMON \e 5140\& #define EV_COMMON \e
5019\& SV *self; /* contains this struct */ \e 5141\& SV *self; /* contains this struct */ \e
5020\& SV *cb_sv, *fh /* note no trailing ";" */ 5142\& SV *cb_sv, *fh /* note no trailing ";" */
5021.Ve 5143.Ve
5022.IP "\s-1EV_CB_DECLARE \s0(type)" 4 5144.IP "\s-1EV_CB_DECLARE\s0 (type)" 4
5023.IX Item "EV_CB_DECLARE (type)" 5145.IX Item "EV_CB_DECLARE (type)"
5024.PD 0 5146.PD 0
5025.IP "\s-1EV_CB_INVOKE \s0(watcher, revents)" 4 5147.IP "\s-1EV_CB_INVOKE\s0 (watcher, revents)" 4
5026.IX Item "EV_CB_INVOKE (watcher, revents)" 5148.IX Item "EV_CB_INVOKE (watcher, revents)"
5027.IP "ev_set_cb (ev, cb)" 4 5149.IP "ev_set_cb (ev, cb)" 4
5028.IX Item "ev_set_cb (ev, cb)" 5150.IX Item "ev_set_cb (ev, cb)"
5029.PD 5151.PD
5030Can be used to change the callback member declaration in each watcher, 5152Can be used to change the callback member declaration in each watcher,
5033their default definitions. One possible use for overriding these is to 5155their default definitions. One possible use for overriding these is to
5034avoid the \f(CW\*(C`struct ev_loop *\*(C'\fR as first argument in all cases, or to use 5156avoid the \f(CW\*(C`struct ev_loop *\*(C'\fR as first argument in all cases, or to use
5035method calls instead of plain function calls in \*(C+. 5157method calls instead of plain function calls in \*(C+.
5036.SS "\s-1EXPORTED API SYMBOLS\s0" 5158.SS "\s-1EXPORTED API SYMBOLS\s0"
5037.IX Subsection "EXPORTED API SYMBOLS" 5159.IX Subsection "EXPORTED API SYMBOLS"
5038If you need to re-export the \s-1API \s0(e.g. via a \s-1DLL\s0) and you need a list of 5160If you need to re-export the \s-1API\s0 (e.g. via a \s-1DLL\s0) and you need a list of
5039exported symbols, you can use the provided \fISymbol.*\fR files which list 5161exported symbols, you can use the provided \fISymbol.*\fR files which list
5040all public symbols, one per line: 5162all public symbols, one per line:
5041.PP 5163.PP
5042.Vb 2 5164.Vb 2
5043\& Symbols.ev for libev proper 5165\& Symbols.ev for libev proper
5275.PP 5397.PP
5276\fI\f(CI\*(C`select\*(C'\fI is buggy\fR 5398\fI\f(CI\*(C`select\*(C'\fI is buggy\fR
5277.IX Subsection "select is buggy" 5399.IX Subsection "select is buggy"
5278.PP 5400.PP
5279All that's left is \f(CW\*(C`select\*(C'\fR, and of course Apple found a way to fuck this 5401All that's left is \f(CW\*(C`select\*(C'\fR, and of course Apple found a way to fuck this
5280one up as well: On \s-1OS/X, \s0\f(CW\*(C`select\*(C'\fR actively limits the number of file 5402one up as well: On \s-1OS/X,\s0 \f(CW\*(C`select\*(C'\fR actively limits the number of file
5281descriptors you can pass in to 1024 \- your program suddenly crashes when 5403descriptors you can pass in to 1024 \- your program suddenly crashes when
5282you use more. 5404you use more.
5283.PP 5405.PP
5284There is an undocumented \*(L"workaround\*(R" for this \- defining 5406There is an undocumented \*(L"workaround\*(R" for this \- defining
5285\&\f(CW\*(C`_DARWIN_UNLIMITED_SELECT\*(C'\fR, which libev tries to use, so select \fIshould\fR 5407\&\f(CW\*(C`_DARWIN_UNLIMITED_SELECT\*(C'\fR, which libev tries to use, so select \fIshould\fR

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines