Home
last modified time | relevance | path

Searched refs:after (Results 1 – 7 of 7) sorted by relevance

/libev/
H A Devent.c71 ev_tstamp after = tv->tv_sec + tv->tv_usec * 1e-6; in ev_tv_get() local
72 return after ? after : 1e-6; in ev_tv_get()
378 ev_tstamp after = ev_tv_get (tv); in event_base_loopexit() local
381 ev_once (EV_A_ -1, 0, after >= 0. ? after : 0., ev_x_loopexit_cb, (void *)base); in event_base_loopexit()
H A Dev.pod710 it just in case after a fork.
1803 you want to raise some error after a while.
1893 if (after < 0.)
1901 // after "after" seconds, which is the earliest time
1903 ev_timer_set (w, after, 0.);
2118 Configure the timer to trigger after C<after> seconds. If C<repeat>
2176 Example: Create a timer that fires after 60 seconds.
2437 (C<sigaction>) are unspecified after starting a signal watcher (and after
3047 // stop all watchers after blocking
3717 // exit main program, after modal loop is finished
[all …]
H A Dev++.h639 void set (ev_tstamp after, ev_tstamp repeat = 0.) throw () in EV_END_WATCHER()
643 ev_timer_set (static_cast<ev_timer *>(this), after, repeat); in EV_END_WATCHER()
647 void start (ev_tstamp after, ev_tstamp repeat = 0.) throw () in throw()
649 set (after, repeat); in throw()
H A Dev.h708 #define ev_timer_init(ev,cb,after,repeat) do { ev_init ((ev), (cb)); ev_timer_set ((ev),(after),…
H A DChanges44 - mark event pipe fd as cloexec after a fork (analyzed by Sami Farin).
97 - move orig_CFLAGS assignment to after AC_INIT, as newer autoconf
374 loop again after it was destroyed with ev_default_destroy.
484 - speed up signal detection after a fork.
H A DREADME12 Libev is modelled (very losely) after libevent and the Event perl
H A Daclocal.m4155 # sensibly after `m4_require([_LT_FILEUTILS_DEFAULTS])'.
594 # file executable. If COMMENT is supplied, it is inserted after the
784 dnl in a comment (ie after a #).
2939 [Command to use after installation of a shared archive])
2941 [Command to use after uninstallation of a shared archive])
6421 # to its proper name (with version) after linking.
6625 # to its proper name (with version) after linking.
6946 # Dependencies to place before and after the object being linked:
7045 # Internal compiler library paths should come after those
7046 # provided the user. The postdeps already come after the
[all …]