mirror of /home/gitosis/repositories/libev.git
*** empty log message ***
parent
844505901b
commit
f4838e1f21
6
ev.3
6
ev.3
|
@ -133,7 +133,7 @@
|
|||
.\" ========================================================================
|
||||
.\"
|
||||
.IX Title "LIBEV 3"
|
||||
.TH LIBEV 3 "2020-07-12" "libev-4.33" "libev - high performance full featured event loop"
|
||||
.TH LIBEV 3 "2021-01-11" "libev-4.33" "libev - high performance full featured event loop"
|
||||
.\" For nroff, turn off justification. Always turn off hyphenation; it makes
|
||||
.\" way too many mistakes in technical documents.
|
||||
.if n .ad l
|
||||
|
@ -1089,8 +1089,8 @@ future versions):
|
|||
\& \- Queue all idle watchers with priority higher than that of pending events.
|
||||
\& \- Queue all check watchers.
|
||||
\& \- Call all queued watchers in reverse order (i.e. check watchers first).
|
||||
\& Signals and child watchers are implemented as I/O watchers, and will
|
||||
\& be handled here by queueing them when their watcher gets executed.
|
||||
\& Signals, async and child watchers are implemented as I/O watchers, and
|
||||
\& will be handled here by queueing them when their watcher gets executed.
|
||||
\& \- If ev_break has been called, or EVRUN_ONCE or EVRUN_NOWAIT
|
||||
\& were used, or there are no active watchers, goto FINISH, otherwise
|
||||
\& continue with step LOOP.
|
||||
|
|
|
@ -322,7 +322,7 @@ iouring_sqe_get (EV_P)
|
|||
}
|
||||
|
||||
inline_size
|
||||
struct io_uring_sqe *
|
||||
void
|
||||
iouring_sqe_submit (EV_P_ struct io_uring_sqe *sqe)
|
||||
{
|
||||
unsigned idx = sqe - EV_SQES;
|
||||
|
|
Loading…
Reference in New Issue