Home
last modified time | relevance | path

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

/libev/
H A Dev++.h203 void unloop (how_t how = ONE) throw () in throw()
205 ev_break (EV_AX_ how); in throw()
214 void break_loop (how_t how = ONE) throw () in throw()
216 ev_break (EV_AX_ how); in throw()
H A Dev.h640 EV_API_DECL void ev_break (EV_P_ int how EV_CPP (= EVBREAK_ONE)) EV_THROW; /* break out of the loop…
836 EV_INLINE void ev_unloop (EV_P_ int how ) { ev_break (EV_A_ how ); }
H A Dev.pod867 - Calculate for how long to sleep or block, if at all
898 =item ev_break (loop, how)
1908 To summarise the callback: first calculate in how many seconds the
3002 into libev. Here are some ideas on how to include libadns into libev
3272 =head3 The special problem of life after fork - how is it possible?
3359 =head2 C<ev_async> - how to wake up an event loop
4298 // this is how ev_unref is being declared
4301 // this is how you can declare your typical callback
4872 Controls how much internal verification (see C<ev_verify ()>) will
5097 of learning how to interpret valgrind properly.
[all …]
H A Daclocal.m41191 AC_MSG_CHECKING([how to print strings])
2106 [AC_MSG_CHECKING([how to hardcode library paths into programs])
3192 # how to check for library dependencies
3197 AC_CACHE_CHECK([how to recognize dependent libraries],
3522 # how to determine the name of the shared library
3529 AC_CACHE_CHECK([how to associate runtime and link libraries],
6118 # This is similar to how AIX traditionally builds its shared
8762 # See how the compiler implements dependency checking.
9293 # Check to see how make treats includes.
9665 # Check how to create a tarball in format FORMAT.
[all …]
H A DChanges423 provide only empty fd sets then select returns WSAEINVAL. how sucky.
493 - change how include files are found.
H A Dev.c3707 ev_break (EV_P_ int how) EV_THROW in ev_break() argument
3709 loop_done = how; in ev_break()