ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libev/ev.c
(Generate patch)

Comparing libev/ev.c (file contents):
Revision 1.442 by root, Thu May 31 15:47:59 2012 UTC vs.
Revision 1.444 by root, Fri Jun 1 22:01:13 2012 UTC

2550 EV_WIN32_CLOSE_FD (evpipe [1]); 2550 EV_WIN32_CLOSE_FD (evpipe [1]);
2551 } 2551 }
2552 2552
2553#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE 2553#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2554 evpipe_init (EV_A); 2554 evpipe_init (EV_A);
2555 /* now iterate over everything, in case we missed something */ 2555 /* iterate over everything, in case we missed something before */
2556 pipecb (EV_A_ &pipe_w, EV_READ); 2556 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
2557#endif 2557#endif
2558 } 2558 }
2559 2559
2560 postfork = 0; 2560 postfork = 0;
2561} 2561}
3177 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT)) 3177 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT))
3178 )); 3178 ));
3179 3179
3180 if (loop_done == EVBREAK_ONE) 3180 if (loop_done == EVBREAK_ONE)
3181 loop_done = EVBREAK_CANCEL; 3181 loop_done = EVBREAK_CANCEL;
3182
3183 /* pendingpri is normally -1 here, which is not a good */
3184 /* value when returning to an ev_invoke_pending */
3185 pendingpri = NUMPRI - 1;
3182 3186
3183#if EV_FEATURE_API 3187#if EV_FEATURE_API
3184 --loop_depth; 3188 --loop_depth;
3185#endif 3189#endif
3186 3190

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines