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

Comparing libev/ev.3 (file contents):
Revision 1.111 by root, Sun Jun 23 02:02:24 2019 UTC vs.
Revision 1.123 by root, Sun Jul 26 11:10:45 2020 UTC

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 "2019-06-22" "libev-4.25" "libev - high performance full featured event loop" 136.TH LIBEV 3 "2020-07-12" "libev-4.33" "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"
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
602want to handle signals only in specific threads and want to avoid libev 606want to handle signals only in specific threads and want to avoid libev
603unblocking the signals. 607unblocking the signals.
604.Sp 608.Sp
605It's also required by \s-1POSIX\s0 in a threaded program, as libev calls 609It's also required by \s-1POSIX\s0 in a threaded program, as libev calls
606\&\f(CW\*(C`sigprocmask\*(C'\fR, whose behaviour is officially unspecified. 610\&\f(CW\*(C`sigprocmask\*(C'\fR, whose behaviour is officially unspecified.
611.ie n .IP """EVFLAG_NOTIMERFD""" 4
612.el .IP "\f(CWEVFLAG_NOTIMERFD\fR" 4
613.IX Item "EVFLAG_NOTIMERFD"
614When this flag is specified, the libev will avoid using a \f(CW\*(C`timerfd\*(C'\fR to
615detect time jumps. It will still be able to detect time jumps, but takes
616longer and has a lower accuracy in doing so, but saves a file descriptor
617per loop.
607.Sp 618.Sp
608This flag's behaviour will become the default in future versions of libev. 619The current implementation only tries to use a \f(CW\*(C`timerfd\*(C'\fR when the first
620\&\f(CW\*(C`ev_periodic\*(C'\fR watcher is started and falls back on other methods if it
621cannot be created, but this behaviour might change in the future.
609.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4 622.ie n .IP """EVBACKEND_SELECT"" (value 1, portable select backend)" 4
610.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4 623.el .IP "\f(CWEVBACKEND_SELECT\fR (value 1, portable select backend)" 4
611.IX Item "EVBACKEND_SELECT (value 1, portable select backend)" 624.IX Item "EVBACKEND_SELECT (value 1, portable select backend)"
612This is your standard \fBselect\fR\|(2) backend. Not \fIcompletely\fR standard, as 625This is your standard \fBselect\fR\|(2) backend. Not \fIcompletely\fR standard, as
613libev tries to roll its own fd_set with no limits on the number of fds, 626libev tries to roll its own fd_set with no limits on the number of fds,
638This backend maps \f(CW\*(C`EV_READ\*(C'\fR to \f(CW\*(C`POLLIN | POLLERR | POLLHUP\*(C'\fR, and 651This backend maps \f(CW\*(C`EV_READ\*(C'\fR to \f(CW\*(C`POLLIN | POLLERR | POLLHUP\*(C'\fR, and
639\&\f(CW\*(C`EV_WRITE\*(C'\fR to \f(CW\*(C`POLLOUT | POLLERR | POLLHUP\*(C'\fR. 652\&\f(CW\*(C`EV_WRITE\*(C'\fR to \f(CW\*(C`POLLOUT | POLLERR | POLLHUP\*(C'\fR.
640.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4 653.ie n .IP """EVBACKEND_EPOLL"" (value 4, Linux)" 4
641.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4 654.el .IP "\f(CWEVBACKEND_EPOLL\fR (value 4, Linux)" 4
642.IX Item "EVBACKEND_EPOLL (value 4, Linux)" 655.IX Item "EVBACKEND_EPOLL (value 4, Linux)"
643Use the linux-specific \fBepoll\fR\|(7) interface (for both pre\- and post\-2.6.9 656Use the Linux-specific \fBepoll\fR\|(7) interface (for both pre\- and post\-2.6.9
644kernels). 657kernels).
645.Sp 658.Sp
646For few fds, this backend is a bit little slower than poll and select, but 659For few fds, this backend is a bit little slower than poll and select, but
647it scales phenomenally better. While poll and select usually scale like 660it scales phenomenally better. While poll and select usually scale like
648O(total_fds) where total_fds is the total number of fds (or the highest 661O(total_fds) where total_fds is the total number of fds (or the highest
701This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as 714This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
702\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR. 715\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
703.ie n .IP """EVBACKEND_LINUXAIO"" (value 64, Linux)" 4 716.ie n .IP """EVBACKEND_LINUXAIO"" (value 64, Linux)" 4
704.el .IP "\f(CWEVBACKEND_LINUXAIO\fR (value 64, Linux)" 4 717.el .IP "\f(CWEVBACKEND_LINUXAIO\fR (value 64, Linux)" 4
705.IX Item "EVBACKEND_LINUXAIO (value 64, Linux)" 718.IX Item "EVBACKEND_LINUXAIO (value 64, Linux)"
706Use the linux-specific linux aio (\fInot\fR \f(CWaio(7)\fR) event interface 719Use 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
707available in post\-4.18 kernels. 720only tries to use it in 4.19+).
721.Sp
722This is another Linux train wreck of an event interface.
708.Sp 723.Sp
709If this backend works for you (as of this writing, it was very 724If this backend works for you (as of this writing, it was very
710experimental and only supports a subset of file types), it is the best 725experimental), it is the best event interface available on Linux and might
711event interface available on linux and might be well worth it enabling it 726be well worth enabling it \- if it isn't available in your kernel this will
712\&\- if it isn't available in your kernel this will be detected and another 727be detected and this backend will be skipped.
713backend will be chosen.
714.Sp 728.Sp
715This backend can batch oneshot requests and uses a user-space ring buffer 729This backend can batch oneshot requests and supports a user-space ring
716to receive events. It also doesn't suffer from most of the design problems 730buffer to receive events. It also doesn't suffer from most of the design
717of epoll (such as not being able to remove event sources from the epoll 731problems of epoll (such as not being able to remove event sources from
718set), and generally sounds too good to be true. Because, this being the 732the epoll set), and generally sounds too good to be true. Because, this
719linux kernel, of course it suffers from a whole new set of limitations. 733being the Linux kernel, of course it suffers from a whole new set of
734limitations, forcing you to fall back to epoll, inheriting all its design
735issues.
720.Sp 736.Sp
721For one, it is not easily embeddable (but probably could be done using 737For one, it is not easily embeddable (but probably could be done using
722an event fd at some extra overhead). It also is subject to various 738an event fd at some extra overhead). It also is subject to a system wide
723arbitrary limits that can be configured in \fI/proc/sys/fs/aio\-max\-nr\fR 739limit that can be configured in \fI/proc/sys/fs/aio\-max\-nr\fR. If no \s-1AIO\s0
724and \fI/proc/sys/fs/aio\-nr\fR), which could lead to it being skipped during 740requests are left, this backend will be skipped during initialisation, and
725initialisation. 741will switch to epoll when the loop is active.
726.Sp 742.Sp
727Most problematic in practise, however, is that, like kqueue, it requires 743Most problematic in practice, however, is that not all file descriptors
728special support from drivers, and, not surprisingly, not all drivers
729implement it. For example, in linux 4.19, tcp sockets, pipes, event fds, 744work with it. For example, in Linux 5.1, \s-1TCP\s0 sockets, pipes, event fds,
730files, \fI/dev/null\fR and a few others are supported, but ttys are not, so 745files, \fI/dev/null\fR and many others are supported, but ttys do not work
731this is not (yet?) a generic event polling interface but is probably still 746properly (a known bug that the kernel developers don't care about, see
732be very useful in a web server or similar program. 747<https://lore.kernel.org/patchwork/patch/1047453/>), so this is not
748(yet?) a generic event polling interface.
749.Sp
750Overall, it seems the Linux developers just don't want it to have a
751generic event handling mechanism other than \f(CW\*(C`select\*(C'\fR or \f(CW\*(C`poll\*(C'\fR.
752.Sp
753To work around all these problem, the current version of libev uses its
754epoll backend as a fallback for file descriptor types that do not work. Or
755falls back completely to epoll if the kernel acts up.
733.Sp 756.Sp
734This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as 757This backend maps \f(CW\*(C`EV_READ\*(C'\fR and \f(CW\*(C`EV_WRITE\*(C'\fR in the same way as
735\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR. 758\&\f(CW\*(C`EVBACKEND_POLL\*(C'\fR.
736.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4 759.ie n .IP """EVBACKEND_KQUEUE"" (value 8, most \s-1BSD\s0 clones)" 4
737.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4 760.el .IP "\f(CWEVBACKEND_KQUEUE\fR (value 8, most \s-1BSD\s0 clones)" 4
738.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)" 761.IX Item "EVBACKEND_KQUEUE (value 8, most BSD clones)"
739Kqueue deserves special mention, as at the time of this writing, it 762Kqueue deserves special mention, as at the time this backend was
740was broken on all BSDs except NetBSD (usually it doesn't work reliably 763implemented, it was broken on all BSDs except NetBSD (usually it doesn't
741with anything but sockets and pipes, except on Darwin, where of course 764work reliably with anything but sockets and pipes, except on Darwin,
742it's completely useless). Unlike epoll, however, whose brokenness 765where of course it's completely useless). Unlike epoll, however, whose
743is by design, these kqueue bugs can (and eventually will) be fixed 766brokenness is by design, these kqueue bugs can be (and mostly have been)
744without \s-1API\s0 changes to existing programs. For this reason it's not being 767fixed without \s-1API\s0 changes to existing programs. For this reason it's not
745\&\*(L"auto-detected\*(R" unless you explicitly specify it in the flags (i.e. using 768being \*(L"auto-detected\*(R" on all platforms unless you explicitly specify it
746\&\f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR) or libev was compiled on a known-to-be-good (\-enough) 769in the flags (i.e. using \f(CW\*(C`EVBACKEND_KQUEUE\*(C'\fR) or libev was compiled on a
747system like NetBSD. 770known-to-be-good (\-enough) system like NetBSD.
748.Sp 771.Sp
749You still can embed kqueue into a normal poll or select backend and use it 772You still can embed kqueue into a normal poll or select backend and use it
750only for sockets (after having made sure that sockets work with kqueue on 773only for sockets (after having made sure that sockets work with kqueue on
751the target platform). See \f(CW\*(C`ev_embed\*(C'\fR watchers for more info. 774the target platform). See \f(CW\*(C`ev_embed\*(C'\fR watchers for more info.
752.Sp 775.Sp
753It scales in the same way as the epoll backend, but the interface to the 776It scales in the same way as the epoll backend, but the interface to the
754kernel is more efficient (which says nothing about its actual speed, of 777kernel is more efficient (which says nothing about its actual speed, of
755course). While stopping, setting and starting an I/O watcher does never 778course). While stopping, setting and starting an I/O watcher does never
756cause an extra system call as with \f(CW\*(C`EVBACKEND_EPOLL\*(C'\fR, it still adds up to 779cause an extra system call as with \f(CW\*(C`EVBACKEND_EPOLL\*(C'\fR, it still adds up to
757two event changes per incident. Support for \f(CW\*(C`fork ()\*(C'\fR is very bad (you 780two event changes per incident. Support for \f(CW\*(C`fork ()\*(C'\fR is very bad (you
758might have to leak fd's on fork, but it's more sane than epoll) and it 781might have to leak fds on fork, but it's more sane than epoll) and it
759drops fds silently in similarly hard-to-detect cases. 782drops fds silently in similarly hard-to-detect cases.
760.Sp 783.Sp
761This backend usually performs well under most conditions. 784This backend usually performs well under most conditions.
762.Sp 785.Sp
763While nominally embeddable in other event loops, this doesn't work 786While nominally embeddable in other event loops, this doesn't work
1326with a watcher-specific start function (\f(CW\*(C`ev_TYPE_start (loop, watcher 1349with a watcher-specific start function (\f(CW\*(C`ev_TYPE_start (loop, watcher
1327*)\*(C'\fR), and you can stop watching for events at any time by calling the 1350*)\*(C'\fR), and you can stop watching for events at any time by calling the
1328corresponding stop function (\f(CW\*(C`ev_TYPE_stop (loop, watcher *)\*(C'\fR. 1351corresponding stop function (\f(CW\*(C`ev_TYPE_stop (loop, watcher *)\*(C'\fR.
1329.PP 1352.PP
1330As long as your watcher is active (has been started but not stopped) you 1353As long as your watcher is active (has been started but not stopped) you
1331must not touch the values stored in it. Most specifically you must never 1354must not touch the values stored in it except when explicitly documented
1332reinitialise it or call its \f(CW\*(C`ev_TYPE_set\*(C'\fR macro. 1355otherwise. Most specifically you must never reinitialise it or call its
1356\&\f(CW\*(C`ev_TYPE_set\*(C'\fR macro.
1333.PP 1357.PP
1334Each and every callback receives the event loop pointer as first, the 1358Each and every callback receives the event loop pointer as first, the
1335registered watcher structure as second, and a bitset of received events as 1359registered watcher structure as second, and a bitset of received events as
1336third argument. 1360third argument.
1337.PP 1361.PP
1508therefore a good idea to always call its \f(CW\*(C`ev_TYPE_stop\*(C'\fR function. 1532therefore a good idea to always call its \f(CW\*(C`ev_TYPE_stop\*(C'\fR function.
1509.IP "bool ev_is_active (ev_TYPE *watcher)" 4 1533.IP "bool ev_is_active (ev_TYPE *watcher)" 4
1510.IX Item "bool ev_is_active (ev_TYPE *watcher)" 1534.IX Item "bool ev_is_active (ev_TYPE *watcher)"
1511Returns a true value iff the watcher is active (i.e. it has been started 1535Returns a true value iff the watcher is active (i.e. it has been started
1512and not yet been stopped). As long as a watcher is active you must not modify 1536and not yet been stopped). As long as a watcher is active you must not modify
1513it. 1537it unless documented otherwise.
1514.IP "bool ev_is_pending (ev_TYPE *watcher)" 4 1538.IP "bool ev_is_pending (ev_TYPE *watcher)" 4
1515.IX Item "bool ev_is_pending (ev_TYPE *watcher)" 1539.IX Item "bool ev_is_pending (ev_TYPE *watcher)"
1516Returns a true value iff the watcher is pending, (i.e. it has outstanding 1540Returns a true value iff the watcher is pending, (i.e. it has outstanding
1517events but its callback has not yet been invoked). As long as a watcher 1541events but its callback has not yet been invoked). As long as a watcher
1518is pending (but not active) you must not call an init function on it (but 1542is pending (but not active) you must not call an init function on it (but
1640.IX Subsection "WATCHER PRIORITY MODELS" 1664.IX Subsection "WATCHER PRIORITY MODELS"
1641Many event loops support \fIwatcher priorities\fR, which are usually small 1665Many event loops support \fIwatcher priorities\fR, which are usually small
1642integers that influence the ordering of event callback invocation 1666integers that influence the ordering of event callback invocation
1643between watchers in some way, all else being equal. 1667between watchers in some way, all else being equal.
1644.PP 1668.PP
1645In libev, Watcher priorities can be set using \f(CW\*(C`ev_set_priority\*(C'\fR. See its 1669In libev, watcher priorities can be set using \f(CW\*(C`ev_set_priority\*(C'\fR. See its
1646description for the more technical details such as the actual priority 1670description for the more technical details such as the actual priority
1647range. 1671range.
1648.PP 1672.PP
1649There are two common ways how these these priorities are being interpreted 1673There are two common ways how these these priorities are being interpreted
1650by event loops: 1674by event loops:
1744.IX Header "WATCHER TYPES" 1768.IX Header "WATCHER TYPES"
1745This section describes each watcher in detail, but will not repeat 1769This section describes each watcher in detail, but will not repeat
1746information given in the last section. Any initialisation/set macros, 1770information given in the last section. Any initialisation/set macros,
1747functions and members specific to the watcher type are explained. 1771functions and members specific to the watcher type are explained.
1748.PP 1772.PP
1749Members are additionally marked with either \fI[read\-only]\fR, meaning that, 1773Most members are additionally marked with either \fI[read\-only]\fR, meaning
1750while the watcher is active, you can look at the member and expect some 1774that, while the watcher is active, you can look at the member and expect
1751sensible content, but you must not modify it (you can modify it while the 1775some sensible content, but you must not modify it (you can modify it while
1752watcher is stopped to your hearts content), or \fI[read\-write]\fR, which 1776the watcher is stopped to your hearts content), or \fI[read\-write]\fR, which
1753means you can expect it to have some sensible content while the watcher 1777means you can expect it to have some sensible content while the watcher is
1754is active, but you can also modify it. Modifying it may not do something 1778active, but you can also modify it (within the same thread as the event
1779loop, i.e. without creating data races). Modifying it may not do something
1755sensible or take immediate effect (or do anything at all), but libev will 1780sensible or take immediate effect (or do anything at all), but libev will
1756not crash or malfunction in any way. 1781not crash or malfunction in any way.
1782.PP
1783In any case, the documentation for each member will explain what the
1784effects are, and if there are any additional access restrictions.
1757.ie n .SS """ev_io"" \- is this file descriptor readable or writable?" 1785.ie n .SS """ev_io"" \- is this file descriptor readable or writable?"
1758.el .SS "\f(CWev_io\fP \- is this file descriptor readable or writable?" 1786.el .SS "\f(CWev_io\fP \- is this file descriptor readable or writable?"
1759.IX Subsection "ev_io - is this file descriptor readable or writable?" 1787.IX Subsection "ev_io - is this file descriptor readable or writable?"
1760I/O watchers check whether a file descriptor is readable or writable 1788I/O watchers check whether a file descriptor is readable or writable
1761in each iteration of the event loop, or, more precisely, when reading 1789in each iteration of the event loop, or, more precisely, when reading
1857reuse the same code path. 1885reuse the same code path.
1858.PP 1886.PP
1859\fIThe special problem of fork\fR 1887\fIThe special problem of fork\fR
1860.IX Subsection "The special problem of fork" 1888.IX Subsection "The special problem of fork"
1861.PP 1889.PP
1862Some backends (epoll, kqueue, probably linuxaio) do not support \f(CW\*(C`fork ()\*(C'\fR 1890Some backends (epoll, kqueue, linuxaio, iouring) do not support \f(CW\*(C`fork ()\*(C'\fR
1863at all or exhibit useless behaviour. Libev fully supports fork, but needs 1891at all or exhibit useless behaviour. Libev fully supports fork, but needs
1864to be told about it in the child if you want to continue to use it in the 1892to be told about it in the child if you want to continue to use it in the
1865child. 1893child.
1866.PP 1894.PP
1867To support fork in your child processes, you have to call \f(CW\*(C`ev_loop_fork 1895To support fork in your child processes, you have to call \f(CW\*(C`ev_loop_fork
1927.PD 0 1955.PD 0
1928.IP "ev_io_set (ev_io *, int fd, int events)" 4 1956.IP "ev_io_set (ev_io *, int fd, int events)" 4
1929.IX Item "ev_io_set (ev_io *, int fd, int events)" 1957.IX Item "ev_io_set (ev_io *, int fd, int events)"
1930.PD 1958.PD
1931Configures an \f(CW\*(C`ev_io\*(C'\fR watcher. The \f(CW\*(C`fd\*(C'\fR is the file descriptor to 1959Configures an \f(CW\*(C`ev_io\*(C'\fR watcher. The \f(CW\*(C`fd\*(C'\fR is the file descriptor to
1932receive events for and \f(CW\*(C`events\*(C'\fR is either \f(CW\*(C`EV_READ\*(C'\fR, \f(CW\*(C`EV_WRITE\*(C'\fR or 1960receive events for and \f(CW\*(C`events\*(C'\fR is either \f(CW\*(C`EV_READ\*(C'\fR, \f(CW\*(C`EV_WRITE\*(C'\fR, both
1933\&\f(CW\*(C`EV_READ | EV_WRITE\*(C'\fR, to express the desire to receive the given events. 1961\&\f(CW\*(C`EV_READ | EV_WRITE\*(C'\fR or \f(CW0\fR, to express the desire to receive the given
1962events.
1963.Sp
1964Note that setting the \f(CW\*(C`events\*(C'\fR to \f(CW0\fR and starting the watcher is
1965supported, but not specially optimized \- if your program sometimes happens
1966to generate this combination this is fine, but if it is easy to avoid
1967starting an io watcher watching for no events you should do so.
1968.IP "ev_io_modify (ev_io *, int events)" 4
1969.IX Item "ev_io_modify (ev_io *, int events)"
1970Similar to \f(CW\*(C`ev_io_set\*(C'\fR, but only changes the requested events. Using this
1971might be faster with some backends, as libev can assume that the \f(CW\*(C`fd\*(C'\fR
1972still refers to the same underlying file description, something it cannot
1973do when using \f(CW\*(C`ev_io_set\*(C'\fR.
1934.IP "int fd [read\-only]" 4 1974.IP "int fd [no\-modify]" 4
1935.IX Item "int fd [read-only]" 1975.IX Item "int fd [no-modify]"
1936The file descriptor being watched. 1976The file descriptor being watched. While it can be read at any time, you
1977must not modify this member even when the watcher is stopped \- always use
1978\&\f(CW\*(C`ev_io_set\*(C'\fR for that.
1937.IP "int events [read\-only]" 4 1979.IP "int events [no\-modify]" 4
1938.IX Item "int events [read-only]" 1980.IX Item "int events [no-modify]"
1939The events being watched. 1981The set of events the fd is being watched for, among other flags. Remember
1982that this is a bit set \- to test for \f(CW\*(C`EV_READ\*(C'\fR, use \f(CW\*(C`w\->events &
1983EV_READ\*(C'\fR, and similarly for \f(CW\*(C`EV_WRITE\*(C'\fR.
1984.Sp
1985As with \f(CW\*(C`fd\*(C'\fR, you must not modify this member even when the watcher is
1986stopped, always use \f(CW\*(C`ev_io_set\*(C'\fR or \f(CW\*(C`ev_io_modify\*(C'\fR for that.
1940.PP 1987.PP
1941\fIExamples\fR 1988\fIExamples\fR
1942.IX Subsection "Examples" 1989.IX Subsection "Examples"
1943.PP 1990.PP
1944Example: Call \f(CW\*(C`stdin_readable_cb\*(C'\fR when \s-1STDIN_FILENO\s0 has become, well 1991Example: Call \f(CW\*(C`stdin_readable_cb\*(C'\fR when \s-1STDIN_FILENO\s0 has become, well
3955.PP 4002.PP
3956First, you need to associate some data with the event loop: 4003First, you need to associate some data with the event loop:
3957.PP 4004.PP
3958.Vb 6 4005.Vb 6
3959\& typedef struct { 4006\& typedef struct {
3960\& mutex_t lock; /* global loop lock */ 4007\& pthread_mutex_t lock; /* global loop lock */
4008\& pthread_t tid;
4009\& pthread_cond_t invoke_cv;
3961\& ev_async async_w; 4010\& ev_async async_w;
3962\& thread_t tid;
3963\& cond_t invoke_cv;
3964\& } userdata; 4011\& } userdata;
3965\& 4012\&
3966\& void prepare_loop (EV_P) 4013\& void prepare_loop (EV_P)
3967\& { 4014\& {
3968\& // for simplicity, we use a static userdata struct. 4015\& // for simplicity, we use a static userdata struct.
3969\& static userdata u; 4016\& static userdata u;
3970\& 4017\&
3971\& ev_async_init (&u\->async_w, async_cb); 4018\& ev_async_init (&u.async_w, async_cb);
3972\& ev_async_start (EV_A_ &u\->async_w); 4019\& ev_async_start (EV_A_ &u.async_w);
3973\& 4020\&
3974\& pthread_mutex_init (&u\->lock, 0); 4021\& pthread_mutex_init (&u.lock, 0);
3975\& pthread_cond_init (&u\->invoke_cv, 0); 4022\& pthread_cond_init (&u.invoke_cv, 0);
3976\& 4023\&
3977\& // now associate this with the loop 4024\& // now associate this with the loop
3978\& ev_set_userdata (EV_A_ u); 4025\& ev_set_userdata (EV_A_ &u);
3979\& ev_set_invoke_pending_cb (EV_A_ l_invoke); 4026\& ev_set_invoke_pending_cb (EV_A_ l_invoke);
3980\& ev_set_loop_release_cb (EV_A_ l_release, l_acquire); 4027\& ev_set_loop_release_cb (EV_A_ l_release, l_acquire);
3981\& 4028\&
3982\& // then create the thread running ev_run 4029\& // then create the thread running ev_run
3983\& pthread_create (&u\->tid, 0, l_run, EV_A); 4030\& pthread_create (&u.tid, 0, l_run, EV_A);
3984\& } 4031\& }
3985.Ve 4032.Ve
3986.PP 4033.PP
3987The callback for the \f(CW\*(C`ev_async\*(C'\fR watcher does nothing: the watcher is used 4034The callback for the \f(CW\*(C`ev_async\*(C'\fR watcher does nothing: the watcher is used
3988solely to wake up the event loop so it takes notice of any new watchers 4035solely to wake up the event loop so it takes notice of any new watchers
4372gets automatically stopped and restarted when reconfiguring it with this 4419gets automatically stopped and restarted when reconfiguring it with this
4373method. 4420method.
4374.Sp 4421.Sp
4375For \f(CW\*(C`ev::embed\*(C'\fR watchers this method is called \f(CW\*(C`set_embed\*(C'\fR, to avoid 4422For \f(CW\*(C`ev::embed\*(C'\fR watchers this method is called \f(CW\*(C`set_embed\*(C'\fR, to avoid
4376clashing with the \f(CW\*(C`set (loop)\*(C'\fR method. 4423clashing with the \f(CW\*(C`set (loop)\*(C'\fR method.
4424.Sp
4425For \f(CW\*(C`ev::io\*(C'\fR watchers there is an additional \f(CW\*(C`set\*(C'\fR method that acepts a
4426new event mask only, and internally calls \f(CW\*(C`ev_io_modfify\*(C'\fR.
4377.IP "w\->start ()" 4 4427.IP "w\->start ()" 4
4378.IX Item "w->start ()" 4428.IX Item "w->start ()"
4379Starts the watcher. Note that there is no \f(CW\*(C`loop\*(C'\fR argument, as the 4429Starts the watcher. Note that there is no \f(CW\*(C`loop\*(C'\fR argument, as the
4380constructor already stores the event loop. 4430constructor already stores the event loop.
4381.IP "w\->start ([arguments])" 4 4431.IP "w\->start ([arguments])" 4
4610\& 4660\&
4611\& ev_select.c only when select backend is enabled 4661\& ev_select.c only when select backend is enabled
4612\& ev_poll.c only when poll backend is enabled 4662\& ev_poll.c only when poll backend is enabled
4613\& ev_epoll.c only when the epoll backend is enabled 4663\& ev_epoll.c only when the epoll backend is enabled
4614\& ev_linuxaio.c only when the linux aio backend is enabled 4664\& ev_linuxaio.c only when the linux aio backend is enabled
4665\& ev_iouring.c only when the linux io_uring backend is enabled
4615\& ev_kqueue.c only when the kqueue backend is enabled 4666\& ev_kqueue.c only when the kqueue backend is enabled
4616\& ev_port.c only when the solaris port backend is enabled 4667\& ev_port.c only when the solaris port backend is enabled
4617.Ve 4668.Ve
4618.PP 4669.PP
4619\&\fIev.c\fR includes the backend files directly when enabled, so you only need 4670\&\fIev.c\fR includes the backend files directly when enabled, so you only need
4732higher, as it simplifies linking (no need for \f(CW\*(C`\-lrt\*(C'\fR). 4783higher, as it simplifies linking (no need for \f(CW\*(C`\-lrt\*(C'\fR).
4733.IP "\s-1EV_USE_NANOSLEEP\s0" 4 4784.IP "\s-1EV_USE_NANOSLEEP\s0" 4
4734.IX Item "EV_USE_NANOSLEEP" 4785.IX Item "EV_USE_NANOSLEEP"
4735If defined to be \f(CW1\fR, libev will assume that \f(CW\*(C`nanosleep ()\*(C'\fR is available 4786If defined to be \f(CW1\fR, libev will assume that \f(CW\*(C`nanosleep ()\*(C'\fR is available
4736and will use it for delays. Otherwise it will use \f(CW\*(C`select ()\*(C'\fR. 4787and will use it for delays. Otherwise it will use \f(CW\*(C`select ()\*(C'\fR.
4788.IP "\s-1EV_USE_EVENTFD\s0" 4
4789.IX Item "EV_USE_EVENTFD"
4790If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`eventfd ()\*(C'\fR is
4791available and will probe for kernel support at runtime. This will improve
4792\&\f(CW\*(C`ev_signal\*(C'\fR and \f(CW\*(C`ev_async\*(C'\fR performance and reduce resource consumption.
4793If undefined, it will be enabled if the headers indicate GNU/Linux + Glibc
47942.7 or newer, otherwise disabled.
4795.IP "\s-1EV_USE_SIGNALFD\s0" 4
4796.IX Item "EV_USE_SIGNALFD"
4797If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`signalfd ()\*(C'\fR is
4798available and will probe for kernel support at runtime. This enables
4799the use of \s-1EVFLAG_SIGNALFD\s0 for faster and simpler signal handling. If
4800undefined, it will be enabled if the headers indicate GNU/Linux + Glibc
48012.7 or newer, otherwise disabled.
4802.IP "\s-1EV_USE_TIMERFD\s0" 4
4803.IX Item "EV_USE_TIMERFD"
4804If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`timerfd ()\*(C'\fR is
4805available and will probe for kernel support at runtime. This allows
4806libev to detect time jumps accurately. If undefined, it will be enabled
4807if the headers indicate GNU/Linux + Glibc 2.8 or newer and define
4808\&\f(CW\*(C`TFD_TIMER_CANCEL_ON_SET\*(C'\fR, otherwise disabled.
4737.IP "\s-1EV_USE_EVENTFD\s0" 4 4809.IP "\s-1EV_USE_EVENTFD\s0" 4
4738.IX Item "EV_USE_EVENTFD" 4810.IX Item "EV_USE_EVENTFD"
4739If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`eventfd ()\*(C'\fR is 4811If defined to be \f(CW1\fR, then libev will assume that \f(CW\*(C`eventfd ()\*(C'\fR is
4740available and will probe for kernel support at runtime. This will improve 4812available and will probe for kernel support at runtime. This will improve
4741\&\f(CW\*(C`ev_signal\*(C'\fR and \f(CW\*(C`ev_async\*(C'\fR performance and reduce resource consumption. 4813\&\f(CW\*(C`ev_signal\*(C'\fR and \f(CW\*(C`ev_async\*(C'\fR performance and reduce resource consumption.
4802otherwise another method will be used as fallback. This is the preferred 4874otherwise another method will be used as fallback. This is the preferred
4803backend for GNU/Linux systems. If undefined, it will be enabled if the 4875backend for GNU/Linux systems. If undefined, it will be enabled if the
4804headers indicate GNU/Linux + Glibc 2.4 or newer, otherwise disabled. 4876headers indicate GNU/Linux + Glibc 2.4 or newer, otherwise disabled.
4805.IP "\s-1EV_USE_LINUXAIO\s0" 4 4877.IP "\s-1EV_USE_LINUXAIO\s0" 4
4806.IX Item "EV_USE_LINUXAIO" 4878.IX Item "EV_USE_LINUXAIO"
4879If defined to be \f(CW1\fR, libev will compile in support for the Linux aio
4880backend (\f(CW\*(C`EV_USE_EPOLL\*(C'\fR must also be enabled). If undefined, it will be
4881enabled on linux, otherwise disabled.
4882.IP "\s-1EV_USE_IOURING\s0" 4
4883.IX Item "EV_USE_IOURING"
4807If defined to be \f(CW1\fR, libev will compile in support for the Linux 4884If defined to be \f(CW1\fR, libev will compile in support for the Linux
4808aio backend. Due to it's currenbt limitations it has to be requested 4885io_uring backend (\f(CW\*(C`EV_USE_EPOLL\*(C'\fR must also be enabled). Due to it's
4809explicitly. If undefined, it will be enabled on linux, otherwise 4886current limitations it has to be requested explicitly. If undefined, it
4810disabled. 4887will be enabled on linux, otherwise disabled.
4811.IP "\s-1EV_USE_KQUEUE\s0" 4 4888.IP "\s-1EV_USE_KQUEUE\s0" 4
4812.IX Item "EV_USE_KQUEUE" 4889.IX Item "EV_USE_KQUEUE"
4813If defined to be \f(CW1\fR, libev will compile in support for the \s-1BSD\s0 style 4890If defined to be \f(CW1\fR, libev will compile in support for the \s-1BSD\s0 style
4814\&\f(CW\*(C`kqueue\*(C'\fR(2) backend. Its actual availability will be detected at runtime, 4891\&\f(CW\*(C`kqueue\*(C'\fR(2) backend. Its actual availability will be detected at runtime,
4815otherwise another method will be used as fallback. This is the preferred 4892otherwise another method will be used as fallback. This is the preferred
5071in. If set to \f(CW1\fR, then verification code will be compiled in, but not 5148in. If set to \f(CW1\fR, then verification code will be compiled in, but not
5072called. If set to \f(CW2\fR, then the internal verification code will be 5149called. If set to \f(CW2\fR, then the internal verification code will be
5073called once per loop, which can slow down libev. If set to \f(CW3\fR, then the 5150called once per loop, which can slow down libev. If set to \f(CW3\fR, then the
5074verification code will be called very frequently, which will slow down 5151verification code will be called very frequently, which will slow down
5075libev considerably. 5152libev considerably.
5153.Sp
5154Verification errors are reported via C's \f(CW\*(C`assert\*(C'\fR mechanism, so if you
5155disable that (e.g. by defining \f(CW\*(C`NDEBUG\*(C'\fR) then no errors will be reported.
5076.Sp 5156.Sp
5077The default is \f(CW1\fR, unless \f(CW\*(C`EV_FEATURES\*(C'\fR overrides it, in which case it 5157The default is \f(CW1\fR, unless \f(CW\*(C`EV_FEATURES\*(C'\fR overrides it, in which case it
5078will be \f(CW0\fR. 5158will be \f(CW0\fR.
5079.IP "\s-1EV_COMMON\s0" 4 5159.IP "\s-1EV_COMMON\s0" 4
5080.IX Item "EV_COMMON" 5160.IX Item "EV_COMMON"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines