| /libev/ |
| H A D | ev.pod | 142 too. It usually aliases to the C<double> type in C. When you need to do 156 abort. The default is to print a diagnostic message and to call C<abort 322 mechanism to wait for signals, then "deliver" them to libev by calling 403 useful to try out specific backends to test their performance, to work 623 Fortunately libev seems to be able to work around these idiocies. 1036 to wait for it to return. One way around this is to wake up the event 1641 for potentially C<dup ()>'ed file descriptors, or to resort to 1660 wish to read - you would first have to request some data. 1681 it in the child if you want to continue to use it in the child. 2207 =head2 C<ev_periodic> - to cron or not to cron? [all …]
|
| H A D | config.h.in | 3 /* Define to 1 if you have the `clock_gettime' function. */ 6 /* Define to 1 to use the syscall interface for clock_gettime */ 9 /* Define to 1 if you have the <dlfcn.h> header file. */ 12 /* Define to 1 if you have the `epoll_ctl' function. */ 15 /* Define to 1 if you have the `eventfd' function. */ 18 /* Define to 1 if the floor function is available */ 27 /* Define to 1 if you have the `kqueue' function. */ 39 /* Define to 1 if you have the `poll' function. */ 106 /* Define to the full name of this package. */ 115 /* Define to the home page for this package. */ [all …]
|
| H A D | Changes | 90 - rename ev::embed::set to ev::embed::set_embed to avoid clashing 114 - rename backend_fudge to backend_mintime to avoid future confusion :) 161 - change EV_UNDEF to 0xffffffff to silence some overzealous compilers. 220 explicitly - this means that easy to catch bugs become hard to 224 - backport inotify code to C89. 230 symbols to make it easier for apps to do their own fd management. 303 back to gettimeofday if there is an error, to support older 310 missing (to get it to compile on QNX, reported by Rodrigo Campos). 338 to make it nicer to use functors (requested by Benedek László). 375 - rename syserr to ev_syserr to avoid name clashes when embedding, [all …]
|
| H A D | aclocal.m4 | 327 # Register COMMANDS to be passed to AC_CONFIG_COMMANDS later. 450 # we write them to config.status, we have to be sure to quote all 981 [Tool to change global to local symbols on Mac OS X]) 1475 [How to feed a file listing to the archiver]) 2432 # Convert to unix form, then to dos form, then back to unix form 2996 *** may want to report the problem to your system manager and/or to 7188 # to write the compiler configuration to `libtool'. 7319 # to write the compiler configuration to `libtool'. 7454 # to write the compiler configuration to `libtool'. 7521 # to write the compiler configuration to `libtool'. [all …]
|
| H A D | event.c | 199 struct event *ev = (struct event *)(((char *)w) - offsetof (struct event, to)); in ev_x_cb_to() 213 ev_init (&ev->to, ev_x_cb_to); in event_set() 257 ev->to.repeat = ev_tv_get (tv); in event_add() 258 ev_timer_again (EV_A_ &ev->to); in event_add() 263 ev_timer_stop (EV_A_ &ev->to); in event_add() 281 if (ev_is_active (&ev->to)) in event_del() 282 ev_timer_stop (EV_A_ &ev->to); in event_del() 294 ev_feed_event (EV_A_ &ev->to, res & EV_TIMEOUT); in event_active() 321 if (ev->ev_events & EV_TIMEOUT || ev_is_active (&ev->to) || ev_is_pending (&ev->to)) in event_pending()
|
| H A D | depcomp | 37 Run PROGRAMS ARGS to compile a file, generating dependencies 44 DEPDIR directory where to store dependencies. 45 depfile Dependency file to output. 46 tmpdepfile Temporary file to use when outputting dependencies. 49 Report bugs to <[email protected]>.
|
| H A D | README | 27 - extremely easy to embed (fully documented, no dependencies, 30 - fully extensible by being able to plug into the event loop, 51 contributions to the design (for minor patches, see the Changes 52 file. If I forgot to include you, please shout at me, it was an
|
| H A D | configure | 1378 --host=HOST cross-compile to build programs to run on HOST [BUILD] 1427 Report bugs to the package provider. 1728 /* Override any GCC internal prototype to avoid an error. 2810 to "yes", and re-run configure. 8696 *** to be unable to reliably create shared libraries on AIX. 10888 /* Override any GCC internal prototype to avoid an error. 10941 /* Override any GCC internal prototype to avoid an error. 10984 /* Override any GCC internal prototype to avoid an error. 11023 /* Override any GCC internal prototype to avoid an error. 11062 /* Override any GCC internal prototype to avoid an error. [all …]
|
| H A D | libev.m4 | 19 … AC_DEFINE(HAVE_CLOCK_SYSCALL, 1, Define to 1 to use the syscall interface for clock_gettime) 41 AC_SEARCH_LIBS(floor, $LIBM, [AC_DEFINE(HAVE_FLOOR, 1, Define to 1 if the floor function is availab…
|
| H A D | compile | 247 If you are trying to build a whole package this is not the 248 right script to run: please start by reading the file 'INSTALL'. 250 Report bugs to <[email protected]>.
|
| H A D | LICENSE | 31 above. If you wish to allow the use of your version of this package only 32 under the terms of the GPL and not to allow others to use your version of
|
| H A D | config.guess | 1375 $0: unable to guess system type 1377 This script, last modified $timestamp, has failed to recognize 1379 download the most up to date version of the config scripts from 1385 If the version you run ($0) is already up to date, please 1387 pertinent to <[email protected]> in order to provide the needed 1388 information to handle your system.
|
| H A D | ev.c | 3613 ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now; in ev_run() local 3614 if (waittime > to) waittime = to; in ev_run() 3620 ev_tstamp to = ANHE_at (periodics [HEAP0]) - ev_rt_now; in ev_run() local 3621 if (waittime > to) waittime = to; in ev_run() 4915 ev_timer to; member 4927 ev_timer_stop (EV_A_ &once->to); in once_cb() 4938 once_cb (EV_A_ once, revents | ev_clear_pending (EV_A_ &once->to)); in once_cb_io() 4944 struct ev_once *once = (struct ev_once *)(((char *)w) - offsetof (struct ev_once, to)); in once_cb_to() 4970 ev_init (&once->to, once_cb_to); in ev_once() 4973 ev_timer_set (&once->to, timeout, 0.); in ev_once() [all …]
|
| H A D | ltmain.sh | 548 func_fatal_error "Failed to create \`$1'" 2724 echo "If you ever happen to want to link against installed libraries" 2733 echo " - add LIBDIR to the \`$runpath_var' environment variable" 2746 echo " - have your system administrator add LIBDIR to \`/etc/ld.so.conf'" 3721 func_echo "Waiting for $lockfile to be removed" 4401 need to make LTWRAPPER_OPTION_PREFIX a configure-time option 4530 /* failed to start process */ 5099 # we shouldn't force the makefile maintainer to figure out 6852 # Try looking first in the location we're being installed to. 7848 echo "*** you link to this library. But I can only do this if you have a" [all …]
|
| H A D | config.sub | 1535 # Note that if you're going to try to match "-MANUFACTURER" here (say,
|
| H A D | event.h | 87 struct ev_timer to; member
|