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

Comparing libev/ev_poll.c (file contents):
Revision 1.29 by root, Fri Jul 10 00:36:21 2009 UTC vs.
Revision 1.30 by root, Fri Jul 10 19:10:19 2009 UTC

89poll_poll (EV_P_ ev_tstamp timeout) 89poll_poll (EV_P_ ev_tstamp timeout)
90{ 90{
91 struct pollfd *p; 91 struct pollfd *p;
92 int res; 92 int res;
93 93
94 EV_SUSPEND_CB; 94 EV_RELEASE_CB;
95 res = poll (polls, pollcnt, (int)ceil (timeout * 1000.)); 95 res = poll (polls, pollcnt, (int)ceil (timeout * 1000.));
96 EV_RESUME_CB; 96 EV_ACQUIRE_CB;
97 97
98 if (expect_false (res < 0)) 98 if (expect_false (res < 0))
99 { 99 {
100 if (errno == EBADF) 100 if (errno == EBADF)
101 fd_ebadf (EV_A); 101 fd_ebadf (EV_A);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines