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

Comparing libev/ev.c (file contents):
Revision 1.387 by root, Wed Jul 20 01:04:43 2011 UTC vs.
Revision 1.446 by root, Mon Jun 11 12:50:50 2012 UTC

1/* 1/*
2 * libev event processing core, watcher management 2 * libev event processing core, watcher management
3 * 3 *
4 * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de> 4 * Copyright (c) 2007,2008,2009,2010,2011,2012 Marc Alexander Lehmann <libev@schmorp.de>
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without modifica- 7 * Redistribution and use in source and binary forms, with or without modifica-
8 * tion, are permitted provided that the following conditions are met: 8 * tion, are permitted provided that the following conditions are met:
9 * 9 *
59# endif 59# endif
60# ifndef EV_USE_MONOTONIC 60# ifndef EV_USE_MONOTONIC
61# define EV_USE_MONOTONIC 1 61# define EV_USE_MONOTONIC 1
62# endif 62# endif
63# endif 63# endif
64# elif !defined(EV_USE_CLOCK_SYSCALL) 64# elif !defined EV_USE_CLOCK_SYSCALL
65# define EV_USE_CLOCK_SYSCALL 0 65# define EV_USE_CLOCK_SYSCALL 0
66# endif 66# endif
67 67
68# if HAVE_CLOCK_GETTIME 68# if HAVE_CLOCK_GETTIME
69# ifndef EV_USE_MONOTONIC 69# ifndef EV_USE_MONOTONIC
183# include EV_H 183# include EV_H
184#else 184#else
185# include "ev.h" 185# include "ev.h"
186#endif 186#endif
187 187
188EV_CPP(extern "C" {) 188#if EV_NO_THREADS
189# undef EV_NO_SMP
190# define EV_NO_SMP 1
191# undef ECB_NO_THREADS
192# define ECB_NO_THREADS 1
193#endif
194#if EV_NO_SMP
195# undef EV_NO_SMP
196# define ECB_NO_SMP 1
197#endif
189 198
190#ifndef _WIN32 199#ifndef _WIN32
191# include <sys/time.h> 200# include <sys/time.h>
192# include <sys/wait.h> 201# include <sys/wait.h>
193# include <unistd.h> 202# include <unistd.h>
194#else 203#else
195# include <io.h> 204# include <io.h>
196# define WIN32_LEAN_AND_MEAN 205# define WIN32_LEAN_AND_MEAN
206# include <winsock2.h>
197# include <windows.h> 207# include <windows.h>
198# ifndef EV_SELECT_IS_WINSOCKET 208# ifndef EV_SELECT_IS_WINSOCKET
199# define EV_SELECT_IS_WINSOCKET 1 209# define EV_SELECT_IS_WINSOCKET 1
200# endif 210# endif
201# undef EV_AVOID_STDIO 211# undef EV_AVOID_STDIO
210#define _DARWIN_UNLIMITED_SELECT 1 220#define _DARWIN_UNLIMITED_SELECT 1
211 221
212/* this block tries to deduce configuration from header-defined symbols and defaults */ 222/* this block tries to deduce configuration from header-defined symbols and defaults */
213 223
214/* try to deduce the maximum number of signals on this platform */ 224/* try to deduce the maximum number of signals on this platform */
215#if defined (EV_NSIG) 225#if defined EV_NSIG
216/* use what's provided */ 226/* use what's provided */
217#elif defined (NSIG) 227#elif defined NSIG
218# define EV_NSIG (NSIG) 228# define EV_NSIG (NSIG)
219#elif defined(_NSIG) 229#elif defined _NSIG
220# define EV_NSIG (_NSIG) 230# define EV_NSIG (_NSIG)
221#elif defined (SIGMAX) 231#elif defined SIGMAX
222# define EV_NSIG (SIGMAX+1) 232# define EV_NSIG (SIGMAX+1)
223#elif defined (SIG_MAX) 233#elif defined SIG_MAX
224# define EV_NSIG (SIG_MAX+1) 234# define EV_NSIG (SIG_MAX+1)
225#elif defined (_SIG_MAX) 235#elif defined _SIG_MAX
226# define EV_NSIG (_SIG_MAX+1) 236# define EV_NSIG (_SIG_MAX+1)
227#elif defined (MAXSIG) 237#elif defined MAXSIG
228# define EV_NSIG (MAXSIG+1) 238# define EV_NSIG (MAXSIG+1)
229#elif defined (MAX_SIG) 239#elif defined MAX_SIG
230# define EV_NSIG (MAX_SIG+1) 240# define EV_NSIG (MAX_SIG+1)
231#elif defined (SIGARRAYSIZE) 241#elif defined SIGARRAYSIZE
232# define EV_NSIG (SIGARRAYSIZE) /* Assume ary[SIGARRAYSIZE] */ 242# define EV_NSIG (SIGARRAYSIZE) /* Assume ary[SIGARRAYSIZE] */
233#elif defined (_sys_nsig) 243#elif defined _sys_nsig
234# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */ 244# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */
235#else 245#else
236# error "unable to find value for NSIG, please report" 246# error "unable to find value for NSIG, please report"
237/* to make it compile regardless, just remove the above line, */ 247/* to make it compile regardless, just remove the above line, */
238/* but consider reporting it, too! :) */ 248/* but consider reporting it, too! :) */
250# define EV_USE_CLOCK_SYSCALL 0 260# define EV_USE_CLOCK_SYSCALL 0
251# endif 261# endif
252#endif 262#endif
253 263
254#ifndef EV_USE_MONOTONIC 264#ifndef EV_USE_MONOTONIC
255# if defined (_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0 265# if defined _POSIX_MONOTONIC_CLOCK && _POSIX_MONOTONIC_CLOCK >= 0
256# define EV_USE_MONOTONIC EV_FEATURE_OS 266# define EV_USE_MONOTONIC EV_FEATURE_OS
257# else 267# else
258# define EV_USE_MONOTONIC 0 268# define EV_USE_MONOTONIC 0
259# endif 269# endif
260#endif 270#endif
350#endif 360#endif
351 361
352/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */ 362/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */
353/* which makes programs even slower. might work on other unices, too. */ 363/* which makes programs even slower. might work on other unices, too. */
354#if EV_USE_CLOCK_SYSCALL 364#if EV_USE_CLOCK_SYSCALL
355# include <syscall.h> 365# include <sys/syscall.h>
356# ifdef SYS_clock_gettime 366# ifdef SYS_clock_gettime
357# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts)) 367# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts))
358# undef EV_USE_MONOTONIC 368# undef EV_USE_MONOTONIC
359# define EV_USE_MONOTONIC 1 369# define EV_USE_MONOTONIC 1
360# else 370# else
386# define EV_USE_INOTIFY 0 396# define EV_USE_INOTIFY 0
387#endif 397#endif
388 398
389#if !EV_USE_NANOSLEEP 399#if !EV_USE_NANOSLEEP
390/* hp-ux has it in sys/time.h, which we unconditionally include above */ 400/* hp-ux has it in sys/time.h, which we unconditionally include above */
391# if !defined(_WIN32) && !defined(__hpux) 401# if !defined _WIN32 && !defined __hpux
392# include <sys/select.h> 402# include <sys/select.h>
393# endif 403# endif
394#endif 404#endif
395 405
396#if EV_USE_INOTIFY 406#if EV_USE_INOTIFY
399/* 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 */
400# ifndef IN_DONT_FOLLOW 410# ifndef IN_DONT_FOLLOW
401# undef EV_USE_INOTIFY 411# undef EV_USE_INOTIFY
402# define EV_USE_INOTIFY 0 412# define EV_USE_INOTIFY 0
403# endif 413# endif
404#endif
405
406#if EV_SELECT_IS_WINSOCKET
407# include <winsock.h>
408#endif 414#endif
409 415
410#if EV_USE_EVENTFD 416#if EV_USE_EVENTFD
411/* 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 */
412# include <stdint.h> 418# include <stdint.h>
464#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */ 470#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */
465 471
466#define EV_TV_SET(tv,t) do { tv.tv_sec = (long)t; tv.tv_usec = (long)((t - tv.tv_sec) * 1e6); } while (0) 472#define EV_TV_SET(tv,t) do { tv.tv_sec = (long)t; tv.tv_usec = (long)((t - tv.tv_sec) * 1e6); } while (0)
467#define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } while (0) 473#define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } while (0)
468 474
469/* the following are taken from libecb */ 475/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */
470/* ecb.h start */ 476/* ECB.H BEGIN */
477/*
478 * libecb - http://software.schmorp.de/pkg/libecb
479 *
480 * Copyright (©) 2009-2012 Marc Alexander Lehmann <libecb@schmorp.de>
481 * Copyright (©) 2011 Emanuele Giaquinta
482 * All rights reserved.
483 *
484 * Redistribution and use in source and binary forms, with or without modifica-
485 * tion, are permitted provided that the following conditions are met:
486 *
487 * 1. Redistributions of source code must retain the above copyright notice,
488 * this list of conditions and the following disclaimer.
489 *
490 * 2. Redistributions in binary form must reproduce the above copyright
491 * notice, this list of conditions and the following disclaimer in the
492 * documentation and/or other materials provided with the distribution.
493 *
494 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
495 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
496 * CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
497 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPE-
498 * CIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
499 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
500 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
501 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
502 * ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
503 * OF THE POSSIBILITY OF SUCH DAMAGE.
504 */
505
506#ifndef ECB_H
507#define ECB_H
508
509/* 16 bits major, 16 bits minor */
510#define ECB_VERSION 0x00010001
511
512#ifdef _WIN32
513 typedef signed char int8_t;
514 typedef unsigned char uint8_t;
515 typedef signed short int16_t;
516 typedef unsigned short uint16_t;
517 typedef signed int int32_t;
518 typedef unsigned int uint32_t;
519 #if __GNUC__
520 typedef signed long long int64_t;
521 typedef unsigned long long uint64_t;
522 #else /* _MSC_VER || __BORLANDC__ */
523 typedef signed __int64 int64_t;
524 typedef unsigned __int64 uint64_t;
525 #endif
526 #ifdef _WIN64
527 #define ECB_PTRSIZE 8
528 typedef uint64_t uintptr_t;
529 typedef int64_t intptr_t;
530 #else
531 #define ECB_PTRSIZE 4
532 typedef uint32_t uintptr_t;
533 typedef int32_t intptr_t;
534 #endif
535 typedef intptr_t ptrdiff_t;
536#else
537 #include <inttypes.h>
538 #if UINTMAX_MAX > 0xffffffffU
539 #define ECB_PTRSIZE 8
540 #else
541 #define ECB_PTRSIZE 4
542 #endif
543#endif
471 544
472/* many compilers define _GNUC_ to some versions but then only implement 545/* many compilers define _GNUC_ to some versions but then only implement
473 * what their idiot authors think are the "more important" extensions, 546 * what their idiot authors think are the "more important" extensions,
474 * causing enourmous grief in return for some better fake benchmark numbers. 547 * causing enormous grief in return for some better fake benchmark numbers.
475 * or so. 548 * or so.
476 * we try to detect these and simply assume they are not gcc - if they have 549 * we try to detect these and simply assume they are not gcc - if they have
477 * an issue with that they should have done it right in the first place. 550 * an issue with that they should have done it right in the first place.
478 */ 551 */
479#ifndef ECB_GCC_VERSION 552#ifndef ECB_GCC_VERSION
480 #if !defined(__GNUC_MINOR__) || defined(__INTEL_COMPILER) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) || defined(__llvm__) || defined(__clang__) 553 #if !defined __GNUC_MINOR__ || defined __INTEL_COMPILER || defined __SUNPRO_C || defined __SUNPRO_CC || defined __llvm__ || defined __clang__
481 #define ECB_GCC_VERSION(major,minor) 0 554 #define ECB_GCC_VERSION(major,minor) 0
482 #else 555 #else
483 #define ECB_GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor))) 556 #define ECB_GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
484 #endif 557 #endif
485#endif 558#endif
559
560#define ECB_C (__STDC__+0) /* this assumes that __STDC__ is either empty or a number */
561#define ECB_C99 (__STDC_VERSION__ >= 199901L)
562#define ECB_C11 (__STDC_VERSION__ >= 201112L)
563#define ECB_CPP (__cplusplus+0)
564#define ECB_CPP11 (__cplusplus >= 201103L)
565
566/*****************************************************************************/
567
568/* ECB_NO_THREADS - ecb is not used by multiple threads, ever */
569/* ECB_NO_SMP - ecb might be used in multiple threads, but only on a single cpu */
570
571#if ECB_NO_THREADS
572 #define ECB_NO_SMP 1
573#endif
574
575#if ECB_NO_SMP
576 #define ECB_MEMORY_FENCE do { } while (0)
577#endif
578
579#ifndef ECB_MEMORY_FENCE
580 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
581 #if __i386 || __i386__
582 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory")
583 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
584 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
585 #elif __amd64 || __amd64__ || __x86_64 || __x86_64__
586 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory")
587 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
588 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
589 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__
590 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
591 #elif defined __ARM_ARCH_6__ || defined __ARM_ARCH_6J__ \
592 || defined __ARM_ARCH_6K__ || defined __ARM_ARCH_6ZK__
593 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mcr p15,0,%0,c7,c10,5" : : "r" (0) : "memory")
594 #elif defined __ARM_ARCH_7__ || defined __ARM_ARCH_7A__ \
595 || defined __ARM_ARCH_7M__ || defined __ARM_ARCH_7R__
596 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("dmb" : : : "memory")
597 #elif __sparc || __sparc__
598 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad | #StoreStore | #StoreLoad" : : : "memory")
599 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad" : : : "memory")
600 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("membar #LoadStore | #StoreStore")
601 #elif defined __s390__ || defined __s390x__
602 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("bcr 15,0" : : : "memory")
603 #elif defined __mips__
604 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
605 #elif defined __alpha__
606 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mb" : : : "memory")
607 #elif defined __hppa__
608 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("" : : : "memory")
609 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
610 #elif defined __ia64__
611 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mf" : : : "memory")
612 #endif
613 #endif
614#endif
615
616#ifndef ECB_MEMORY_FENCE
617 #if ECB_GCC_VERSION(4,7)
618 /* see comment below (stdatomic.h) about the C11 memory model. */
619 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST)
620 #elif defined __clang && __has_feature (cxx_atomic)
621 /* see comment below (stdatomic.h) about the C11 memory model. */
622 #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST)
623 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
624 #define ECB_MEMORY_FENCE __sync_synchronize ()
625 #elif _MSC_VER >= 1400 /* VC++ 2005 */
626 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier)
627 #define ECB_MEMORY_FENCE _ReadWriteBarrier ()
628 #define ECB_MEMORY_FENCE_ACQUIRE _ReadWriteBarrier () /* according to msdn, _ReadBarrier is not a load fence */
629 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier ()
630 #elif defined _WIN32
631 #include <WinNT.h>
632 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */
633 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
634 #include <mbarrier.h>
635 #define ECB_MEMORY_FENCE __machine_rw_barrier ()
636 #define ECB_MEMORY_FENCE_ACQUIRE __machine_r_barrier ()
637 #define ECB_MEMORY_FENCE_RELEASE __machine_w_barrier ()
638 #elif __xlC__
639 #define ECB_MEMORY_FENCE __sync ()
640 #endif
641#endif
642
643#ifndef ECB_MEMORY_FENCE
644 #if ECB_C11 && !defined __STDC_NO_ATOMICS__
645 /* we assume that these memory fences work on all variables/all memory accesses, */
646 /* not just C11 atomics and atomic accesses */
647 #include <stdatomic.h>
648 /* Unfortunately, neither gcc 4.7 nor clang 3.1 generate any instructions for */
649 /* any fence other than seq_cst, which isn't very efficient for us. */
650 /* Why that is, we don't know - either the C11 memory model is quite useless */
651 /* for most usages, or gcc and clang have a bug */
652 /* I *currently* lean towards the latter, and inefficiently implement */
653 /* all three of ecb's fences as a seq_cst fence */
654 #define ECB_MEMORY_FENCE atomic_thread_fence (memory_order_seq_cst)
655 #endif
656#endif
657
658#ifndef ECB_MEMORY_FENCE
659 #if !ECB_AVOID_PTHREADS
660 /*
661 * if you get undefined symbol references to pthread_mutex_lock,
662 * or failure to find pthread.h, then you should implement
663 * the ECB_MEMORY_FENCE operations for your cpu/compiler
664 * OR provide pthread.h and link against the posix thread library
665 * of your system.
666 */
667 #include <pthread.h>
668 #define ECB_NEEDS_PTHREADS 1
669 #define ECB_MEMORY_FENCE_NEEDS_PTHREADS 1
670
671 static pthread_mutex_t ecb_mf_lock = PTHREAD_MUTEX_INITIALIZER;
672 #define ECB_MEMORY_FENCE do { pthread_mutex_lock (&ecb_mf_lock); pthread_mutex_unlock (&ecb_mf_lock); } while (0)
673 #endif
674#endif
675
676#if !defined ECB_MEMORY_FENCE_ACQUIRE && defined ECB_MEMORY_FENCE
677 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
678#endif
679
680#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE
681 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
682#endif
683
684/*****************************************************************************/
486 685
487#if __cplusplus 686#if __cplusplus
488 #define ecb_inline static inline 687 #define ecb_inline static inline
489#elif ECB_GCC_VERSION(2,5) 688#elif ECB_GCC_VERSION(2,5)
490 #define ecb_inline static __inline__ 689 #define ecb_inline static __inline__
492 #define ecb_inline static inline 691 #define ecb_inline static inline
493#else 692#else
494 #define ecb_inline static 693 #define ecb_inline static
495#endif 694#endif
496 695
497#ifndef ECB_MEMORY_FENCE
498 #if ECB_GCC_VERSION(2,5) 696#if ECB_GCC_VERSION(3,3)
499 #if __x86 697 #define ecb_restrict __restrict__
500 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory") 698#elif ECB_C99
501 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 699 #define ecb_restrict restrict
502 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 700#else
503 #elif __amd64 701 #define ecb_restrict
504 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory")
505 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("lfence" : : : "memory")
506 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("sfence")
507 #endif
508 #endif 702#endif
509#endif
510 703
511#ifndef ECB_MEMORY_FENCE 704typedef int ecb_bool;
512 #if ECB_GCC_VERSION(4,4)
513 #define ECB_MEMORY_FENCE __sync_synchronize ()
514 #define ECB_MEMORY_FENCE_ACQUIRE ({ char dummy = 0; __sync_lock_test_and_set (&dummy, 1); })
515 #define ECB_MEMORY_FENCE_RELEASE ({ char dummy = 1; __sync_lock_release (&dummy ); })
516 #elif defined(_WIN32) && defined(MemoryBarrier)
517 #define ECB_MEMORY_FENCE MemoryBarrier ()
518 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
519 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
520 #endif
521#endif
522 705
523#ifndef ECB_MEMORY_FENCE 706#define ECB_CONCAT_(a, b) a ## b
524 #include <pthread.h> 707#define ECB_CONCAT(a, b) ECB_CONCAT_(a, b)
708#define ECB_STRINGIFY_(a) # a
709#define ECB_STRINGIFY(a) ECB_STRINGIFY_(a)
525 710
526 static pthread_mutex_t ecb_mf_lock = PTHREAD_MUTEX_INITIALIZER; 711#define ecb_function_ ecb_inline
527 #define ECB_MEMORY_FENCE do { pthread_mutex_lock (&ecb_mf_lock); pthread_mutex_unlock (&ecb_mf_lock); } while (0)
528 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
529 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
530#endif
531 712
532#if ECB_GCC_VERSION(3,1) 713#if ECB_GCC_VERSION(3,1)
533 #define ecb_attribute(attrlist) __attribute__(attrlist) 714 #define ecb_attribute(attrlist) __attribute__(attrlist)
534 #define ecb_is_constant(expr) __builtin_constant_p (expr) 715 #define ecb_is_constant(expr) __builtin_constant_p (expr)
535 #define ecb_expect(expr,value) __builtin_expect ((expr),(value)) 716 #define ecb_expect(expr,value) __builtin_expect ((expr),(value))
539 #define ecb_is_constant(expr) 0 720 #define ecb_is_constant(expr) 0
540 #define ecb_expect(expr,value) (expr) 721 #define ecb_expect(expr,value) (expr)
541 #define ecb_prefetch(addr,rw,locality) 722 #define ecb_prefetch(addr,rw,locality)
542#endif 723#endif
543 724
725/* no emulation for ecb_decltype */
726#if ECB_GCC_VERSION(4,5)
727 #define ecb_decltype(x) __decltype(x)
728#elif ECB_GCC_VERSION(3,0)
729 #define ecb_decltype(x) __typeof(x)
730#endif
731
544#define ecb_noinline ecb_attribute ((__noinline__)) 732#define ecb_noinline ecb_attribute ((__noinline__))
545#define ecb_noreturn ecb_attribute ((__noreturn__))
546#define ecb_unused ecb_attribute ((__unused__)) 733#define ecb_unused ecb_attribute ((__unused__))
547#define ecb_const ecb_attribute ((__const__)) 734#define ecb_const ecb_attribute ((__const__))
548#define ecb_pure ecb_attribute ((__pure__)) 735#define ecb_pure ecb_attribute ((__pure__))
736
737#if ECB_C11
738 #define ecb_noreturn _Noreturn
739#else
740 #define ecb_noreturn ecb_attribute ((__noreturn__))
741#endif
549 742
550#if ECB_GCC_VERSION(4,3) 743#if ECB_GCC_VERSION(4,3)
551 #define ecb_artificial ecb_attribute ((__artificial__)) 744 #define ecb_artificial ecb_attribute ((__artificial__))
552 #define ecb_hot ecb_attribute ((__hot__)) 745 #define ecb_hot ecb_attribute ((__hot__))
553 #define ecb_cold ecb_attribute ((__cold__)) 746 #define ecb_cold ecb_attribute ((__cold__))
560/* put around conditional expressions if you are very sure that the */ 753/* put around conditional expressions if you are very sure that the */
561/* expression is mostly true or mostly false. note that these return */ 754/* expression is mostly true or mostly false. note that these return */
562/* booleans, not the expression. */ 755/* booleans, not the expression. */
563#define ecb_expect_false(expr) ecb_expect (!!(expr), 0) 756#define ecb_expect_false(expr) ecb_expect (!!(expr), 0)
564#define ecb_expect_true(expr) ecb_expect (!!(expr), 1) 757#define ecb_expect_true(expr) ecb_expect (!!(expr), 1)
565/* ecb.h end */ 758/* for compatibility to the rest of the world */
759#define ecb_likely(expr) ecb_expect_true (expr)
760#define ecb_unlikely(expr) ecb_expect_false (expr)
761
762/* count trailing zero bits and count # of one bits */
763#if ECB_GCC_VERSION(3,4)
764 /* we assume int == 32 bit, long == 32 or 64 bit and long long == 64 bit */
765 #define ecb_ld32(x) (__builtin_clz (x) ^ 31)
766 #define ecb_ld64(x) (__builtin_clzll (x) ^ 63)
767 #define ecb_ctz32(x) __builtin_ctz (x)
768 #define ecb_ctz64(x) __builtin_ctzll (x)
769 #define ecb_popcount32(x) __builtin_popcount (x)
770 /* no popcountll */
771#else
772 ecb_function_ int ecb_ctz32 (uint32_t x) ecb_const;
773 ecb_function_ int
774 ecb_ctz32 (uint32_t x)
775 {
776 int r = 0;
777
778 x &= ~x + 1; /* this isolates the lowest bit */
779
780#if ECB_branchless_on_i386
781 r += !!(x & 0xaaaaaaaa) << 0;
782 r += !!(x & 0xcccccccc) << 1;
783 r += !!(x & 0xf0f0f0f0) << 2;
784 r += !!(x & 0xff00ff00) << 3;
785 r += !!(x & 0xffff0000) << 4;
786#else
787 if (x & 0xaaaaaaaa) r += 1;
788 if (x & 0xcccccccc) r += 2;
789 if (x & 0xf0f0f0f0) r += 4;
790 if (x & 0xff00ff00) r += 8;
791 if (x & 0xffff0000) r += 16;
792#endif
793
794 return r;
795 }
796
797 ecb_function_ int ecb_ctz64 (uint64_t x) ecb_const;
798 ecb_function_ int
799 ecb_ctz64 (uint64_t x)
800 {
801 int shift = x & 0xffffffffU ? 0 : 32;
802 return ecb_ctz32 (x >> shift) + shift;
803 }
804
805 ecb_function_ int ecb_popcount32 (uint32_t x) ecb_const;
806 ecb_function_ int
807 ecb_popcount32 (uint32_t x)
808 {
809 x -= (x >> 1) & 0x55555555;
810 x = ((x >> 2) & 0x33333333) + (x & 0x33333333);
811 x = ((x >> 4) + x) & 0x0f0f0f0f;
812 x *= 0x01010101;
813
814 return x >> 24;
815 }
816
817 ecb_function_ int ecb_ld32 (uint32_t x) ecb_const;
818 ecb_function_ int ecb_ld32 (uint32_t x)
819 {
820 int r = 0;
821
822 if (x >> 16) { x >>= 16; r += 16; }
823 if (x >> 8) { x >>= 8; r += 8; }
824 if (x >> 4) { x >>= 4; r += 4; }
825 if (x >> 2) { x >>= 2; r += 2; }
826 if (x >> 1) { r += 1; }
827
828 return r;
829 }
830
831 ecb_function_ int ecb_ld64 (uint64_t x) ecb_const;
832 ecb_function_ int ecb_ld64 (uint64_t x)
833 {
834 int r = 0;
835
836 if (x >> 32) { x >>= 32; r += 32; }
837
838 return r + ecb_ld32 (x);
839 }
840#endif
841
842ecb_function_ ecb_bool ecb_is_pot32 (uint32_t x) ecb_const;
843ecb_function_ ecb_bool ecb_is_pot32 (uint32_t x) { return !(x & (x - 1)); }
844ecb_function_ ecb_bool ecb_is_pot64 (uint64_t x) ecb_const;
845ecb_function_ ecb_bool ecb_is_pot64 (uint64_t x) { return !(x & (x - 1)); }
846
847ecb_function_ uint8_t ecb_bitrev8 (uint8_t x) ecb_const;
848ecb_function_ uint8_t ecb_bitrev8 (uint8_t x)
849{
850 return ( (x * 0x0802U & 0x22110U)
851 | (x * 0x8020U & 0x88440U)) * 0x10101U >> 16;
852}
853
854ecb_function_ uint16_t ecb_bitrev16 (uint16_t x) ecb_const;
855ecb_function_ uint16_t ecb_bitrev16 (uint16_t x)
856{
857 x = ((x >> 1) & 0x5555) | ((x & 0x5555) << 1);
858 x = ((x >> 2) & 0x3333) | ((x & 0x3333) << 2);
859 x = ((x >> 4) & 0x0f0f) | ((x & 0x0f0f) << 4);
860 x = ( x >> 8 ) | ( x << 8);
861
862 return x;
863}
864
865ecb_function_ uint32_t ecb_bitrev32 (uint32_t x) ecb_const;
866ecb_function_ uint32_t ecb_bitrev32 (uint32_t x)
867{
868 x = ((x >> 1) & 0x55555555) | ((x & 0x55555555) << 1);
869 x = ((x >> 2) & 0x33333333) | ((x & 0x33333333) << 2);
870 x = ((x >> 4) & 0x0f0f0f0f) | ((x & 0x0f0f0f0f) << 4);
871 x = ((x >> 8) & 0x00ff00ff) | ((x & 0x00ff00ff) << 8);
872 x = ( x >> 16 ) | ( x << 16);
873
874 return x;
875}
876
877/* popcount64 is only available on 64 bit cpus as gcc builtin */
878/* so for this version we are lazy */
879ecb_function_ int ecb_popcount64 (uint64_t x) ecb_const;
880ecb_function_ int
881ecb_popcount64 (uint64_t x)
882{
883 return ecb_popcount32 (x) + ecb_popcount32 (x >> 32);
884}
885
886ecb_inline uint8_t ecb_rotl8 (uint8_t x, unsigned int count) ecb_const;
887ecb_inline uint8_t ecb_rotr8 (uint8_t x, unsigned int count) ecb_const;
888ecb_inline uint16_t ecb_rotl16 (uint16_t x, unsigned int count) ecb_const;
889ecb_inline uint16_t ecb_rotr16 (uint16_t x, unsigned int count) ecb_const;
890ecb_inline uint32_t ecb_rotl32 (uint32_t x, unsigned int count) ecb_const;
891ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) ecb_const;
892ecb_inline uint64_t ecb_rotl64 (uint64_t x, unsigned int count) ecb_const;
893ecb_inline uint64_t ecb_rotr64 (uint64_t x, unsigned int count) ecb_const;
894
895ecb_inline uint8_t ecb_rotl8 (uint8_t x, unsigned int count) { return (x >> ( 8 - count)) | (x << count); }
896ecb_inline uint8_t ecb_rotr8 (uint8_t x, unsigned int count) { return (x << ( 8 - count)) | (x >> count); }
897ecb_inline uint16_t ecb_rotl16 (uint16_t x, unsigned int count) { return (x >> (16 - count)) | (x << count); }
898ecb_inline uint16_t ecb_rotr16 (uint16_t x, unsigned int count) { return (x << (16 - count)) | (x >> count); }
899ecb_inline uint32_t ecb_rotl32 (uint32_t x, unsigned int count) { return (x >> (32 - count)) | (x << count); }
900ecb_inline uint32_t ecb_rotr32 (uint32_t x, unsigned int count) { return (x << (32 - count)) | (x >> count); }
901ecb_inline uint64_t ecb_rotl64 (uint64_t x, unsigned int count) { return (x >> (64 - count)) | (x << count); }
902ecb_inline uint64_t ecb_rotr64 (uint64_t x, unsigned int count) { return (x << (64 - count)) | (x >> count); }
903
904#if ECB_GCC_VERSION(4,3)
905 #define ecb_bswap16(x) (__builtin_bswap32 (x) >> 16)
906 #define ecb_bswap32(x) __builtin_bswap32 (x)
907 #define ecb_bswap64(x) __builtin_bswap64 (x)
908#else
909 ecb_function_ uint16_t ecb_bswap16 (uint16_t x) ecb_const;
910 ecb_function_ uint16_t
911 ecb_bswap16 (uint16_t x)
912 {
913 return ecb_rotl16 (x, 8);
914 }
915
916 ecb_function_ uint32_t ecb_bswap32 (uint32_t x) ecb_const;
917 ecb_function_ uint32_t
918 ecb_bswap32 (uint32_t x)
919 {
920 return (((uint32_t)ecb_bswap16 (x)) << 16) | ecb_bswap16 (x >> 16);
921 }
922
923 ecb_function_ uint64_t ecb_bswap64 (uint64_t x) ecb_const;
924 ecb_function_ uint64_t
925 ecb_bswap64 (uint64_t x)
926 {
927 return (((uint64_t)ecb_bswap32 (x)) << 32) | ecb_bswap32 (x >> 32);
928 }
929#endif
930
931#if ECB_GCC_VERSION(4,5)
932 #define ecb_unreachable() __builtin_unreachable ()
933#else
934 /* this seems to work fine, but gcc always emits a warning for it :/ */
935 ecb_inline void ecb_unreachable (void) ecb_noreturn;
936 ecb_inline void ecb_unreachable (void) { }
937#endif
938
939/* try to tell the compiler that some condition is definitely true */
940#define ecb_assume(cond) do { if (!(cond)) ecb_unreachable (); } while (0)
941
942ecb_inline unsigned char ecb_byteorder_helper (void) ecb_const;
943ecb_inline unsigned char
944ecb_byteorder_helper (void)
945{
946 const uint32_t u = 0x11223344;
947 return *(unsigned char *)&u;
948}
949
950ecb_inline ecb_bool ecb_big_endian (void) ecb_const;
951ecb_inline ecb_bool ecb_big_endian (void) { return ecb_byteorder_helper () == 0x11; }
952ecb_inline ecb_bool ecb_little_endian (void) ecb_const;
953ecb_inline ecb_bool ecb_little_endian (void) { return ecb_byteorder_helper () == 0x44; }
954
955#if ECB_GCC_VERSION(3,0) || ECB_C99
956 #define ecb_mod(m,n) ((m) % (n) + ((m) % (n) < 0 ? (n) : 0))
957#else
958 #define ecb_mod(m,n) ((m) < 0 ? ((n) - 1 - ((-1 - (m)) % (n))) : ((m) % (n)))
959#endif
960
961#if __cplusplus
962 template<typename T>
963 static inline T ecb_div_rd (T val, T div)
964 {
965 return val < 0 ? - ((-val + div - 1) / div) : (val ) / div;
966 }
967 template<typename T>
968 static inline T ecb_div_ru (T val, T div)
969 {
970 return val < 0 ? - ((-val ) / div) : (val + div - 1) / div;
971 }
972#else
973 #define ecb_div_rd(val,div) ((val) < 0 ? - ((-(val) + (div) - 1) / (div)) : ((val) ) / (div))
974 #define ecb_div_ru(val,div) ((val) < 0 ? - ((-(val) ) / (div)) : ((val) + (div) - 1) / (div))
975#endif
976
977#if ecb_cplusplus_does_not_suck
978 /* does not work for local types (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm) */
979 template<typename T, int N>
980 static inline int ecb_array_length (const T (&arr)[N])
981 {
982 return N;
983 }
984#else
985 #define ecb_array_length(name) (sizeof (name) / sizeof (name [0]))
986#endif
987
988#endif
989
990/* ECB.H END */
991
992#if ECB_MEMORY_FENCE_NEEDS_PTHREADS
993/* if your architecture doesn't need memory fences, e.g. because it is
994 * single-cpu/core, or if you use libev in a project that doesn't use libev
995 * from multiple threads, then you can define ECB_AVOID_PTHREADS when compiling
996 * libev, in which cases the memory fences become nops.
997 * alternatively, you can remove this #error and link against libpthread,
998 * which will then provide the memory fences.
999 */
1000# error "memory fences not defined for your architecture, please report"
1001#endif
1002
1003#ifndef ECB_MEMORY_FENCE
1004# define ECB_MEMORY_FENCE do { } while (0)
1005# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
1006# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
1007#endif
566 1008
567#define expect_false(cond) ecb_expect_false (cond) 1009#define expect_false(cond) ecb_expect_false (cond)
568#define expect_true(cond) ecb_expect_true (cond) 1010#define expect_true(cond) ecb_expect_true (cond)
569#define noinline ecb_noinline 1011#define noinline ecb_noinline
570 1012
716{ 1158{
717 write (STDERR_FILENO, msg, strlen (msg)); 1159 write (STDERR_FILENO, msg, strlen (msg));
718} 1160}
719#endif 1161#endif
720 1162
721static void (*syserr_cb)(const char *msg); 1163static void (*syserr_cb)(const char *msg) EV_THROW;
722 1164
723void ecb_cold 1165void ecb_cold
724ev_set_syserr_cb (void (*cb)(const char *msg)) 1166ev_set_syserr_cb (void (*cb)(const char *msg) EV_THROW) EV_THROW
725{ 1167{
726 syserr_cb = cb; 1168 syserr_cb = cb;
727} 1169}
728 1170
729static void noinline ecb_cold 1171static void noinline ecb_cold
747 abort (); 1189 abort ();
748 } 1190 }
749} 1191}
750 1192
751static void * 1193static void *
752ev_realloc_emul (void *ptr, long size) 1194ev_realloc_emul (void *ptr, long size) EV_THROW
753{ 1195{
754#if __GLIBC__ 1196#if __GLIBC__
755 return realloc (ptr, size); 1197 return realloc (ptr, size);
756#else 1198#else
757 /* some systems, notably openbsd and darwin, fail to properly 1199 /* some systems, notably openbsd and darwin, fail to properly
765 free (ptr); 1207 free (ptr);
766 return 0; 1208 return 0;
767#endif 1209#endif
768} 1210}
769 1211
770static void *(*alloc)(void *ptr, long size) = ev_realloc_emul; 1212static void *(*alloc)(void *ptr, long size) EV_THROW = ev_realloc_emul;
771 1213
772void ecb_cold 1214void ecb_cold
773ev_set_allocator (void *(*cb)(void *ptr, long size)) 1215ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW
774{ 1216{
775 alloc = cb; 1217 alloc = cb;
776} 1218}
777 1219
778inline_speed void * 1220inline_speed void *
866 #undef VAR 1308 #undef VAR
867 }; 1309 };
868 #include "ev_wrap.h" 1310 #include "ev_wrap.h"
869 1311
870 static struct ev_loop default_loop_struct; 1312 static struct ev_loop default_loop_struct;
871 struct ev_loop *ev_default_loop_ptr; 1313 EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
872 1314
873#else 1315#else
874 1316
875 ev_tstamp ev_rt_now; 1317 EV_API_DECL ev_tstamp ev_rt_now = 0; /* needs to be initialised to make it a definition despite extern */
876 #define VAR(name,decl) static decl; 1318 #define VAR(name,decl) static decl;
877 #include "ev_vars.h" 1319 #include "ev_vars.h"
878 #undef VAR 1320 #undef VAR
879 1321
880 static int ev_default_loop_ptr; 1322 static int ev_default_loop_ptr;
895 1337
896/*****************************************************************************/ 1338/*****************************************************************************/
897 1339
898#ifndef EV_HAVE_EV_TIME 1340#ifndef EV_HAVE_EV_TIME
899ev_tstamp 1341ev_tstamp
900ev_time (void) 1342ev_time (void) EV_THROW
901{ 1343{
902#if EV_USE_REALTIME 1344#if EV_USE_REALTIME
903 if (expect_true (have_realtime)) 1345 if (expect_true (have_realtime))
904 { 1346 {
905 struct timespec ts; 1347 struct timespec ts;
929 return ev_time (); 1371 return ev_time ();
930} 1372}
931 1373
932#if EV_MULTIPLICITY 1374#if EV_MULTIPLICITY
933ev_tstamp 1375ev_tstamp
934ev_now (EV_P) 1376ev_now (EV_P) EV_THROW
935{ 1377{
936 return ev_rt_now; 1378 return ev_rt_now;
937} 1379}
938#endif 1380#endif
939 1381
940void 1382void
941ev_sleep (ev_tstamp delay) 1383ev_sleep (ev_tstamp delay) EV_THROW
942{ 1384{
943 if (delay > 0.) 1385 if (delay > 0.)
944 { 1386 {
945#if EV_USE_NANOSLEEP 1387#if EV_USE_NANOSLEEP
946 struct timespec ts; 1388 struct timespec ts;
947 1389
948 EV_TS_SET (ts, delay); 1390 EV_TS_SET (ts, delay);
949 nanosleep (&ts, 0); 1391 nanosleep (&ts, 0);
950#elif defined(_WIN32) 1392#elif defined _WIN32
951 Sleep ((unsigned long)(delay * 1e3)); 1393 Sleep ((unsigned long)(delay * 1e3));
952#else 1394#else
953 struct timeval tv; 1395 struct timeval tv;
954 1396
955 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */ 1397 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */
974 1416
975 do 1417 do
976 ncur <<= 1; 1418 ncur <<= 1;
977 while (cnt > ncur); 1419 while (cnt > ncur);
978 1420
979 /* if size is large, round to MALLOC_ROUND - 4 * longs to accomodate malloc overhead */ 1421 /* if size is large, round to MALLOC_ROUND - 4 * longs to accommodate malloc overhead */
980 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4) 1422 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4)
981 { 1423 {
982 ncur *= elem; 1424 ncur *= elem;
983 ncur = (ncur + elem + (MALLOC_ROUND - 1) + sizeof (void *) * 4) & ~(MALLOC_ROUND - 1); 1425 ncur = (ncur + elem + (MALLOC_ROUND - 1) + sizeof (void *) * 4) & ~(MALLOC_ROUND - 1);
984 ncur = ncur - sizeof (void *) * 4; 1426 ncur = ncur - sizeof (void *) * 4;
1027pendingcb (EV_P_ ev_prepare *w, int revents) 1469pendingcb (EV_P_ ev_prepare *w, int revents)
1028{ 1470{
1029} 1471}
1030 1472
1031void noinline 1473void noinline
1032ev_feed_event (EV_P_ void *w, int revents) 1474ev_feed_event (EV_P_ void *w, int revents) EV_THROW
1033{ 1475{
1034 W w_ = (W)w; 1476 W w_ = (W)w;
1035 int pri = ABSPRI (w_); 1477 int pri = ABSPRI (w_);
1036 1478
1037 if (expect_false (w_->pending)) 1479 if (expect_false (w_->pending))
1041 w_->pending = ++pendingcnt [pri]; 1483 w_->pending = ++pendingcnt [pri];
1042 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, EMPTY2); 1484 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, EMPTY2);
1043 pendings [pri][w_->pending - 1].w = w_; 1485 pendings [pri][w_->pending - 1].w = w_;
1044 pendings [pri][w_->pending - 1].events = revents; 1486 pendings [pri][w_->pending - 1].events = revents;
1045 } 1487 }
1488
1489 pendingpri = NUMPRI - 1;
1046} 1490}
1047 1491
1048inline_speed void 1492inline_speed void
1049feed_reverse (EV_P_ W w) 1493feed_reverse (EV_P_ W w)
1050{ 1494{
1096 if (expect_true (!anfd->reify)) 1540 if (expect_true (!anfd->reify))
1097 fd_event_nocheck (EV_A_ fd, revents); 1541 fd_event_nocheck (EV_A_ fd, revents);
1098} 1542}
1099 1543
1100void 1544void
1101ev_feed_fd_event (EV_P_ int fd, int revents) 1545ev_feed_fd_event (EV_P_ int fd, int revents) EV_THROW
1102{ 1546{
1103 if (fd >= 0 && fd < anfdmax) 1547 if (fd >= 0 && fd < anfdmax)
1104 fd_event_nocheck (EV_A_ fd, revents); 1548 fd_event_nocheck (EV_A_ fd, revents);
1105} 1549}
1106 1550
1455} 1899}
1456 1900
1457inline_speed void 1901inline_speed void
1458evpipe_write (EV_P_ EV_ATOMIC_T *flag) 1902evpipe_write (EV_P_ EV_ATOMIC_T *flag)
1459{ 1903{
1904 ECB_MEMORY_FENCE; /* push out the write before this function was called, acquire flag */
1905
1460 if (expect_true (*flag)) 1906 if (expect_true (*flag))
1461 return; 1907 return;
1462 1908
1463 *flag = 1; 1909 *flag = 1;
1464
1465 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */ 1910 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */
1466 1911
1467 pipe_write_skipped = 1; 1912 pipe_write_skipped = 1;
1468 1913
1469 ECB_MEMORY_FENCE; /* make sure pipe_write_skipped is visible before we check pipe_write_wanted */ 1914 ECB_MEMORY_FENCE; /* make sure pipe_write_skipped is visible before we check pipe_write_wanted */
1470 1915
1471 if (pipe_write_wanted) 1916 if (pipe_write_wanted)
1472 { 1917 {
1473 int old_errno; 1918 int old_errno;
1474 1919
1475 pipe_write_skipped = 0; /* just an optimsiation, no fence needed */ 1920 pipe_write_skipped = 0;
1921 ECB_MEMORY_FENCE_RELEASE;
1476 1922
1477 old_errno = errno; /* save errno because write will clobber it */ 1923 old_errno = errno; /* save errno because write will clobber it */
1478 1924
1479#if EV_USE_EVENTFD 1925#if EV_USE_EVENTFD
1480 if (evfd >= 0) 1926 if (evfd >= 0)
1483 write (evfd, &counter, sizeof (uint64_t)); 1929 write (evfd, &counter, sizeof (uint64_t));
1484 } 1930 }
1485 else 1931 else
1486#endif 1932#endif
1487 { 1933 {
1488 /* win32 people keep sending patches that change this write() to send() */ 1934#ifdef _WIN32
1489 /* and then run away. but send() is wrong, it wants a socket handle on win32 */ 1935 WSABUF buf;
1490 /* so when you think this write should be a send instead, please find out */ 1936 DWORD sent;
1491 /* where your send() is from - it's definitely not the microsoft send, and */ 1937 buf.buf = &buf;
1492 /* tell me. thank you. */ 1938 buf.len = 1;
1939 WSASend (EV_FD_TO_WIN32_HANDLE (evpipe [1]), &buf, 1, &sent, 0, 0, 0);
1940#else
1493 write (evpipe [1], &(evpipe [1]), 1); 1941 write (evpipe [1], &(evpipe [1]), 1);
1942#endif
1494 } 1943 }
1495 1944
1496 errno = old_errno; 1945 errno = old_errno;
1497 } 1946 }
1498} 1947}
1513 read (evfd, &counter, sizeof (uint64_t)); 1962 read (evfd, &counter, sizeof (uint64_t));
1514 } 1963 }
1515 else 1964 else
1516#endif 1965#endif
1517 { 1966 {
1518 char dummy; 1967 char dummy[4];
1519 /* see discussion in evpipe_write when you think this read should be recv in win32 */ 1968#ifdef _WIN32
1969 WSABUF buf;
1970 DWORD recvd;
1971 DWORD flags = 0;
1972 buf.buf = dummy;
1973 buf.len = sizeof (dummy);
1974 WSARecv (EV_FD_TO_WIN32_HANDLE (evpipe [0]), &buf, 1, &recvd, &flags, 0, 0);
1975#else
1520 read (evpipe [0], &dummy, 1); 1976 read (evpipe [0], &dummy, sizeof (dummy));
1977#endif
1521 } 1978 }
1522 } 1979 }
1523 1980
1524 pipe_write_skipped = 0; 1981 pipe_write_skipped = 0;
1982
1983 ECB_MEMORY_FENCE; /* push out skipped, acquire flags */
1525 1984
1526#if EV_SIGNAL_ENABLE 1985#if EV_SIGNAL_ENABLE
1527 if (sig_pending) 1986 if (sig_pending)
1528 { 1987 {
1529 sig_pending = 0; 1988 sig_pending = 0;
1989
1990 ECB_MEMORY_FENCE;
1530 1991
1531 for (i = EV_NSIG - 1; i--; ) 1992 for (i = EV_NSIG - 1; i--; )
1532 if (expect_false (signals [i].pending)) 1993 if (expect_false (signals [i].pending))
1533 ev_feed_signal_event (EV_A_ i + 1); 1994 ev_feed_signal_event (EV_A_ i + 1);
1534 } 1995 }
1536 1997
1537#if EV_ASYNC_ENABLE 1998#if EV_ASYNC_ENABLE
1538 if (async_pending) 1999 if (async_pending)
1539 { 2000 {
1540 async_pending = 0; 2001 async_pending = 0;
2002
2003 ECB_MEMORY_FENCE;
1541 2004
1542 for (i = asynccnt; i--; ) 2005 for (i = asynccnt; i--; )
1543 if (asyncs [i]->sent) 2006 if (asyncs [i]->sent)
1544 { 2007 {
1545 asyncs [i]->sent = 0; 2008 asyncs [i]->sent = 0;
2009 ECB_MEMORY_FENCE_RELEASE;
1546 ev_feed_event (EV_A_ asyncs [i], EV_ASYNC); 2010 ev_feed_event (EV_A_ asyncs [i], EV_ASYNC);
1547 } 2011 }
1548 } 2012 }
1549#endif 2013#endif
1550} 2014}
1551 2015
1552/*****************************************************************************/ 2016/*****************************************************************************/
1553 2017
1554void 2018void
1555ev_feed_signal (int signum) 2019ev_feed_signal (int signum) EV_THROW
1556{ 2020{
1557#if EV_MULTIPLICITY 2021#if EV_MULTIPLICITY
1558 EV_P = signals [signum - 1].loop; 2022 EV_P = signals [signum - 1].loop;
1559 2023
1560 if (!EV_A) 2024 if (!EV_A)
1577 2041
1578 ev_feed_signal (signum); 2042 ev_feed_signal (signum);
1579} 2043}
1580 2044
1581void noinline 2045void noinline
1582ev_feed_signal_event (EV_P_ int signum) 2046ev_feed_signal_event (EV_P_ int signum) EV_THROW
1583{ 2047{
1584 WL w; 2048 WL w;
1585 2049
1586 if (expect_false (signum <= 0 || signum > EV_NSIG)) 2050 if (expect_false (signum <= 0 || signum >= EV_NSIG))
1587 return; 2051 return;
1588 2052
1589 --signum; 2053 --signum;
1590 2054
1591#if EV_MULTIPLICITY 2055#if EV_MULTIPLICITY
1595 if (expect_false (signals [signum].loop != EV_A)) 2059 if (expect_false (signals [signum].loop != EV_A))
1596 return; 2060 return;
1597#endif 2061#endif
1598 2062
1599 signals [signum].pending = 0; 2063 signals [signum].pending = 0;
2064 ECB_MEMORY_FENCE_RELEASE;
1600 2065
1601 for (w = signals [signum].head; w; w = w->next) 2066 for (w = signals [signum].head; w; w = w->next)
1602 ev_feed_event (EV_A_ (W)w, EV_SIGNAL); 2067 ev_feed_event (EV_A_ (W)w, EV_SIGNAL);
1603} 2068}
1604 2069
1703#if EV_USE_SELECT 2168#if EV_USE_SELECT
1704# include "ev_select.c" 2169# include "ev_select.c"
1705#endif 2170#endif
1706 2171
1707int ecb_cold 2172int ecb_cold
1708ev_version_major (void) 2173ev_version_major (void) EV_THROW
1709{ 2174{
1710 return EV_VERSION_MAJOR; 2175 return EV_VERSION_MAJOR;
1711} 2176}
1712 2177
1713int ecb_cold 2178int ecb_cold
1714ev_version_minor (void) 2179ev_version_minor (void) EV_THROW
1715{ 2180{
1716 return EV_VERSION_MINOR; 2181 return EV_VERSION_MINOR;
1717} 2182}
1718 2183
1719/* return true if we are running with elevated privileges and should ignore env variables */ 2184/* return true if we are running with elevated privileges and should ignore env variables */
1727 || getgid () != getegid (); 2192 || getgid () != getegid ();
1728#endif 2193#endif
1729} 2194}
1730 2195
1731unsigned int ecb_cold 2196unsigned int ecb_cold
1732ev_supported_backends (void) 2197ev_supported_backends (void) EV_THROW
1733{ 2198{
1734 unsigned int flags = 0; 2199 unsigned int flags = 0;
1735 2200
1736 if (EV_USE_PORT ) flags |= EVBACKEND_PORT; 2201 if (EV_USE_PORT ) flags |= EVBACKEND_PORT;
1737 if (EV_USE_KQUEUE) flags |= EVBACKEND_KQUEUE; 2202 if (EV_USE_KQUEUE) flags |= EVBACKEND_KQUEUE;
1741 2206
1742 return flags; 2207 return flags;
1743} 2208}
1744 2209
1745unsigned int ecb_cold 2210unsigned int ecb_cold
1746ev_recommended_backends (void) 2211ev_recommended_backends (void) EV_THROW
1747{ 2212{
1748 unsigned int flags = ev_supported_backends (); 2213 unsigned int flags = ev_supported_backends ();
1749 2214
1750#ifndef __NetBSD__ 2215#ifndef __NetBSD__
1751 /* kqueue is borked on everything but netbsd apparently */ 2216 /* kqueue is borked on everything but netbsd apparently */
1763 2228
1764 return flags; 2229 return flags;
1765} 2230}
1766 2231
1767unsigned int ecb_cold 2232unsigned int ecb_cold
1768ev_embeddable_backends (void) 2233ev_embeddable_backends (void) EV_THROW
1769{ 2234{
1770 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT; 2235 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT;
1771 2236
1772 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */ 2237 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
1773 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */ 2238 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */
1775 2240
1776 return flags; 2241 return flags;
1777} 2242}
1778 2243
1779unsigned int 2244unsigned int
1780ev_backend (EV_P) 2245ev_backend (EV_P) EV_THROW
1781{ 2246{
1782 return backend; 2247 return backend;
1783} 2248}
1784 2249
1785#if EV_FEATURE_API 2250#if EV_FEATURE_API
1786unsigned int 2251unsigned int
1787ev_iteration (EV_P) 2252ev_iteration (EV_P) EV_THROW
1788{ 2253{
1789 return loop_count; 2254 return loop_count;
1790} 2255}
1791 2256
1792unsigned int 2257unsigned int
1793ev_depth (EV_P) 2258ev_depth (EV_P) EV_THROW
1794{ 2259{
1795 return loop_depth; 2260 return loop_depth;
1796} 2261}
1797 2262
1798void 2263void
1799ev_set_io_collect_interval (EV_P_ ev_tstamp interval) 2264ev_set_io_collect_interval (EV_P_ ev_tstamp interval) EV_THROW
1800{ 2265{
1801 io_blocktime = interval; 2266 io_blocktime = interval;
1802} 2267}
1803 2268
1804void 2269void
1805ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) 2270ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) EV_THROW
1806{ 2271{
1807 timeout_blocktime = interval; 2272 timeout_blocktime = interval;
1808} 2273}
1809 2274
1810void 2275void
1811ev_set_userdata (EV_P_ void *data) 2276ev_set_userdata (EV_P_ void *data) EV_THROW
1812{ 2277{
1813 userdata = data; 2278 userdata = data;
1814} 2279}
1815 2280
1816void * 2281void *
1817ev_userdata (EV_P) 2282ev_userdata (EV_P) EV_THROW
1818{ 2283{
1819 return userdata; 2284 return userdata;
1820} 2285}
1821 2286
1822void 2287void
1823ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P)) 2288ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P)) EV_THROW
1824{ 2289{
1825 invoke_cb = invoke_pending_cb; 2290 invoke_cb = invoke_pending_cb;
1826} 2291}
1827 2292
1828void 2293void
1829ev_set_loop_release_cb (EV_P_ void (*release)(EV_P), void (*acquire)(EV_P)) 2294ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_THROW, void (*acquire)(EV_P) EV_THROW) EV_THROW
1830{ 2295{
1831 release_cb = release; 2296 release_cb = release;
1832 acquire_cb = acquire; 2297 acquire_cb = acquire;
1833} 2298}
1834#endif 2299#endif
1835 2300
1836/* initialise a loop structure, must be zero-initialised */ 2301/* initialise a loop structure, must be zero-initialised */
1837static void noinline ecb_cold 2302static void noinline ecb_cold
1838loop_init (EV_P_ unsigned int flags) 2303loop_init (EV_P_ unsigned int flags) EV_THROW
1839{ 2304{
1840 if (!backend) 2305 if (!backend)
1841 { 2306 {
1842 origflags = flags; 2307 origflags = flags;
1843 2308
1948 EV_INVOKE_PENDING; 2413 EV_INVOKE_PENDING;
1949 } 2414 }
1950#endif 2415#endif
1951 2416
1952#if EV_CHILD_ENABLE 2417#if EV_CHILD_ENABLE
1953 if (ev_is_active (&childev)) 2418 if (ev_is_default_loop (EV_A) && ev_is_active (&childev))
1954 { 2419 {
1955 ev_ref (EV_A); /* child watcher */ 2420 ev_ref (EV_A); /* child watcher */
1956 ev_signal_stop (EV_A_ &childev); 2421 ev_signal_stop (EV_A_ &childev);
1957 } 2422 }
1958#endif 2423#endif
2085 EV_WIN32_CLOSE_FD (evpipe [1]); 2550 EV_WIN32_CLOSE_FD (evpipe [1]);
2086 } 2551 }
2087 2552
2088#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE 2553#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2089 evpipe_init (EV_A); 2554 evpipe_init (EV_A);
2090 /* now iterate over everything, in case we missed something */ 2555 /* iterate over everything, in case we missed something before */
2091 pipecb (EV_A_ &pipe_w, EV_READ); 2556 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
2092#endif 2557#endif
2093 } 2558 }
2094 2559
2095 postfork = 0; 2560 postfork = 0;
2096} 2561}
2097 2562
2098#if EV_MULTIPLICITY 2563#if EV_MULTIPLICITY
2099 2564
2100struct ev_loop * ecb_cold 2565struct ev_loop * ecb_cold
2101ev_loop_new (unsigned int flags) 2566ev_loop_new (unsigned int flags) EV_THROW
2102{ 2567{
2103 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop)); 2568 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop));
2104 2569
2105 memset (EV_A, 0, sizeof (struct ev_loop)); 2570 memset (EV_A, 0, sizeof (struct ev_loop));
2106 loop_init (EV_A_ flags); 2571 loop_init (EV_A_ flags);
2150} 2615}
2151#endif 2616#endif
2152 2617
2153#if EV_FEATURE_API 2618#if EV_FEATURE_API
2154void ecb_cold 2619void ecb_cold
2155ev_verify (EV_P) 2620ev_verify (EV_P) EV_THROW
2156{ 2621{
2157#if EV_VERIFY 2622#if EV_VERIFY
2158 int i; 2623 int i;
2159 WL w; 2624 WL w, w2;
2160 2625
2161 assert (activecnt >= -1); 2626 assert (activecnt >= -1);
2162 2627
2163 assert (fdchangemax >= fdchangecnt); 2628 assert (fdchangemax >= fdchangecnt);
2164 for (i = 0; i < fdchangecnt; ++i) 2629 for (i = 0; i < fdchangecnt; ++i)
2165 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0)); 2630 assert (("libev: negative fd in fdchanges", fdchanges [i] >= 0));
2166 2631
2167 assert (anfdmax >= 0); 2632 assert (anfdmax >= 0);
2168 for (i = 0; i < anfdmax; ++i) 2633 for (i = 0; i < anfdmax; ++i)
2634 {
2635 int j = 0;
2636
2169 for (w = anfds [i].head; w; w = w->next) 2637 for (w = w2 = anfds [i].head; w; w = w->next)
2170 { 2638 {
2171 verify_watcher (EV_A_ (W)w); 2639 verify_watcher (EV_A_ (W)w);
2640
2641 if (j++ & 1)
2642 {
2643 assert (("libev: io watcher list contains a loop", w != w2));
2644 w2 = w2->next;
2645 }
2646
2172 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1)); 2647 assert (("libev: inactive fd watcher on anfd list", ev_active (w) == 1));
2173 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i)); 2648 assert (("libev: fd mismatch between watcher and anfd", ((ev_io *)w)->fd == i));
2174 } 2649 }
2650 }
2175 2651
2176 assert (timermax >= timercnt); 2652 assert (timermax >= timercnt);
2177 verify_heap (EV_A_ timers, timercnt); 2653 verify_heap (EV_A_ timers, timercnt);
2178 2654
2179#if EV_PERIODIC_ENABLE 2655#if EV_PERIODIC_ENABLE
2229#if EV_MULTIPLICITY 2705#if EV_MULTIPLICITY
2230struct ev_loop * ecb_cold 2706struct ev_loop * ecb_cold
2231#else 2707#else
2232int 2708int
2233#endif 2709#endif
2234ev_default_loop (unsigned int flags) 2710ev_default_loop (unsigned int flags) EV_THROW
2235{ 2711{
2236 if (!ev_default_loop_ptr) 2712 if (!ev_default_loop_ptr)
2237 { 2713 {
2238#if EV_MULTIPLICITY 2714#if EV_MULTIPLICITY
2239 EV_P = ev_default_loop_ptr = &default_loop_struct; 2715 EV_P = ev_default_loop_ptr = &default_loop_struct;
2258 2734
2259 return ev_default_loop_ptr; 2735 return ev_default_loop_ptr;
2260} 2736}
2261 2737
2262void 2738void
2263ev_loop_fork (EV_P) 2739ev_loop_fork (EV_P) EV_THROW
2264{ 2740{
2265 postfork = 1; /* must be in line with ev_default_fork */ 2741 postfork = 1;
2266} 2742}
2267 2743
2268/*****************************************************************************/ 2744/*****************************************************************************/
2269 2745
2270void 2746void
2272{ 2748{
2273 EV_CB_INVOKE ((W)w, revents); 2749 EV_CB_INVOKE ((W)w, revents);
2274} 2750}
2275 2751
2276unsigned int 2752unsigned int
2277ev_pending_count (EV_P) 2753ev_pending_count (EV_P) EV_THROW
2278{ 2754{
2279 int pri; 2755 int pri;
2280 unsigned int count = 0; 2756 unsigned int count = 0;
2281 2757
2282 for (pri = NUMPRI; pri--; ) 2758 for (pri = NUMPRI; pri--; )
2286} 2762}
2287 2763
2288void noinline 2764void noinline
2289ev_invoke_pending (EV_P) 2765ev_invoke_pending (EV_P)
2290{ 2766{
2291 int pri; 2767 pendingpri = NUMPRI;
2292 2768
2293 for (pri = NUMPRI; pri--; ) 2769 while (pendingpri) /* pendingpri possibly gets modified in the inner loop */
2770 {
2771 --pendingpri;
2772
2294 while (pendingcnt [pri]) 2773 while (pendingcnt [pendingpri])
2295 { 2774 {
2296 ANPENDING *p = pendings [pri] + --pendingcnt [pri]; 2775 ANPENDING *p = pendings [pendingpri] + --pendingcnt [pendingpri];
2297 2776
2298 p->w->pending = 0; 2777 p->w->pending = 0;
2299 EV_CB_INVOKE (p->w, p->events); 2778 EV_CB_INVOKE (p->w, p->events);
2300 EV_FREQUENT_CHECK; 2779 EV_FREQUENT_CHECK;
2301 } 2780 }
2781 }
2302} 2782}
2303 2783
2304#if EV_IDLE_ENABLE 2784#if EV_IDLE_ENABLE
2305/* make idle watchers pending. this handles the "call-idle */ 2785/* make idle watchers pending. this handles the "call-idle */
2306/* only when higher priorities are idle" logic */ 2786/* only when higher priorities are idle" logic */
2396{ 2876{
2397 EV_FREQUENT_CHECK; 2877 EV_FREQUENT_CHECK;
2398 2878
2399 while (periodiccnt && ANHE_at (periodics [HEAP0]) < ev_rt_now) 2879 while (periodiccnt && ANHE_at (periodics [HEAP0]) < ev_rt_now)
2400 { 2880 {
2401 int feed_count = 0;
2402
2403 do 2881 do
2404 { 2882 {
2405 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]); 2883 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]);
2406 2884
2407 /*assert (("libev: inactive timer on periodic heap detected", ev_is_active (w)));*/ 2885 /*assert (("libev: inactive timer on periodic heap detected", ev_is_active (w)));*/
2541 3019
2542 mn_now = ev_rt_now; 3020 mn_now = ev_rt_now;
2543 } 3021 }
2544} 3022}
2545 3023
2546void 3024int
2547ev_run (EV_P_ int flags) 3025ev_run (EV_P_ int flags)
2548{ 3026{
2549#if EV_FEATURE_API 3027#if EV_FEATURE_API
2550 ++loop_depth; 3028 ++loop_depth;
2551#endif 3029#endif
2612 time_update (EV_A_ 1e100); 3090 time_update (EV_A_ 1e100);
2613 3091
2614 /* from now on, we want a pipe-wake-up */ 3092 /* from now on, we want a pipe-wake-up */
2615 pipe_write_wanted = 1; 3093 pipe_write_wanted = 1;
2616 3094
2617 ECB_MEMORY_FENCE; /* amke sure pipe_write_wanted is visible before we check for potential skips */ 3095 ECB_MEMORY_FENCE; /* make sure pipe_write_wanted is visible before we check for potential skips */
2618 3096
2619 if (expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped))) 3097 if (expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped)))
2620 { 3098 {
2621 waittime = MAX_BLOCKTIME; 3099 waittime = MAX_BLOCKTIME;
2622 3100
2664#endif 3142#endif
2665 assert ((loop_done = EVBREAK_RECURSE, 1)); /* assert for side effect */ 3143 assert ((loop_done = EVBREAK_RECURSE, 1)); /* assert for side effect */
2666 backend_poll (EV_A_ waittime); 3144 backend_poll (EV_A_ waittime);
2667 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */ 3145 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */
2668 3146
2669 pipe_write_wanted = 0; /* just an optimsiation, no fence needed */ 3147 pipe_write_wanted = 0; /* just an optimisation, no fence needed */
2670 3148
3149 ECB_MEMORY_FENCE_ACQUIRE;
2671 if (pipe_write_skipped) 3150 if (pipe_write_skipped)
2672 { 3151 {
2673 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); 3152 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
2674 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3153 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
2675 } 3154 }
2708 loop_done = EVBREAK_CANCEL; 3187 loop_done = EVBREAK_CANCEL;
2709 3188
2710#if EV_FEATURE_API 3189#if EV_FEATURE_API
2711 --loop_depth; 3190 --loop_depth;
2712#endif 3191#endif
3192
3193 return activecnt;
2713} 3194}
2714 3195
2715void 3196void
2716ev_break (EV_P_ int how) 3197ev_break (EV_P_ int how) EV_THROW
2717{ 3198{
2718 loop_done = how; 3199 loop_done = how;
2719} 3200}
2720 3201
2721void 3202void
2722ev_ref (EV_P) 3203ev_ref (EV_P) EV_THROW
2723{ 3204{
2724 ++activecnt; 3205 ++activecnt;
2725} 3206}
2726 3207
2727void 3208void
2728ev_unref (EV_P) 3209ev_unref (EV_P) EV_THROW
2729{ 3210{
2730 --activecnt; 3211 --activecnt;
2731} 3212}
2732 3213
2733void 3214void
2734ev_now_update (EV_P) 3215ev_now_update (EV_P) EV_THROW
2735{ 3216{
2736 time_update (EV_A_ 1e100); 3217 time_update (EV_A_ 1e100);
2737} 3218}
2738 3219
2739void 3220void
2740ev_suspend (EV_P) 3221ev_suspend (EV_P) EV_THROW
2741{ 3222{
2742 ev_now_update (EV_A); 3223 ev_now_update (EV_A);
2743} 3224}
2744 3225
2745void 3226void
2746ev_resume (EV_P) 3227ev_resume (EV_P) EV_THROW
2747{ 3228{
2748 ev_tstamp mn_prev = mn_now; 3229 ev_tstamp mn_prev = mn_now;
2749 3230
2750 ev_now_update (EV_A); 3231 ev_now_update (EV_A);
2751 timers_reschedule (EV_A_ mn_now - mn_prev); 3232 timers_reschedule (EV_A_ mn_now - mn_prev);
2790 w->pending = 0; 3271 w->pending = 0;
2791 } 3272 }
2792} 3273}
2793 3274
2794int 3275int
2795ev_clear_pending (EV_P_ void *w) 3276ev_clear_pending (EV_P_ void *w) EV_THROW
2796{ 3277{
2797 W w_ = (W)w; 3278 W w_ = (W)w;
2798 int pending = w_->pending; 3279 int pending = w_->pending;
2799 3280
2800 if (expect_true (pending)) 3281 if (expect_true (pending))
2833} 3314}
2834 3315
2835/*****************************************************************************/ 3316/*****************************************************************************/
2836 3317
2837void noinline 3318void noinline
2838ev_io_start (EV_P_ ev_io *w) 3319ev_io_start (EV_P_ ev_io *w) EV_THROW
2839{ 3320{
2840 int fd = w->fd; 3321 int fd = w->fd;
2841 3322
2842 if (expect_false (ev_is_active (w))) 3323 if (expect_false (ev_is_active (w)))
2843 return; 3324 return;
2849 3330
2850 ev_start (EV_A_ (W)w, 1); 3331 ev_start (EV_A_ (W)w, 1);
2851 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_init_zero); 3332 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_init_zero);
2852 wlist_add (&anfds[fd].head, (WL)w); 3333 wlist_add (&anfds[fd].head, (WL)w);
2853 3334
3335 /* common bug, apparently */
3336 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
3337
2854 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY); 3338 fd_change (EV_A_ fd, w->events & EV__IOFDSET | EV_ANFD_REIFY);
2855 w->events &= ~EV__IOFDSET; 3339 w->events &= ~EV__IOFDSET;
2856 3340
2857 EV_FREQUENT_CHECK; 3341 EV_FREQUENT_CHECK;
2858} 3342}
2859 3343
2860void noinline 3344void noinline
2861ev_io_stop (EV_P_ ev_io *w) 3345ev_io_stop (EV_P_ ev_io *w) EV_THROW
2862{ 3346{
2863 clear_pending (EV_A_ (W)w); 3347 clear_pending (EV_A_ (W)w);
2864 if (expect_false (!ev_is_active (w))) 3348 if (expect_false (!ev_is_active (w)))
2865 return; 3349 return;
2866 3350
2875 3359
2876 EV_FREQUENT_CHECK; 3360 EV_FREQUENT_CHECK;
2877} 3361}
2878 3362
2879void noinline 3363void noinline
2880ev_timer_start (EV_P_ ev_timer *w) 3364ev_timer_start (EV_P_ ev_timer *w) EV_THROW
2881{ 3365{
2882 if (expect_false (ev_is_active (w))) 3366 if (expect_false (ev_is_active (w)))
2883 return; 3367 return;
2884 3368
2885 ev_at (w) += mn_now; 3369 ev_at (w) += mn_now;
2899 3383
2900 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/ 3384 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/
2901} 3385}
2902 3386
2903void noinline 3387void noinline
2904ev_timer_stop (EV_P_ ev_timer *w) 3388ev_timer_stop (EV_P_ ev_timer *w) EV_THROW
2905{ 3389{
2906 clear_pending (EV_A_ (W)w); 3390 clear_pending (EV_A_ (W)w);
2907 if (expect_false (!ev_is_active (w))) 3391 if (expect_false (!ev_is_active (w)))
2908 return; 3392 return;
2909 3393
2929 3413
2930 EV_FREQUENT_CHECK; 3414 EV_FREQUENT_CHECK;
2931} 3415}
2932 3416
2933void noinline 3417void noinline
2934ev_timer_again (EV_P_ ev_timer *w) 3418ev_timer_again (EV_P_ ev_timer *w) EV_THROW
2935{ 3419{
2936 EV_FREQUENT_CHECK; 3420 EV_FREQUENT_CHECK;
3421
3422 clear_pending (EV_A_ (W)w);
2937 3423
2938 if (ev_is_active (w)) 3424 if (ev_is_active (w))
2939 { 3425 {
2940 if (w->repeat) 3426 if (w->repeat)
2941 { 3427 {
2954 3440
2955 EV_FREQUENT_CHECK; 3441 EV_FREQUENT_CHECK;
2956} 3442}
2957 3443
2958ev_tstamp 3444ev_tstamp
2959ev_timer_remaining (EV_P_ ev_timer *w) 3445ev_timer_remaining (EV_P_ ev_timer *w) EV_THROW
2960{ 3446{
2961 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.); 3447 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.);
2962} 3448}
2963 3449
2964#if EV_PERIODIC_ENABLE 3450#if EV_PERIODIC_ENABLE
2965void noinline 3451void noinline
2966ev_periodic_start (EV_P_ ev_periodic *w) 3452ev_periodic_start (EV_P_ ev_periodic *w) EV_THROW
2967{ 3453{
2968 if (expect_false (ev_is_active (w))) 3454 if (expect_false (ev_is_active (w)))
2969 return; 3455 return;
2970 3456
2971 if (w->reschedule_cb) 3457 if (w->reschedule_cb)
2991 3477
2992 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/ 3478 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/
2993} 3479}
2994 3480
2995void noinline 3481void noinline
2996ev_periodic_stop (EV_P_ ev_periodic *w) 3482ev_periodic_stop (EV_P_ ev_periodic *w) EV_THROW
2997{ 3483{
2998 clear_pending (EV_A_ (W)w); 3484 clear_pending (EV_A_ (W)w);
2999 if (expect_false (!ev_is_active (w))) 3485 if (expect_false (!ev_is_active (w)))
3000 return; 3486 return;
3001 3487
3019 3505
3020 EV_FREQUENT_CHECK; 3506 EV_FREQUENT_CHECK;
3021} 3507}
3022 3508
3023void noinline 3509void noinline
3024ev_periodic_again (EV_P_ ev_periodic *w) 3510ev_periodic_again (EV_P_ ev_periodic *w) EV_THROW
3025{ 3511{
3026 /* TODO: use adjustheap and recalculation */ 3512 /* TODO: use adjustheap and recalculation */
3027 ev_periodic_stop (EV_A_ w); 3513 ev_periodic_stop (EV_A_ w);
3028 ev_periodic_start (EV_A_ w); 3514 ev_periodic_start (EV_A_ w);
3029} 3515}
3034#endif 3520#endif
3035 3521
3036#if EV_SIGNAL_ENABLE 3522#if EV_SIGNAL_ENABLE
3037 3523
3038void noinline 3524void noinline
3039ev_signal_start (EV_P_ ev_signal *w) 3525ev_signal_start (EV_P_ ev_signal *w) EV_THROW
3040{ 3526{
3041 if (expect_false (ev_is_active (w))) 3527 if (expect_false (ev_is_active (w)))
3042 return; 3528 return;
3043 3529
3044 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG)); 3530 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
3115 3601
3116 EV_FREQUENT_CHECK; 3602 EV_FREQUENT_CHECK;
3117} 3603}
3118 3604
3119void noinline 3605void noinline
3120ev_signal_stop (EV_P_ ev_signal *w) 3606ev_signal_stop (EV_P_ ev_signal *w) EV_THROW
3121{ 3607{
3122 clear_pending (EV_A_ (W)w); 3608 clear_pending (EV_A_ (W)w);
3123 if (expect_false (!ev_is_active (w))) 3609 if (expect_false (!ev_is_active (w)))
3124 return; 3610 return;
3125 3611
3156#endif 3642#endif
3157 3643
3158#if EV_CHILD_ENABLE 3644#if EV_CHILD_ENABLE
3159 3645
3160void 3646void
3161ev_child_start (EV_P_ ev_child *w) 3647ev_child_start (EV_P_ ev_child *w) EV_THROW
3162{ 3648{
3163#if EV_MULTIPLICITY 3649#if EV_MULTIPLICITY
3164 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); 3650 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
3165#endif 3651#endif
3166 if (expect_false (ev_is_active (w))) 3652 if (expect_false (ev_is_active (w)))
3173 3659
3174 EV_FREQUENT_CHECK; 3660 EV_FREQUENT_CHECK;
3175} 3661}
3176 3662
3177void 3663void
3178ev_child_stop (EV_P_ ev_child *w) 3664ev_child_stop (EV_P_ ev_child *w) EV_THROW
3179{ 3665{
3180 clear_pending (EV_A_ (W)w); 3666 clear_pending (EV_A_ (W)w);
3181 if (expect_false (!ev_is_active (w))) 3667 if (expect_false (!ev_is_active (w)))
3182 return; 3668 return;
3183 3669
3350} 3836}
3351 3837
3352inline_size int 3838inline_size int
3353infy_newfd (void) 3839infy_newfd (void)
3354{ 3840{
3355#if defined (IN_CLOEXEC) && defined (IN_NONBLOCK) 3841#if defined IN_CLOEXEC && defined IN_NONBLOCK
3356 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK); 3842 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK);
3357 if (fd >= 0) 3843 if (fd >= 0)
3358 return fd; 3844 return fd;
3359#endif 3845#endif
3360 return inotify_init (); 3846 return inotify_init ();
3435#else 3921#else
3436# define EV_LSTAT(p,b) lstat (p, b) 3922# define EV_LSTAT(p,b) lstat (p, b)
3437#endif 3923#endif
3438 3924
3439void 3925void
3440ev_stat_stat (EV_P_ ev_stat *w) 3926ev_stat_stat (EV_P_ ev_stat *w) EV_THROW
3441{ 3927{
3442 if (lstat (w->path, &w->attr) < 0) 3928 if (lstat (w->path, &w->attr) < 0)
3443 w->attr.st_nlink = 0; 3929 w->attr.st_nlink = 0;
3444 else if (!w->attr.st_nlink) 3930 else if (!w->attr.st_nlink)
3445 w->attr.st_nlink = 1; 3931 w->attr.st_nlink = 1;
3484 ev_feed_event (EV_A_ w, EV_STAT); 3970 ev_feed_event (EV_A_ w, EV_STAT);
3485 } 3971 }
3486} 3972}
3487 3973
3488void 3974void
3489ev_stat_start (EV_P_ ev_stat *w) 3975ev_stat_start (EV_P_ ev_stat *w) EV_THROW
3490{ 3976{
3491 if (expect_false (ev_is_active (w))) 3977 if (expect_false (ev_is_active (w)))
3492 return; 3978 return;
3493 3979
3494 ev_stat_stat (EV_A_ w); 3980 ev_stat_stat (EV_A_ w);
3515 4001
3516 EV_FREQUENT_CHECK; 4002 EV_FREQUENT_CHECK;
3517} 4003}
3518 4004
3519void 4005void
3520ev_stat_stop (EV_P_ ev_stat *w) 4006ev_stat_stop (EV_P_ ev_stat *w) EV_THROW
3521{ 4007{
3522 clear_pending (EV_A_ (W)w); 4008 clear_pending (EV_A_ (W)w);
3523 if (expect_false (!ev_is_active (w))) 4009 if (expect_false (!ev_is_active (w)))
3524 return; 4010 return;
3525 4011
3541} 4027}
3542#endif 4028#endif
3543 4029
3544#if EV_IDLE_ENABLE 4030#if EV_IDLE_ENABLE
3545void 4031void
3546ev_idle_start (EV_P_ ev_idle *w) 4032ev_idle_start (EV_P_ ev_idle *w) EV_THROW
3547{ 4033{
3548 if (expect_false (ev_is_active (w))) 4034 if (expect_false (ev_is_active (w)))
3549 return; 4035 return;
3550 4036
3551 pri_adjust (EV_A_ (W)w); 4037 pri_adjust (EV_A_ (W)w);
3564 4050
3565 EV_FREQUENT_CHECK; 4051 EV_FREQUENT_CHECK;
3566} 4052}
3567 4053
3568void 4054void
3569ev_idle_stop (EV_P_ ev_idle *w) 4055ev_idle_stop (EV_P_ ev_idle *w) EV_THROW
3570{ 4056{
3571 clear_pending (EV_A_ (W)w); 4057 clear_pending (EV_A_ (W)w);
3572 if (expect_false (!ev_is_active (w))) 4058 if (expect_false (!ev_is_active (w)))
3573 return; 4059 return;
3574 4060
3588} 4074}
3589#endif 4075#endif
3590 4076
3591#if EV_PREPARE_ENABLE 4077#if EV_PREPARE_ENABLE
3592void 4078void
3593ev_prepare_start (EV_P_ ev_prepare *w) 4079ev_prepare_start (EV_P_ ev_prepare *w) EV_THROW
3594{ 4080{
3595 if (expect_false (ev_is_active (w))) 4081 if (expect_false (ev_is_active (w)))
3596 return; 4082 return;
3597 4083
3598 EV_FREQUENT_CHECK; 4084 EV_FREQUENT_CHECK;
3603 4089
3604 EV_FREQUENT_CHECK; 4090 EV_FREQUENT_CHECK;
3605} 4091}
3606 4092
3607void 4093void
3608ev_prepare_stop (EV_P_ ev_prepare *w) 4094ev_prepare_stop (EV_P_ ev_prepare *w) EV_THROW
3609{ 4095{
3610 clear_pending (EV_A_ (W)w); 4096 clear_pending (EV_A_ (W)w);
3611 if (expect_false (!ev_is_active (w))) 4097 if (expect_false (!ev_is_active (w)))
3612 return; 4098 return;
3613 4099
3626} 4112}
3627#endif 4113#endif
3628 4114
3629#if EV_CHECK_ENABLE 4115#if EV_CHECK_ENABLE
3630void 4116void
3631ev_check_start (EV_P_ ev_check *w) 4117ev_check_start (EV_P_ ev_check *w) EV_THROW
3632{ 4118{
3633 if (expect_false (ev_is_active (w))) 4119 if (expect_false (ev_is_active (w)))
3634 return; 4120 return;
3635 4121
3636 EV_FREQUENT_CHECK; 4122 EV_FREQUENT_CHECK;
3641 4127
3642 EV_FREQUENT_CHECK; 4128 EV_FREQUENT_CHECK;
3643} 4129}
3644 4130
3645void 4131void
3646ev_check_stop (EV_P_ ev_check *w) 4132ev_check_stop (EV_P_ ev_check *w) EV_THROW
3647{ 4133{
3648 clear_pending (EV_A_ (W)w); 4134 clear_pending (EV_A_ (W)w);
3649 if (expect_false (!ev_is_active (w))) 4135 if (expect_false (!ev_is_active (w)))
3650 return; 4136 return;
3651 4137
3664} 4150}
3665#endif 4151#endif
3666 4152
3667#if EV_EMBED_ENABLE 4153#if EV_EMBED_ENABLE
3668void noinline 4154void noinline
3669ev_embed_sweep (EV_P_ ev_embed *w) 4155ev_embed_sweep (EV_P_ ev_embed *w) EV_THROW
3670{ 4156{
3671 ev_run (w->other, EVRUN_NOWAIT); 4157 ev_run (w->other, EVRUN_NOWAIT);
3672} 4158}
3673 4159
3674static void 4160static void
3722 ev_idle_stop (EV_A_ idle); 4208 ev_idle_stop (EV_A_ idle);
3723} 4209}
3724#endif 4210#endif
3725 4211
3726void 4212void
3727ev_embed_start (EV_P_ ev_embed *w) 4213ev_embed_start (EV_P_ ev_embed *w) EV_THROW
3728{ 4214{
3729 if (expect_false (ev_is_active (w))) 4215 if (expect_false (ev_is_active (w)))
3730 return; 4216 return;
3731 4217
3732 { 4218 {
3753 4239
3754 EV_FREQUENT_CHECK; 4240 EV_FREQUENT_CHECK;
3755} 4241}
3756 4242
3757void 4243void
3758ev_embed_stop (EV_P_ ev_embed *w) 4244ev_embed_stop (EV_P_ ev_embed *w) EV_THROW
3759{ 4245{
3760 clear_pending (EV_A_ (W)w); 4246 clear_pending (EV_A_ (W)w);
3761 if (expect_false (!ev_is_active (w))) 4247 if (expect_false (!ev_is_active (w)))
3762 return; 4248 return;
3763 4249
3773} 4259}
3774#endif 4260#endif
3775 4261
3776#if EV_FORK_ENABLE 4262#if EV_FORK_ENABLE
3777void 4263void
3778ev_fork_start (EV_P_ ev_fork *w) 4264ev_fork_start (EV_P_ ev_fork *w) EV_THROW
3779{ 4265{
3780 if (expect_false (ev_is_active (w))) 4266 if (expect_false (ev_is_active (w)))
3781 return; 4267 return;
3782 4268
3783 EV_FREQUENT_CHECK; 4269 EV_FREQUENT_CHECK;
3788 4274
3789 EV_FREQUENT_CHECK; 4275 EV_FREQUENT_CHECK;
3790} 4276}
3791 4277
3792void 4278void
3793ev_fork_stop (EV_P_ ev_fork *w) 4279ev_fork_stop (EV_P_ ev_fork *w) EV_THROW
3794{ 4280{
3795 clear_pending (EV_A_ (W)w); 4281 clear_pending (EV_A_ (W)w);
3796 if (expect_false (!ev_is_active (w))) 4282 if (expect_false (!ev_is_active (w)))
3797 return; 4283 return;
3798 4284
3811} 4297}
3812#endif 4298#endif
3813 4299
3814#if EV_CLEANUP_ENABLE 4300#if EV_CLEANUP_ENABLE
3815void 4301void
3816ev_cleanup_start (EV_P_ ev_cleanup *w) 4302ev_cleanup_start (EV_P_ ev_cleanup *w) EV_THROW
3817{ 4303{
3818 if (expect_false (ev_is_active (w))) 4304 if (expect_false (ev_is_active (w)))
3819 return; 4305 return;
3820 4306
3821 EV_FREQUENT_CHECK; 4307 EV_FREQUENT_CHECK;
3828 ev_unref (EV_A); 4314 ev_unref (EV_A);
3829 EV_FREQUENT_CHECK; 4315 EV_FREQUENT_CHECK;
3830} 4316}
3831 4317
3832void 4318void
3833ev_cleanup_stop (EV_P_ ev_cleanup *w) 4319ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_THROW
3834{ 4320{
3835 clear_pending (EV_A_ (W)w); 4321 clear_pending (EV_A_ (W)w);
3836 if (expect_false (!ev_is_active (w))) 4322 if (expect_false (!ev_is_active (w)))
3837 return; 4323 return;
3838 4324
3852} 4338}
3853#endif 4339#endif
3854 4340
3855#if EV_ASYNC_ENABLE 4341#if EV_ASYNC_ENABLE
3856void 4342void
3857ev_async_start (EV_P_ ev_async *w) 4343ev_async_start (EV_P_ ev_async *w) EV_THROW
3858{ 4344{
3859 if (expect_false (ev_is_active (w))) 4345 if (expect_false (ev_is_active (w)))
3860 return; 4346 return;
3861 4347
3862 w->sent = 0; 4348 w->sent = 0;
3871 4357
3872 EV_FREQUENT_CHECK; 4358 EV_FREQUENT_CHECK;
3873} 4359}
3874 4360
3875void 4361void
3876ev_async_stop (EV_P_ ev_async *w) 4362ev_async_stop (EV_P_ ev_async *w) EV_THROW
3877{ 4363{
3878 clear_pending (EV_A_ (W)w); 4364 clear_pending (EV_A_ (W)w);
3879 if (expect_false (!ev_is_active (w))) 4365 if (expect_false (!ev_is_active (w)))
3880 return; 4366 return;
3881 4367
3892 4378
3893 EV_FREQUENT_CHECK; 4379 EV_FREQUENT_CHECK;
3894} 4380}
3895 4381
3896void 4382void
3897ev_async_send (EV_P_ ev_async *w) 4383ev_async_send (EV_P_ ev_async *w) EV_THROW
3898{ 4384{
3899 w->sent = 1; 4385 w->sent = 1;
3900 evpipe_write (EV_A_ &async_pending); 4386 evpipe_write (EV_A_ &async_pending);
3901} 4387}
3902#endif 4388#endif
3939 4425
3940 once_cb (EV_A_ once, revents | ev_clear_pending (EV_A_ &once->io)); 4426 once_cb (EV_A_ once, revents | ev_clear_pending (EV_A_ &once->io));
3941} 4427}
3942 4428
3943void 4429void
3944ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg) 4430ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg) EV_THROW
3945{ 4431{
3946 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once)); 4432 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once));
3947 4433
3948 if (expect_false (!once)) 4434 if (expect_false (!once))
3949 { 4435 {
3971 4457
3972/*****************************************************************************/ 4458/*****************************************************************************/
3973 4459
3974#if EV_WALK_ENABLE 4460#if EV_WALK_ENABLE
3975void ecb_cold 4461void ecb_cold
3976ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) 4462ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_THROW
3977{ 4463{
3978 int i, j; 4464 int i, j;
3979 ev_watcher_list *wl, *wn; 4465 ev_watcher_list *wl, *wn;
3980 4466
3981 if (types & (EV_IO | EV_EMBED)) 4467 if (types & (EV_IO | EV_EMBED))
4024 cb (EV_A_ EV_PERIODIC, ANHE_w (periodics [i])); 4510 cb (EV_A_ EV_PERIODIC, ANHE_w (periodics [i]));
4025#endif 4511#endif
4026 4512
4027#if EV_IDLE_ENABLE 4513#if EV_IDLE_ENABLE
4028 if (types & EV_IDLE) 4514 if (types & EV_IDLE)
4029 for (j = NUMPRI; i--; ) 4515 for (j = NUMPRI; j--; )
4030 for (i = idlecnt [j]; i--; ) 4516 for (i = idlecnt [j]; i--; )
4031 cb (EV_A_ EV_IDLE, idles [j][i]); 4517 cb (EV_A_ EV_IDLE, idles [j][i]);
4032#endif 4518#endif
4033 4519
4034#if EV_FORK_ENABLE 4520#if EV_FORK_ENABLE
4087 4573
4088#if EV_MULTIPLICITY 4574#if EV_MULTIPLICITY
4089 #include "ev_wrap.h" 4575 #include "ev_wrap.h"
4090#endif 4576#endif
4091 4577
4092EV_CPP(})
4093

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines