Searched refs:ev_async_send (Results 1 – 6 of 6) sorted by relevance
1 ev_async_send
798 ev_async_send (EV_A_ static_cast<ev_async *>(this)); in EV_END_WATCHER()
825 EV_API_DECL void ev_async_send (EV_P_ ev_async *w) EV_THROW;
1037 loop via C<ev_break> and C<ev_async_send>, another way is to set these3368 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 kind3407 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 the3503 C<ev_async_send> sets a flag in the watcher and wakes up the loop. When3853 ev_async_send (EV_A_ &u->async_w);[all …]
20 SIGPIPE in ev_async_send. This doesn't solve it on fork,
4903 ev_async_send (EV_P_ ev_async *w) EV_THROW in ev_async_send() function