Home
last modified time | relevance | path

Searched refs:ev_async_send (Results 1 – 6 of 6) sorted by relevance

/libev/
H A DSymbols.ev1 ev_async_send
H A Dev++.h798 ev_async_send (EV_A_ static_cast<ev_async *>(this)); in EV_END_WATCHER()
H A Dev.h825 EV_API_DECL void ev_async_send (EV_P_ ev_async *w) EV_THROW;
H A Dev.pod1037 loop via C<ev_break> and C<ev_async_send>, another way is to set these
3368 it by calling C<ev_async_send>, which is thread- and signal safe.
3373 C<ev_async_send> calls). In fact, you could use signal watchers as a kind
3407 ev_async_send (EV_DEFAULT_ &mysig);
3448 ev_async_send (EV_DEFAULT_ &mysig);
3475 =item ev_async_send (loop, ev_async *)
3488 C<ev_async_send>, reset when the event loop detects that).
3499 Returns a non-zero value when C<ev_async_send> has been called on the
3503 C<ev_async_send> sets a flag in the watcher and wakes up the loop. When
3853 ev_async_send (EV_A_ &u->async_w);
[all …]
H A DChanges20 SIGPIPE in ev_async_send. This doesn't solve it on fork,
H A Dev.c4903 ev_async_send (EV_P_ ev_async *w) EV_THROW in ev_async_send() function