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

Comparing libev/ev.c (file contents):
Revision 1.440 by root, Tue May 29 21:37:14 2012 UTC vs.
Revision 1.441 by root, Wed May 30 15:45:40 2012 UTC

3135 backend_poll (EV_A_ waittime); 3135 backend_poll (EV_A_ waittime);
3136 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */ 3136 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */
3137 3137
3138 pipe_write_wanted = 0; /* just an optimisation, no fence needed */ 3138 pipe_write_wanted = 0; /* just an optimisation, no fence needed */
3139 3139
3140 MEMORY_FENCE_ACQUIRE;
3140 if (pipe_write_skipped) 3141 if (pipe_write_skipped)
3141 { 3142 {
3142 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); 3143 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
3143 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3144 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
3144 } 3145 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines