Searched refs:loop (Results 1 – 10 of 10) sorted by relevance
| /libev/ |
| H A D | ev_wrap.h | 6 #define anfdmax ((loop)->anfdmax) 7 #define anfds ((loop)->anfds) 11 #define asyncs ((loop)->asyncs) 12 #define backend ((loop)->backend) 19 #define checks ((loop)->checks) 23 #define curpid ((loop)->curpid) 35 #define forks ((loop)->forks) 37 #define fs_fd ((loop)->fs_fd) 39 #define fs_w ((loop)->fs_w) 43 #define idles ((loop)->idles) [all …]
|
| H A D | ev.pod | 63 ev_run (loop, 0); 378 This will create and initialise a new event loop object. If the loop 943 ev_ref (loop); 3501 event loop. 3700 // main loop 4310 loop, if multiple loops are supported ("ev loop default"). The default loop 4604 kqueue loop. 5014 event loop. 5145 a loop. 5421 calls in the current loop iteration and the loop is currently [all …]
|
| H A D | Changes | 1 Revision history for libev, a high-performance and full-featured event loop. 11 TODO: document file descriptor usage per loop 52 loop callbacks (not watcher callbacks yet). 64 syserr, loop acquire/release, periodic reschedule cbs). 91 the watcher base set (loop) method. 205 - rename ev_loop_count/depth/verify/loop/unloop. 283 - multiple timers becoming ready within an event loop iteration 390 embedded loop when the parent loop forks. 391 - new function: ev_now_update (loop). 501 - renamed ev_embed.loop to other. [all …]
|
| H A D | README | 1 libev is a high-performance event loop/event model with lots of features. 30 - fully extensible by being able to plug into the event loop, 31 integrate other event loops, integrate other event loop users. 32 - very little memory use (small watchers, small event loop data).
|
| H A D | event.c | 51 # define dLOOPev struct ev_loop *loop = (struct ev_loop *)ev->ev_base 52 # define dLOOPbase struct ev_loop *loop = (struct ev_loop *)base 132 if (!ev_is_default_loop (loop)) in event_base_free() 133 ev_loop_destroy (loop); in event_base_free()
|
| H A D | ev.c | 1817 #define ev_rt_now ((loop)->ev_rt_now) 2549 EV_A = signals [signum - 1].loop; in ev_feed_signal() 2583 if (expect_false (signals [signum].loop != EV_A)) in ev_feed_signal_event() 4044 !signals [w->signum - 1].loop || signals [w->signum - 1].loop == loop)); in ev_signal_start() 4046 signals [w->signum - 1].loop = EV_A; in ev_signal_start() 4131 signals [w->signum - 1].loop = 0; /* unattach from signal */ in ev_signal_stop() 4161 …assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_p… in ev_child_start()
|
| H A D | ltmain.sh | 7442 loop=$revision 7443 while test "$loop" -ne 0; do 7444 func_arith $revision - $loop 7446 func_arith $loop - 1 7447 loop=$func_arith_result 7469 loop=$age 7470 while test "$loop" -ne 0; do 7471 func_arith $current - $loop 7473 func_arith $loop - 1 7474 loop=$func_arith_result
|
| H A D | ev.h | 173 # define EV_P struct ev_loop *loop /* a loop as sole parameter in a declaration */ 175 # define EV_A loop /* a loop as sole argument to a function call */
|
| H A D | ev++.h | 198 void loop (int flags = 0)
|
| H A D | aclocal.m4 | 1695 # nice to cause kernel panics so lets avoid the loop below. 1739 # Only check the string length outside the loop. 9191 # loop where config.status creates the headers, so we can generate 9682 # We'll loop over all known methods to create a tar archive until one works.
|