Home
last modified time | relevance | path

Searched refs:ev_suspend (Results 1 – 5 of 5) sorted by relevance

/libev/
H A DSymbols.ev63 ev_suspend
H A Dev.h678 EV_API_DECL void ev_suspend (EV_P) EV_THROW;
H A DChanges292 - implement ev_suspend and ev_resume.
H A Dev.pod779 =item ev_suspend (loop)
789 the program was suspended. This can be achieved by calling C<ev_suspend>
794 between C<ev_suspend> and C<ev_resume>, and all C<ev_periodic> watchers
798 After calling C<ev_suspend> you B<must not> call I<any> function on the
800 without a previous call to C<ev_suspend>.
802 Calling C<ev_suspend>/C<ev_resume> has the side effect of updating the
2105 It might be beneficial for this latter case to call C<ev_suspend>
H A Dev.c3731 ev_suspend (EV_P) EV_THROW in ev_suspend() function