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

Comparing libev/ev.c (file contents):
Revision 1.424 by root, Tue May 1 22:01:40 2012 UTC vs.
Revision 1.432 by root, Mon May 14 19:09:58 2012 UTC

201# include <sys/wait.h> 201# include <sys/wait.h>
202# include <unistd.h> 202# include <unistd.h>
203#else 203#else
204# include <io.h> 204# include <io.h>
205# define WIN32_LEAN_AND_MEAN 205# define WIN32_LEAN_AND_MEAN
206# include <winsock2.h>
206# include <windows.h> 207# include <windows.h>
207# ifndef EV_SELECT_IS_WINSOCKET 208# ifndef EV_SELECT_IS_WINSOCKET
208# define EV_SELECT_IS_WINSOCKET 1 209# define EV_SELECT_IS_WINSOCKET 1
209# endif 210# endif
210# undef EV_AVOID_STDIO 211# undef EV_AVOID_STDIO
408/* some very old inotify.h headers don't have IN_DONT_FOLLOW */ 409/* some very old inotify.h headers don't have IN_DONT_FOLLOW */
409# ifndef IN_DONT_FOLLOW 410# ifndef IN_DONT_FOLLOW
410# undef EV_USE_INOTIFY 411# undef EV_USE_INOTIFY
411# define EV_USE_INOTIFY 0 412# define EV_USE_INOTIFY 0
412# endif 413# endif
413#endif
414
415#if EV_SELECT_IS_WINSOCKET
416# include <winsock.h>
417#endif 414#endif
418 415
419#if EV_USE_EVENTFD 416#if EV_USE_EVENTFD
420/* our minimum requirement is glibc 2.7 which has the stub, but not the header */ 417/* our minimum requirement is glibc 2.7 which has the stub, but not the header */
421# include <stdint.h> 418# include <stdint.h>
1430 w_->pending = ++pendingcnt [pri]; 1427 w_->pending = ++pendingcnt [pri];
1431 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, EMPTY2); 1428 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, EMPTY2);
1432 pendings [pri][w_->pending - 1].w = w_; 1429 pendings [pri][w_->pending - 1].w = w_;
1433 pendings [pri][w_->pending - 1].events = revents; 1430 pendings [pri][w_->pending - 1].events = revents;
1434 } 1431 }
1432
1433 pendingpri = NUMPRI - 1;
1435} 1434}
1436 1435
1437inline_speed void 1436inline_speed void
1438feed_reverse (EV_P_ W w) 1437feed_reverse (EV_P_ W w)
1439{ 1438{
1874 write (evfd, &counter, sizeof (uint64_t)); 1873 write (evfd, &counter, sizeof (uint64_t));
1875 } 1874 }
1876 else 1875 else
1877#endif 1876#endif
1878 { 1877 {
1879 /* win32 people keep sending patches that change this write() to send() */ 1878#ifdef _WIN32
1880 /* and then run away. but send() is wrong, it wants a socket handle on win32 */ 1879 WSABUF buf;
1881 /* so when you think this write should be a send instead, please find out */ 1880 DWORD sent;
1882 /* where your send() is from - it's definitely not the microsoft send, and */ 1881 buf.buf = &buf;
1883 /* tell me. thank you. */ 1882 buf.len = 1;
1884 /* it might be that your problem is that your environment needs EV_USE_WSASOCKET */ 1883 WSASend (EV_FD_TO_WIN32_HANDLE (evpipe [1]), &buf, 1, &sent, 0, 0, 0);
1885 /* check the ev documentation on how to use this flag */ 1884#else
1886 write (evpipe [1], &(evpipe [1]), 1); 1885 write (evpipe [1], &(evpipe [1]), 1);
1886#endif
1887 } 1887 }
1888 1888
1889 errno = old_errno; 1889 errno = old_errno;
1890 } 1890 }
1891} 1891}
1906 read (evfd, &counter, sizeof (uint64_t)); 1906 read (evfd, &counter, sizeof (uint64_t));
1907 } 1907 }
1908 else 1908 else
1909#endif 1909#endif
1910 { 1910 {
1911 char dummy; 1911 char dummy[4];
1912 /* see discussion in evpipe_write when you think this read should be recv in win32 */ 1912#ifdef _WIN32
1913 WSABUF buf;
1914 DWORD recvd;
1915 DWORD flags = 0;
1916 buf.buf = dummy;
1917 buf.len = sizeof (dummy);
1918 WSARecv (EV_FD_TO_WIN32_HANDLE (evpipe [0]), &buf, 1, &recvd, &flags, 0, 0);
1919#else
1913 read (evpipe [0], &dummy, 1); 1920 read (evpipe [0], &dummy, sizeof (dummy));
1921#endif
1914 } 1922 }
1915 } 1923 }
1916 1924
1917 pipe_write_skipped = 0; 1925 pipe_write_skipped = 0;
1918 1926
2553void ecb_cold 2561void ecb_cold
2554ev_verify (EV_P) EV_THROW 2562ev_verify (EV_P) EV_THROW
2555{ 2563{
2556#if EV_VERIFY 2564#if EV_VERIFY
2557 int i; 2565 int i;
2558 WL w; 2566 WL w, w2;
2559 2567
2560 assert (activecnt >= -1); 2568 assert (activecnt >= -1);
2561 2569
2562 assert (fdchangemax >= fdchangecnt); 2570 assert (fdchangemax >= fdchangecnt);
2563 for (i = 0; i < fdchangecnt; ++i) 2571 for (i = 0; i < fdchangecnt; ++i)
2564 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0)); 2572 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
2565 2573
2566 assert (anfdmax >= 0); 2574 assert (anfdmax >= 0);
2567 for (i = 0; i < anfdmax; ++i) 2575 for (i = 0; i < anfdmax; ++i)
2576 {
2577 int j = 0;
2578
2568 for (w = anfds [i].head; w; w = w->next) 2579 for (w = w2 = anfds [i].head; w; w = w->next)
2569 { 2580 {
2570 verify_watcher (EV_A_ (W)w); 2581 verify_watcher (EV_A_ (W)w);
2582
2583 if (j++ & 1)
2584 {
2585 assert (("libev: io watcher list contains a loop", w != w2));
2586 w2 = w2->next;
2587 }
2588
2571 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1)); 2589 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
2572 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i)); 2590 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
2573 } 2591 }
2592 }
2574 2593
2575 assert (timermax >= timercnt); 2594 assert (timermax >= timercnt);
2576 verify_heap (EV_A_ timers, timercnt); 2595 verify_heap (EV_A_ timers, timercnt);
2577 2596
2578#if EV_PERIODIC_ENABLE 2597#if EV_PERIODIC_ENABLE
2685} 2704}
2686 2705
2687void noinline 2706void noinline
2688ev_invoke_pending (EV_P) 2707ev_invoke_pending (EV_P)
2689{ 2708{
2690 int pri; 2709 for (pendingpri = NUMPRI; pendingpri--; ) /* pendingpri is modified during the loop */
2691
2692 for (pri = NUMPRI; pri--; )
2693 while (pendingcnt [pri]) 2710 while (pendingcnt [pendingpri])
2694 { 2711 {
2695 ANPENDING *p = pendings [pri] + --pendingcnt [pri]; 2712 ANPENDING *p = pendings [pendingpri] + --pendingcnt [pendingpri];
2696 2713
2697 p->w->pending = 0; 2714 p->w->pending = 0;
2698 EV_CB_INVOKE (p->w, p->events); 2715 EV_CB_INVOKE (p->w, p->events);
2699 EV_FREQUENT_CHECK; 2716 EV_FREQUENT_CHECK;
2700 } 2717 }
3249 EV_FREQUENT_CHECK; 3266 EV_FREQUENT_CHECK;
3250 3267
3251 ev_start (EV_A_ (W)w, 1); 3268 ev_start (EV_A_ (W)w, 1);
3252 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_init_zero); 3269 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_init_zero);
3253 wlist_add (&anfds[fd].head, (WL)w); 3270 wlist_add (&anfds[fd].head, (WL)w);
3271
3272 /* common bug, apparently */
3273 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
3254 3274
3255 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); 3275 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
3256 w->events &= ~EV__IOFDSET; 3276 w->events &= ~EV__IOFDSET;
3257 3277
3258 EV_FREQUENT_CHECK; 3278 EV_FREQUENT_CHECK;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines