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

Comparing libev/ev.c (file contents):
Revision 1.391 by root, Thu Aug 4 13:57:16 2011 UTC vs.
Revision 1.424 by root, Tue May 1 22:01:40 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>
210#define _DARWIN_UNLIMITED_SELECT 1 219#define _DARWIN_UNLIMITED_SELECT 1
211 220
212/* this block tries to deduce configuration from header-defined symbols and defaults */ 221/* this block tries to deduce configuration from header-defined symbols and defaults */
213 222
214/* try to deduce the maximum number of signals on this platform */ 223/* try to deduce the maximum number of signals on this platform */
215#if defined (EV_NSIG) 224#if defined EV_NSIG
216/* use what's provided */ 225/* use what's provided */
217#elif defined (NSIG) 226#elif defined NSIG
218# define EV_NSIG (NSIG) 227# define EV_NSIG (NSIG)
219#elif defined(_NSIG) 228#elif defined _NSIG
220# define EV_NSIG (_NSIG) 229# define EV_NSIG (_NSIG)
221#elif defined (SIGMAX) 230#elif defined SIGMAX
222# define EV_NSIG (SIGMAX+1) 231# define EV_NSIG (SIGMAX+1)
223#elif defined (SIG_MAX) 232#elif defined SIG_MAX
224# define EV_NSIG (SIG_MAX+1) 233# define EV_NSIG (SIG_MAX+1)
225#elif defined (_SIG_MAX) 234#elif defined _SIG_MAX
226# define EV_NSIG (_SIG_MAX+1) 235# define EV_NSIG (_SIG_MAX+1)
227#elif defined (MAXSIG) 236#elif defined MAXSIG
228# define EV_NSIG (MAXSIG+1) 237# define EV_NSIG (MAXSIG+1)
229#elif defined (MAX_SIG) 238#elif defined MAX_SIG
230# define EV_NSIG (MAX_SIG+1) 239# define EV_NSIG (MAX_SIG+1)
231#elif defined (SIGARRAYSIZE) 240#elif defined SIGARRAYSIZE
232# define EV_NSIG (SIGARRAYSIZE) /* Assume ary[SIGARRAYSIZE] */ 241# define EV_NSIG (SIGARRAYSIZE) /* Assume ary[SIGARRAYSIZE] */
233#elif defined (_sys_nsig) 242#elif defined _sys_nsig
234# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */ 243# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */
235#else 244#else
236# error "unable to find value for NSIG, please report" 245# error "unable to find value for NSIG, please report"
237/* to make it compile regardless, just remove the above line, */ 246/* to make it compile regardless, just remove the above line, */
238/* but consider reporting it, too! :) */ 247/* but consider reporting it, too! :) */
250# define EV_USE_CLOCK_SYSCALL 0 259# define EV_USE_CLOCK_SYSCALL 0
251# endif 260# endif
252#endif 261#endif
253 262
254#ifndef EV_USE_MONOTONIC 263#ifndef EV_USE_MONOTONIC
255# if defined (_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0 264# if defined _POSIX_MONOTONIC_CLOCK && _POSIX_MONOTONIC_CLOCK >= 0
256# define EV_USE_MONOTONIC EV_FEATURE_OS 265# define EV_USE_MONOTONIC EV_FEATURE_OS
257# else 266# else
258# define EV_USE_MONOTONIC 0 267# define EV_USE_MONOTONIC 0
259# endif 268# endif
260#endif 269#endif
350#endif 359#endif
351 360
352/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */ 361/* 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. */ 362/* which makes programs even slower. might work on other unices, too. */
354#if EV_USE_CLOCK_SYSCALL 363#if EV_USE_CLOCK_SYSCALL
355# include <syscall.h> 364# include <sys/syscall.h>
356# ifdef SYS_clock_gettime 365# ifdef SYS_clock_gettime
357# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts)) 366# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts))
358# undef EV_USE_MONOTONIC 367# undef EV_USE_MONOTONIC
359# define EV_USE_MONOTONIC 1 368# define EV_USE_MONOTONIC 1
360# else 369# else
386# define EV_USE_INOTIFY 0 395# define EV_USE_INOTIFY 0
387#endif 396#endif
388 397
389#if !EV_USE_NANOSLEEP 398#if !EV_USE_NANOSLEEP
390/* hp-ux has it in sys/time.h, which we unconditionally include above */ 399/* hp-ux has it in sys/time.h, which we unconditionally include above */
391# if !defined(_WIN32) && !defined(__hpux) 400# if !defined _WIN32 && !defined __hpux
392# include <sys/select.h> 401# include <sys/select.h>
393# endif 402# endif
394#endif 403#endif
395 404
396#if EV_USE_INOTIFY 405#if EV_USE_INOTIFY
469/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */ 478/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */
470/* ECB.H BEGIN */ 479/* ECB.H BEGIN */
471/* 480/*
472 * libecb - http://software.schmorp.de/pkg/libecb 481 * libecb - http://software.schmorp.de/pkg/libecb
473 * 482 *
474 * Copyright (©) 2009-2011 Marc Alexander Lehmann <libecb@schmorp.de> 483 * Copyright (©) 2009-2012 Marc Alexander Lehmann <libecb@schmorp.de>
475 * Copyright (©) 2011 Emanuele Giaquinta 484 * Copyright (©) 2011 Emanuele Giaquinta
476 * All rights reserved. 485 * All rights reserved.
477 * 486 *
478 * Redistribution and use in source and binary forms, with or without modifica- 487 * Redistribution and use in source and binary forms, with or without modifica-
479 * tion, are permitted provided that the following conditions are met: 488 * tion, are permitted provided that the following conditions are met:
524 * or so. 533 * or so.
525 * we try to detect these and simply assume they are not gcc - if they have 534 * we try to detect these and simply assume they are not gcc - if they have
526 * an issue with that they should have done it right in the first place. 535 * an issue with that they should have done it right in the first place.
527 */ 536 */
528#ifndef ECB_GCC_VERSION 537#ifndef ECB_GCC_VERSION
529 #if !defined(__GNUC_MINOR__) || defined(__INTEL_COMPILER) || defined(__SUNPRO_C) || defined(__SUNPRO_CC) || defined(__llvm__) || defined(__clang__) 538 #if !defined __GNUC_MINOR__ || defined __INTEL_COMPILER || defined __SUNPRO_C || defined __SUNPRO_CC || defined __llvm__ || defined __clang__
530 #define ECB_GCC_VERSION(major,minor) 0 539 #define ECB_GCC_VERSION(major,minor) 0
531 #else 540 #else
532 #define ECB_GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor))) 541 #define ECB_GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
533 #endif 542 #endif
534#endif 543#endif
536/*****************************************************************************/ 545/*****************************************************************************/
537 546
538/* ECB_NO_THREADS - ecb is not used by multiple threads, ever */ 547/* ECB_NO_THREADS - ecb is not used by multiple threads, ever */
539/* ECB_NO_SMP - ecb might be used in multiple threads, but only on a single cpu */ 548/* ECB_NO_SMP - ecb might be used in multiple threads, but only on a single cpu */
540 549
550#if ECB_NO_THREADS
551# define ECB_NO_SMP 1
552#endif
553
541#if ECB_NO_THREADS || ECB_NO_SMP 554#if ECB_NO_THREADS || ECB_NO_SMP
542 #define ECB_MEMORY_FENCE do { } while (0) 555 #define ECB_MEMORY_FENCE do { } while (0)
543 #define ECB_MEMORY_FENCE_ACQUIRE do { } while (0)
544 #define ECB_MEMORY_FENCE_RELEASE do { } while (0)
545#endif 556#endif
546 557
547#ifndef ECB_MEMORY_FENCE 558#ifndef ECB_MEMORY_FENCE
548 #if ECB_GCC_VERSION(2,5) 559 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
549 #if __x86 560 #if __i386 || __i386__
550 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory") 561 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory")
551 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE /* non-lock xchg might be enough */ 562 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE /* non-lock xchg might be enough */
552 #define ECB_MEMORY_FENCE_RELEASE do { } while (0) /* unlikely to change in future cpus */ 563 #define ECB_MEMORY_FENCE_RELEASE do { } while (0) /* unlikely to change in future cpus */
553 #elif __amd64 564 #elif __amd64 || __amd64__ || __x86_64 || __x86_64__
554 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory") 565 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory")
555 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("lfence" : : : "memory") 566 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("lfence" : : : "memory")
556 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("sfence") /* play safe - not needed in any current cpu */ 567 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("sfence") /* play safe - not needed in any current cpu */
568 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__
569 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
570 #elif defined __ARM_ARCH_6__ || defined __ARM_ARCH_6J__ \
571 || defined __ARM_ARCH_6K__ || defined __ARM_ARCH_6ZK__
572 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mcr p15,0,%0,c7,c10,5" : : "r" (0) : "memory")
573 #elif defined __ARM_ARCH_7__ || defined __ARM_ARCH_7A__ \
574 || defined __ARM_ARCH_7M__ || defined __ARM_ARCH_7R__
575 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("dmb" : : : "memory")
576 #elif __sparc || __sparc__
577 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad | #StoreStore | #StoreLoad | " : : : "memory")
578 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad" : : : "memory")
579 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("membar #LoadStore | #StoreStore")
580 #elif defined __s390__ || defined __s390x__
581 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("bcr 15,0" : : : "memory")
582 #elif defined __mips__
583 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
584 #elif defined __alpha__
585 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mb" : : : "memory")
557 #endif 586 #endif
558 #endif 587 #endif
559#endif 588#endif
560 589
561#ifndef ECB_MEMORY_FENCE 590#ifndef ECB_MEMORY_FENCE
562 #if ECB_GCC_VERSION(4,4) 591 #if ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
563 #define ECB_MEMORY_FENCE __sync_synchronize () 592 #define ECB_MEMORY_FENCE __sync_synchronize ()
564 #define ECB_MEMORY_FENCE_ACQUIRE ({ char dummy = 0; __sync_lock_test_and_set (&dummy, 1); }) 593 /*#define ECB_MEMORY_FENCE_ACQUIRE ({ char dummy = 0; __sync_lock_test_and_set (&dummy, 1); }) */
565 #define ECB_MEMORY_FENCE_RELEASE ({ char dummy = 1; __sync_lock_release (&dummy ); }) 594 /*#define ECB_MEMORY_FENCE_RELEASE ({ char dummy = 1; __sync_lock_release (&dummy ); }) */
566 #elif _MSC_VER >= 1400 /* VC++ 2005 */ 595 #elif _MSC_VER >= 1400 /* VC++ 2005 */
567 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier) 596 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier)
568 #define ECB_MEMORY_FENCE _ReadWriteBarrier () 597 #define ECB_MEMORY_FENCE _ReadWriteBarrier ()
569 #define ECB_MEMORY_FENCE_ACQUIRE _ReadWriteBarrier () /* according to msdn, _ReadBarrier is not a load fence */ 598 #define ECB_MEMORY_FENCE_ACQUIRE _ReadWriteBarrier () /* according to msdn, _ReadBarrier is not a load fence */
570 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier () 599 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier ()
571 #elif defined(_WIN32) 600 #elif defined _WIN32
572 #include <WinNT.h> 601 #include <WinNT.h>
573 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */ 602 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */
574 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 603 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
575 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 604 #include <mbarrier.h>
605 #define ECB_MEMORY_FENCE __machine_rw_barrier ()
606 #define ECB_MEMORY_FENCE_ACQUIRE __machine_r_barrier ()
607 #define ECB_MEMORY_FENCE_RELEASE __machine_w_barrier ()
608 #elif __xlC__
609 #define ECB_MEMORY_FENCE __sync ()
576 #endif 610 #endif
577#endif 611#endif
578 612
579#ifndef ECB_MEMORY_FENCE 613#ifndef ECB_MEMORY_FENCE
614 #if !ECB_AVOID_PTHREADS
580 /* 615 /*
581 * if you get undefined symbol references to pthread_mutex_lock, 616 * if you get undefined symbol references to pthread_mutex_lock,
582 * or failure to find pthread.h, then you should implement 617 * or failure to find pthread.h, then you should implement
583 * the ECB_MEMORY_FENCE operations for your cpu/compiler 618 * the ECB_MEMORY_FENCE operations for your cpu/compiler
584 * OR provide pthread.h and link against the posix thread library 619 * OR provide pthread.h and link against the posix thread library
585 * of your system. 620 * of your system.
586 */ 621 */
587 #include <pthread.h> 622 #include <pthread.h>
588 #define ECB_NEEDS_PTHREADS 1 623 #define ECB_NEEDS_PTHREADS 1
589 #define ECB_MEMORY_FENCE_NEEDS_PTHREADS 1 624 #define ECB_MEMORY_FENCE_NEEDS_PTHREADS 1
590 625
591 static pthread_mutex_t ecb_mf_lock = PTHREAD_MUTEX_INITIALIZER; 626 static pthread_mutex_t ecb_mf_lock = PTHREAD_MUTEX_INITIALIZER;
592 #define ECB_MEMORY_FENCE do { pthread_mutex_lock (&ecb_mf_lock); pthread_mutex_unlock (&ecb_mf_lock); } while (0) 627 #define ECB_MEMORY_FENCE do { pthread_mutex_lock (&ecb_mf_lock); pthread_mutex_unlock (&ecb_mf_lock); } while (0)
628 #endif
629#endif
630
631#if !defined ECB_MEMORY_FENCE_ACQUIRE && defined ECB_MEMORY_FENCE
593 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 632 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
633#endif
634
635#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE
594 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 636 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
595#endif 637#endif
596 638
597/*****************************************************************************/ 639/*****************************************************************************/
598 640
747 789
748 return r + ecb_ld32 (x); 790 return r + ecb_ld32 (x);
749 } 791 }
750#endif 792#endif
751 793
794ecb_function_ uint8_t ecb_bitrev8 (uint8_t x) ecb_const;
795ecb_function_ uint8_t ecb_bitrev8 (uint8_t x)
796{
797 return ( (x * 0x0802U & 0x22110U)
798 | (x * 0x8020U & 0x88440U)) * 0x10101U >> 16;
799}
800
801ecb_function_ uint16_t ecb_bitrev16 (uint16_t x) ecb_const;
802ecb_function_ uint16_t ecb_bitrev16 (uint16_t x)
803{
804 x = ((x >> 1) & 0x5555) | ((x & 0x5555) << 1);
805 x = ((x >> 2) & 0x3333) | ((x & 0x3333) << 2);
806 x = ((x >> 4) & 0x0f0f) | ((x & 0x0f0f) << 4);
807 x = ( x >> 8 ) | ( x << 8);
808
809 return x;
810}
811
812ecb_function_ uint32_t ecb_bitrev32 (uint32_t x) ecb_const;
813ecb_function_ uint32_t ecb_bitrev32 (uint32_t x)
814{
815 x = ((x >> 1) & 0x55555555) | ((x & 0x55555555) << 1);
816 x = ((x >> 2) & 0x33333333) | ((x & 0x33333333) << 2);
817 x = ((x >> 4) & 0x0f0f0f0f) | ((x & 0x0f0f0f0f) << 4);
818 x = ((x >> 8) & 0x00ff00ff) | ((x & 0x00ff00ff) << 8);
819 x = ( x >> 16 ) | ( x << 16);
820
821 return x;
822}
823
752/* popcount64 is only available on 64 bit cpus as gcc builtin */ 824/* popcount64 is only available on 64 bit cpus as gcc builtin */
753/* so for this version we are lazy */ 825/* so for this version we are lazy */
754ecb_function_ int ecb_popcount64 (uint64_t x) ecb_const; 826ecb_function_ int ecb_popcount64 (uint64_t x) ecb_const;
755ecb_function_ int 827ecb_function_ int
756ecb_popcount64 (uint64_t x) 828ecb_popcount64 (uint64_t x)
805 877
806#if ECB_GCC_VERSION(4,5) 878#if ECB_GCC_VERSION(4,5)
807 #define ecb_unreachable() __builtin_unreachable () 879 #define ecb_unreachable() __builtin_unreachable ()
808#else 880#else
809 /* this seems to work fine, but gcc always emits a warning for it :/ */ 881 /* this seems to work fine, but gcc always emits a warning for it :/ */
810 ecb_function_ void ecb_unreachable (void) ecb_noreturn; 882 ecb_inline void ecb_unreachable (void) ecb_noreturn;
811 ecb_function_ void ecb_unreachable (void) { } 883 ecb_inline void ecb_unreachable (void) { }
812#endif 884#endif
813 885
814/* try to tell the compiler that some condition is definitely true */ 886/* try to tell the compiler that some condition is definitely true */
815#define ecb_assume(cond) do { if (!(cond)) ecb_unreachable (); } while (0) 887#define ecb_assume(cond) do { if (!(cond)) ecb_unreachable (); } while (0)
816 888
817ecb_function_ unsigned char ecb_byteorder_helper (void) ecb_const; 889ecb_inline unsigned char ecb_byteorder_helper (void) ecb_const;
818ecb_function_ unsigned char 890ecb_inline unsigned char
819ecb_byteorder_helper (void) 891ecb_byteorder_helper (void)
820{ 892{
821 const uint32_t u = 0x11223344; 893 const uint32_t u = 0x11223344;
822 return *(unsigned char *)&u; 894 return *(unsigned char *)&u;
823} 895}
824 896
825ecb_function_ ecb_bool ecb_big_endian (void) ecb_const; 897ecb_inline ecb_bool ecb_big_endian (void) ecb_const;
826ecb_function_ ecb_bool ecb_big_endian (void) { return ecb_byteorder_helper () == 0x11; } 898ecb_inline ecb_bool ecb_big_endian (void) { return ecb_byteorder_helper () == 0x11; }
827ecb_function_ ecb_bool ecb_little_endian (void) ecb_const; 899ecb_inline ecb_bool ecb_little_endian (void) ecb_const;
828ecb_function_ ecb_bool ecb_little_endian (void) { return ecb_byteorder_helper () == 0x44; } 900ecb_inline ecb_bool ecb_little_endian (void) { return ecb_byteorder_helper () == 0x44; }
829 901
830#if ECB_GCC_VERSION(3,0) || ECB_C99 902#if ECB_GCC_VERSION(3,0) || ECB_C99
831 #define ecb_mod(m,n) ((m) % (n) + ((m) % (n) < 0 ? (n) : 0)) 903 #define ecb_mod(m,n) ((m) % (n) + ((m) % (n) < 0 ? (n) : 0))
832#else 904#else
833 #define ecb_mod(m,n) ((m) < 0 ? ((n) - 1 - ((-1 - (m)) % (n))) : ((m) % (n))) 905 #define ecb_mod(m,n) ((m) < 0 ? ((n) - 1 - ((-1 - (m)) % (n))) : ((m) % (n)))
906#endif
907
908#if __cplusplus
909 template<typename T>
910 static inline T ecb_div_rd (T val, T div)
911 {
912 return val < 0 ? - ((-val + div - 1) / div) : (val ) / div;
913 }
914 template<typename T>
915 static inline T ecb_div_ru (T val, T div)
916 {
917 return val < 0 ? - ((-val ) / div) : (val + div - 1) / div;
918 }
919#else
920 #define ecb_div_rd(val,div) ((val) < 0 ? - ((-(val) + (div) - 1) / (div)) : ((val) ) / (div))
921 #define ecb_div_ru(val,div) ((val) < 0 ? - ((-(val) ) / (div)) : ((val) + (div) - 1) / (div))
834#endif 922#endif
835 923
836#if ecb_cplusplus_does_not_suck 924#if ecb_cplusplus_does_not_suck
837 /* does not work for local types (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm) */ 925 /* does not work for local types (http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2008/n2657.htm) */
838 template<typename T, int N> 926 template<typename T, int N>
845#endif 933#endif
846 934
847#endif 935#endif
848 936
849/* ECB.H END */ 937/* ECB.H END */
938
939#if ECB_MEMORY_FENCE_NEEDS_PTHREADS
940/* if your architecture doesn't need memory fences, e.g. because it is
941 * single-cpu/core, or if you use libev in a project that doesn't use libev
942 * from multiple threads, then you can define ECB_AVOID_PTHREADS when compiling
943 * libev, in which cases the memory fences become nops.
944 * alternatively, you can remove this #error and link against libpthread,
945 * which will then provide the memory fences.
946 */
947# error "memory fences not defined for your architecture, please report"
948#endif
949
950#ifndef ECB_MEMORY_FENCE
951# define ECB_MEMORY_FENCE do { } while (0)
952# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
953# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
954#endif
850 955
851#define expect_false(cond) ecb_expect_false (cond) 956#define expect_false(cond) ecb_expect_false (cond)
852#define expect_true(cond) ecb_expect_true (cond) 957#define expect_true(cond) ecb_expect_true (cond)
853#define noinline ecb_noinline 958#define noinline ecb_noinline
854 959
1000{ 1105{
1001 write (STDERR_FILENO, msg, strlen (msg)); 1106 write (STDERR_FILENO, msg, strlen (msg));
1002} 1107}
1003#endif 1108#endif
1004 1109
1005static void (*syserr_cb)(const char *msg); 1110static void (*syserr_cb)(const char *msg) EV_THROW;
1006 1111
1007void ecb_cold 1112void ecb_cold
1008ev_set_syserr_cb (void (*cb)(const char *msg)) 1113ev_set_syserr_cb (void (*cb)(const char *msg)) EV_THROW
1009{ 1114{
1010 syserr_cb = cb; 1115 syserr_cb = cb;
1011} 1116}
1012 1117
1013static void noinline ecb_cold 1118static void noinline ecb_cold
1049 free (ptr); 1154 free (ptr);
1050 return 0; 1155 return 0;
1051#endif 1156#endif
1052} 1157}
1053 1158
1054static void *(*alloc)(void *ptr, long size) = ev_realloc_emul; 1159static void *(*alloc)(void *ptr, long size) EV_THROW = ev_realloc_emul;
1055 1160
1056void ecb_cold 1161void ecb_cold
1057ev_set_allocator (void *(*cb)(void *ptr, long size)) 1162ev_set_allocator (void *(*cb)(void *ptr, long size)) EV_THROW
1058{ 1163{
1059 alloc = cb; 1164 alloc = cb;
1060} 1165}
1061 1166
1062inline_speed void * 1167inline_speed void *
1150 #undef VAR 1255 #undef VAR
1151 }; 1256 };
1152 #include "ev_wrap.h" 1257 #include "ev_wrap.h"
1153 1258
1154 static struct ev_loop default_loop_struct; 1259 static struct ev_loop default_loop_struct;
1155 struct ev_loop *ev_default_loop_ptr; 1260 EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
1156 1261
1157#else 1262#else
1158 1263
1159 ev_tstamp ev_rt_now; 1264 EV_API_DECL ev_tstamp ev_rt_now = 0; /* needs to be initialised to make it a definition despite extern */
1160 #define VAR(name,decl) static decl; 1265 #define VAR(name,decl) static decl;
1161 #include "ev_vars.h" 1266 #include "ev_vars.h"
1162 #undef VAR 1267 #undef VAR
1163 1268
1164 static int ev_default_loop_ptr; 1269 static int ev_default_loop_ptr;
1179 1284
1180/*****************************************************************************/ 1285/*****************************************************************************/
1181 1286
1182#ifndef EV_HAVE_EV_TIME 1287#ifndef EV_HAVE_EV_TIME
1183ev_tstamp 1288ev_tstamp
1184ev_time (void) 1289ev_time (void) EV_THROW
1185{ 1290{
1186#if EV_USE_REALTIME 1291#if EV_USE_REALTIME
1187 if (expect_true (have_realtime)) 1292 if (expect_true (have_realtime))
1188 { 1293 {
1189 struct timespec ts; 1294 struct timespec ts;
1213 return ev_time (); 1318 return ev_time ();
1214} 1319}
1215 1320
1216#if EV_MULTIPLICITY 1321#if EV_MULTIPLICITY
1217ev_tstamp 1322ev_tstamp
1218ev_now (EV_P) 1323ev_now (EV_P) EV_THROW
1219{ 1324{
1220 return ev_rt_now; 1325 return ev_rt_now;
1221} 1326}
1222#endif 1327#endif
1223 1328
1224void 1329void
1225ev_sleep (ev_tstamp delay) 1330ev_sleep (ev_tstamp delay) EV_THROW
1226{ 1331{
1227 if (delay > 0.) 1332 if (delay > 0.)
1228 { 1333 {
1229#if EV_USE_NANOSLEEP 1334#if EV_USE_NANOSLEEP
1230 struct timespec ts; 1335 struct timespec ts;
1231 1336
1232 EV_TS_SET (ts, delay); 1337 EV_TS_SET (ts, delay);
1233 nanosleep (&ts, 0); 1338 nanosleep (&ts, 0);
1234#elif defined(_WIN32) 1339#elif defined _WIN32
1235 Sleep ((unsigned long)(delay * 1e3)); 1340 Sleep ((unsigned long)(delay * 1e3));
1236#else 1341#else
1237 struct timeval tv; 1342 struct timeval tv;
1238 1343
1239 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */ 1344 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */
1258 1363
1259 do 1364 do
1260 ncur <<= 1; 1365 ncur <<= 1;
1261 while (cnt > ncur); 1366 while (cnt > ncur);
1262 1367
1263 /* if size is large, round to MALLOC_ROUND - 4 * longs to accomodate malloc overhead */ 1368 /* if size is large, round to MALLOC_ROUND - 4 * longs to accommodate malloc overhead */
1264 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4) 1369 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4)
1265 { 1370 {
1266 ncur *= elem; 1371 ncur *= elem;
1267 ncur = (ncur + elem + (MALLOC_ROUND - 1) + sizeof (void *) * 4) & ~(MALLOC_ROUND - 1); 1372 ncur = (ncur + elem + (MALLOC_ROUND - 1) + sizeof (void *) * 4) & ~(MALLOC_ROUND - 1);
1268 ncur = ncur - sizeof (void *) * 4; 1373 ncur = ncur - sizeof (void *) * 4;
1311pendingcb (EV_P_ ev_prepare *w, int revents) 1416pendingcb (EV_P_ ev_prepare *w, int revents)
1312{ 1417{
1313} 1418}
1314 1419
1315void noinline 1420void noinline
1316ev_feed_event (EV_P_ void *w, int revents) 1421ev_feed_event (EV_P_ void *w, int revents) EV_THROW
1317{ 1422{
1318 W w_ = (W)w; 1423 W w_ = (W)w;
1319 int pri = ABSPRI (w_); 1424 int pri = ABSPRI (w_);
1320 1425
1321 if (expect_false (w_->pending)) 1426 if (expect_false (w_->pending))
1380 if (expect_true (!anfd->reify)) 1485 if (expect_true (!anfd->reify))
1381 fd_event_nocheck (EV_A_ fd, revents); 1486 fd_event_nocheck (EV_A_ fd, revents);
1382} 1487}
1383 1488
1384void 1489void
1385ev_feed_fd_event (EV_P_ int fd, int revents) 1490ev_feed_fd_event (EV_P_ int fd, int revents) EV_THROW
1386{ 1491{
1387 if (fd >= 0 && fd < anfdmax) 1492 if (fd >= 0 && fd < anfdmax)
1388 fd_event_nocheck (EV_A_ fd, revents); 1493 fd_event_nocheck (EV_A_ fd, revents);
1389} 1494}
1390 1495
1739} 1844}
1740 1845
1741inline_speed void 1846inline_speed void
1742evpipe_write (EV_P_ EV_ATOMIC_T *flag) 1847evpipe_write (EV_P_ EV_ATOMIC_T *flag)
1743{ 1848{
1849 ECB_MEMORY_FENCE; /* push out the write before this function was called, acquire flag */
1850
1744 if (expect_true (*flag)) 1851 if (expect_true (*flag))
1745 return; 1852 return;
1746 1853
1747 *flag = 1; 1854 *flag = 1;
1748 1855
1754 1861
1755 if (pipe_write_wanted) 1862 if (pipe_write_wanted)
1756 { 1863 {
1757 int old_errno; 1864 int old_errno;
1758 1865
1759 pipe_write_skipped = 0; /* just an optimsiation, no fence needed */ 1866 pipe_write_skipped = 0; /* just an optimisation, no fence needed */
1760 1867
1761 old_errno = errno; /* save errno because write will clobber it */ 1868 old_errno = errno; /* save errno because write will clobber it */
1762 1869
1763#if EV_USE_EVENTFD 1870#if EV_USE_EVENTFD
1764 if (evfd >= 0) 1871 if (evfd >= 0)
1772 /* win32 people keep sending patches that change this write() to send() */ 1879 /* win32 people keep sending patches that change this write() to send() */
1773 /* and then run away. but send() is wrong, it wants a socket handle on win32 */ 1880 /* and then run away. but send() is wrong, it wants a socket handle on win32 */
1774 /* so when you think this write should be a send instead, please find out */ 1881 /* so when you think this write should be a send instead, please find out */
1775 /* where your send() is from - it's definitely not the microsoft send, and */ 1882 /* where your send() is from - it's definitely not the microsoft send, and */
1776 /* tell me. thank you. */ 1883 /* tell me. thank you. */
1884 /* it might be that your problem is that your environment needs EV_USE_WSASOCKET */
1885 /* check the ev documentation on how to use this flag */
1777 write (evpipe [1], &(evpipe [1]), 1); 1886 write (evpipe [1], &(evpipe [1]), 1);
1778 } 1887 }
1779 1888
1780 errno = old_errno; 1889 errno = old_errno;
1781 } 1890 }
1805 } 1914 }
1806 } 1915 }
1807 1916
1808 pipe_write_skipped = 0; 1917 pipe_write_skipped = 0;
1809 1918
1919 ECB_MEMORY_FENCE; /* push out skipped, acquire flags */
1920
1810#if EV_SIGNAL_ENABLE 1921#if EV_SIGNAL_ENABLE
1811 if (sig_pending) 1922 if (sig_pending)
1812 { 1923 {
1813 sig_pending = 0; 1924 sig_pending = 0;
1925
1926 ECB_MEMORY_FENCE_RELEASE;
1814 1927
1815 for (i = EV_NSIG - 1; i--; ) 1928 for (i = EV_NSIG - 1; i--; )
1816 if (expect_false (signals [i].pending)) 1929 if (expect_false (signals [i].pending))
1817 ev_feed_signal_event (EV_A_ i + 1); 1930 ev_feed_signal_event (EV_A_ i + 1);
1818 } 1931 }
1820 1933
1821#if EV_ASYNC_ENABLE 1934#if EV_ASYNC_ENABLE
1822 if (async_pending) 1935 if (async_pending)
1823 { 1936 {
1824 async_pending = 0; 1937 async_pending = 0;
1938
1939 ECB_MEMORY_FENCE_RELEASE;
1825 1940
1826 for (i = asynccnt; i--; ) 1941 for (i = asynccnt; i--; )
1827 if (asyncs [i]->sent) 1942 if (asyncs [i]->sent)
1828 { 1943 {
1829 asyncs [i]->sent = 0; 1944 asyncs [i]->sent = 0;
1834} 1949}
1835 1950
1836/*****************************************************************************/ 1951/*****************************************************************************/
1837 1952
1838void 1953void
1839ev_feed_signal (int signum) 1954ev_feed_signal (int signum) EV_THROW
1840{ 1955{
1841#if EV_MULTIPLICITY 1956#if EV_MULTIPLICITY
1842 EV_P = signals [signum - 1].loop; 1957 EV_P = signals [signum - 1].loop;
1843 1958
1844 if (!EV_A) 1959 if (!EV_A)
1861 1976
1862 ev_feed_signal (signum); 1977 ev_feed_signal (signum);
1863} 1978}
1864 1979
1865void noinline 1980void noinline
1866ev_feed_signal_event (EV_P_ int signum) 1981ev_feed_signal_event (EV_P_ int signum) EV_THROW
1867{ 1982{
1868 WL w; 1983 WL w;
1869 1984
1870 if (expect_false (signum <= 0 || signum > EV_NSIG)) 1985 if (expect_false (signum <= 0 || signum > EV_NSIG))
1871 return; 1986 return;
1987#if EV_USE_SELECT 2102#if EV_USE_SELECT
1988# include "ev_select.c" 2103# include "ev_select.c"
1989#endif 2104#endif
1990 2105
1991int ecb_cold 2106int ecb_cold
1992ev_version_major (void) 2107ev_version_major (void) EV_THROW
1993{ 2108{
1994 return EV_VERSION_MAJOR; 2109 return EV_VERSION_MAJOR;
1995} 2110}
1996 2111
1997int ecb_cold 2112int ecb_cold
1998ev_version_minor (void) 2113ev_version_minor (void) EV_THROW
1999{ 2114{
2000 return EV_VERSION_MINOR; 2115 return EV_VERSION_MINOR;
2001} 2116}
2002 2117
2003/* return true if we are running with elevated privileges and should ignore env variables */ 2118/* return true if we are running with elevated privileges and should ignore env variables */
2011 || getgid () != getegid (); 2126 || getgid () != getegid ();
2012#endif 2127#endif
2013} 2128}
2014 2129
2015unsigned int ecb_cold 2130unsigned int ecb_cold
2016ev_supported_backends (void) 2131ev_supported_backends (void) EV_THROW
2017{ 2132{
2018 unsigned int flags = 0; 2133 unsigned int flags = 0;
2019 2134
2020 if (EV_USE_PORT ) flags |= EVBACKEND_PORT; 2135 if (EV_USE_PORT ) flags |= EVBACKEND_PORT;
2021 if (EV_USE_KQUEUE) flags |= EVBACKEND_KQUEUE; 2136 if (EV_USE_KQUEUE) flags |= EVBACKEND_KQUEUE;
2025 2140
2026 return flags; 2141 return flags;
2027} 2142}
2028 2143
2029unsigned int ecb_cold 2144unsigned int ecb_cold
2030ev_recommended_backends (void) 2145ev_recommended_backends (void) EV_THROW
2031{ 2146{
2032 unsigned int flags = ev_supported_backends (); 2147 unsigned int flags = ev_supported_backends ();
2033 2148
2034#ifndef __NetBSD__ 2149#ifndef __NetBSD__
2035 /* kqueue is borked on everything but netbsd apparently */ 2150 /* kqueue is borked on everything but netbsd apparently */
2047 2162
2048 return flags; 2163 return flags;
2049} 2164}
2050 2165
2051unsigned int ecb_cold 2166unsigned int ecb_cold
2052ev_embeddable_backends (void) 2167ev_embeddable_backends (void) EV_THROW
2053{ 2168{
2054 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT; 2169 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT;
2055 2170
2056 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */ 2171 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
2057 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */ 2172 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */
2059 2174
2060 return flags; 2175 return flags;
2061} 2176}
2062 2177
2063unsigned int 2178unsigned int
2064ev_backend (EV_P) 2179ev_backend (EV_P) EV_THROW
2065{ 2180{
2066 return backend; 2181 return backend;
2067} 2182}
2068 2183
2069#if EV_FEATURE_API 2184#if EV_FEATURE_API
2070unsigned int 2185unsigned int
2071ev_iteration (EV_P) 2186ev_iteration (EV_P) EV_THROW
2072{ 2187{
2073 return loop_count; 2188 return loop_count;
2074} 2189}
2075 2190
2076unsigned int 2191unsigned int
2077ev_depth (EV_P) 2192ev_depth (EV_P) EV_THROW
2078{ 2193{
2079 return loop_depth; 2194 return loop_depth;
2080} 2195}
2081 2196
2082void 2197void
2083ev_set_io_collect_interval (EV_P_ ev_tstamp interval) 2198ev_set_io_collect_interval (EV_P_ ev_tstamp interval) EV_THROW
2084{ 2199{
2085 io_blocktime = interval; 2200 io_blocktime = interval;
2086} 2201}
2087 2202
2088void 2203void
2089ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) 2204ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) EV_THROW
2090{ 2205{
2091 timeout_blocktime = interval; 2206 timeout_blocktime = interval;
2092} 2207}
2093 2208
2094void 2209void
2095ev_set_userdata (EV_P_ void *data) 2210ev_set_userdata (EV_P_ void *data) EV_THROW
2096{ 2211{
2097 userdata = data; 2212 userdata = data;
2098} 2213}
2099 2214
2100void * 2215void *
2101ev_userdata (EV_P) 2216ev_userdata (EV_P) EV_THROW
2102{ 2217{
2103 return userdata; 2218 return userdata;
2104} 2219}
2105 2220
2106void 2221void
2107ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P)) 2222ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P)) EV_THROW
2108{ 2223{
2109 invoke_cb = invoke_pending_cb; 2224 invoke_cb = invoke_pending_cb;
2110} 2225}
2111 2226
2112void 2227void
2113ev_set_loop_release_cb (EV_P_ void (*release)(EV_P), void (*acquire)(EV_P)) 2228ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_THROW, void (*acquire)(EV_P) EV_THROW) EV_THROW
2114{ 2229{
2115 release_cb = release; 2230 release_cb = release;
2116 acquire_cb = acquire; 2231 acquire_cb = acquire;
2117} 2232}
2118#endif 2233#endif
2119 2234
2120/* initialise a loop structure, must be zero-initialised */ 2235/* initialise a loop structure, must be zero-initialised */
2121static void noinline ecb_cold 2236static void noinline ecb_cold
2122loop_init (EV_P_ unsigned int flags) 2237loop_init (EV_P_ unsigned int flags) EV_THROW
2123{ 2238{
2124 if (!backend) 2239 if (!backend)
2125 { 2240 {
2126 origflags = flags; 2241 origflags = flags;
2127 2242
2380} 2495}
2381 2496
2382#if EV_MULTIPLICITY 2497#if EV_MULTIPLICITY
2383 2498
2384struct ev_loop * ecb_cold 2499struct ev_loop * ecb_cold
2385ev_loop_new (unsigned int flags) 2500ev_loop_new (unsigned int flags) EV_THROW
2386{ 2501{
2387 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop)); 2502 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop));
2388 2503
2389 memset (EV_A, 0, sizeof (struct ev_loop)); 2504 memset (EV_A, 0, sizeof (struct ev_loop));
2390 loop_init (EV_A_ flags); 2505 loop_init (EV_A_ flags);
2434} 2549}
2435#endif 2550#endif
2436 2551
2437#if EV_FEATURE_API 2552#if EV_FEATURE_API
2438void ecb_cold 2553void ecb_cold
2439ev_verify (EV_P) 2554ev_verify (EV_P) EV_THROW
2440{ 2555{
2441#if EV_VERIFY 2556#if EV_VERIFY
2442 int i; 2557 int i;
2443 WL w; 2558 WL w;
2444 2559
2513#if EV_MULTIPLICITY 2628#if EV_MULTIPLICITY
2514struct ev_loop * ecb_cold 2629struct ev_loop * ecb_cold
2515#else 2630#else
2516int 2631int
2517#endif 2632#endif
2518ev_default_loop (unsigned int flags) 2633ev_default_loop (unsigned int flags) EV_THROW
2519{ 2634{
2520 if (!ev_default_loop_ptr) 2635 if (!ev_default_loop_ptr)
2521 { 2636 {
2522#if EV_MULTIPLICITY 2637#if EV_MULTIPLICITY
2523 EV_P = ev_default_loop_ptr = &default_loop_struct; 2638 EV_P = ev_default_loop_ptr = &default_loop_struct;
2542 2657
2543 return ev_default_loop_ptr; 2658 return ev_default_loop_ptr;
2544} 2659}
2545 2660
2546void 2661void
2547ev_loop_fork (EV_P) 2662ev_loop_fork (EV_P) EV_THROW
2548{ 2663{
2549 postfork = 1; /* must be in line with ev_default_fork */ 2664 postfork = 1; /* must be in line with ev_default_fork */
2550} 2665}
2551 2666
2552/*****************************************************************************/ 2667/*****************************************************************************/
2556{ 2671{
2557 EV_CB_INVOKE ((W)w, revents); 2672 EV_CB_INVOKE ((W)w, revents);
2558} 2673}
2559 2674
2560unsigned int 2675unsigned int
2561ev_pending_count (EV_P) 2676ev_pending_count (EV_P) EV_THROW
2562{ 2677{
2563 int pri; 2678 int pri;
2564 unsigned int count = 0; 2679 unsigned int count = 0;
2565 2680
2566 for (pri = NUMPRI; pri--; ) 2681 for (pri = NUMPRI; pri--; )
2825 2940
2826 mn_now = ev_rt_now; 2941 mn_now = ev_rt_now;
2827 } 2942 }
2828} 2943}
2829 2944
2830void 2945int
2831ev_run (EV_P_ int flags) 2946ev_run (EV_P_ int flags)
2832{ 2947{
2833#if EV_FEATURE_API 2948#if EV_FEATURE_API
2834 ++loop_depth; 2949 ++loop_depth;
2835#endif 2950#endif
2948#endif 3063#endif
2949 assert ((loop_done = EVBREAK_RECURSE, 1)); /* assert for side effect */ 3064 assert ((loop_done = EVBREAK_RECURSE, 1)); /* assert for side effect */
2950 backend_poll (EV_A_ waittime); 3065 backend_poll (EV_A_ waittime);
2951 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */ 3066 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */
2952 3067
2953 pipe_write_wanted = 0; /* just an optimsiation, no fence needed */ 3068 pipe_write_wanted = 0; /* just an optimisation, no fence needed */
2954 3069
2955 if (pipe_write_skipped) 3070 if (pipe_write_skipped)
2956 { 3071 {
2957 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); 3072 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
2958 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3073 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
2992 loop_done = EVBREAK_CANCEL; 3107 loop_done = EVBREAK_CANCEL;
2993 3108
2994#if EV_FEATURE_API 3109#if EV_FEATURE_API
2995 --loop_depth; 3110 --loop_depth;
2996#endif 3111#endif
3112
3113 return activecnt;
2997} 3114}
2998 3115
2999void 3116void
3000ev_break (EV_P_ int how) 3117ev_break (EV_P_ int how) EV_THROW
3001{ 3118{
3002 loop_done = how; 3119 loop_done = how;
3003} 3120}
3004 3121
3005void 3122void
3006ev_ref (EV_P) 3123ev_ref (EV_P) EV_THROW
3007{ 3124{
3008 ++activecnt; 3125 ++activecnt;
3009} 3126}
3010 3127
3011void 3128void
3012ev_unref (EV_P) 3129ev_unref (EV_P) EV_THROW
3013{ 3130{
3014 --activecnt; 3131 --activecnt;
3015} 3132}
3016 3133
3017void 3134void
3018ev_now_update (EV_P) 3135ev_now_update (EV_P) EV_THROW
3019{ 3136{
3020 time_update (EV_A_ 1e100); 3137 time_update (EV_A_ 1e100);
3021} 3138}
3022 3139
3023void 3140void
3024ev_suspend (EV_P) 3141ev_suspend (EV_P) EV_THROW
3025{ 3142{
3026 ev_now_update (EV_A); 3143 ev_now_update (EV_A);
3027} 3144}
3028 3145
3029void 3146void
3030ev_resume (EV_P) 3147ev_resume (EV_P) EV_THROW
3031{ 3148{
3032 ev_tstamp mn_prev = mn_now; 3149 ev_tstamp mn_prev = mn_now;
3033 3150
3034 ev_now_update (EV_A); 3151 ev_now_update (EV_A);
3035 timers_reschedule (EV_A_ mn_now - mn_prev); 3152 timers_reschedule (EV_A_ mn_now - mn_prev);
3074 w->pending = 0; 3191 w->pending = 0;
3075 } 3192 }
3076} 3193}
3077 3194
3078int 3195int
3079ev_clear_pending (EV_P_ void *w) 3196ev_clear_pending (EV_P_ void *w) EV_THROW
3080{ 3197{
3081 W w_ = (W)w; 3198 W w_ = (W)w;
3082 int pending = w_->pending; 3199 int pending = w_->pending;
3083 3200
3084 if (expect_true (pending)) 3201 if (expect_true (pending))
3117} 3234}
3118 3235
3119/*****************************************************************************/ 3236/*****************************************************************************/
3120 3237
3121void noinline 3238void noinline
3122ev_io_start (EV_P_ ev_io *w) 3239ev_io_start (EV_P_ ev_io *w) EV_THROW
3123{ 3240{
3124 int fd = w->fd; 3241 int fd = w->fd;
3125 3242
3126 if (expect_false (ev_is_active (w))) 3243 if (expect_false (ev_is_active (w)))
3127 return; 3244 return;
3140 3257
3141 EV_FREQUENT_CHECK; 3258 EV_FREQUENT_CHECK;
3142} 3259}
3143 3260
3144void noinline 3261void noinline
3145ev_io_stop (EV_P_ ev_io *w) 3262ev_io_stop (EV_P_ ev_io *w) EV_THROW
3146{ 3263{
3147 clear_pending (EV_A_ (W)w); 3264 clear_pending (EV_A_ (W)w);
3148 if (expect_false (!ev_is_active (w))) 3265 if (expect_false (!ev_is_active (w)))
3149 return; 3266 return;
3150 3267
3159 3276
3160 EV_FREQUENT_CHECK; 3277 EV_FREQUENT_CHECK;
3161} 3278}
3162 3279
3163void noinline 3280void noinline
3164ev_timer_start (EV_P_ ev_timer *w) 3281ev_timer_start (EV_P_ ev_timer *w) EV_THROW
3165{ 3282{
3166 if (expect_false (ev_is_active (w))) 3283 if (expect_false (ev_is_active (w)))
3167 return; 3284 return;
3168 3285
3169 ev_at (w) += mn_now; 3286 ev_at (w) += mn_now;
3183 3300
3184 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/ 3301 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/
3185} 3302}
3186 3303
3187void noinline 3304void noinline
3188ev_timer_stop (EV_P_ ev_timer *w) 3305ev_timer_stop (EV_P_ ev_timer *w) EV_THROW
3189{ 3306{
3190 clear_pending (EV_A_ (W)w); 3307 clear_pending (EV_A_ (W)w);
3191 if (expect_false (!ev_is_active (w))) 3308 if (expect_false (!ev_is_active (w)))
3192 return; 3309 return;
3193 3310
3213 3330
3214 EV_FREQUENT_CHECK; 3331 EV_FREQUENT_CHECK;
3215} 3332}
3216 3333
3217void noinline 3334void noinline
3218ev_timer_again (EV_P_ ev_timer *w) 3335ev_timer_again (EV_P_ ev_timer *w) EV_THROW
3219{ 3336{
3220 EV_FREQUENT_CHECK; 3337 EV_FREQUENT_CHECK;
3338
3339 clear_pending (EV_A_ (W)w);
3221 3340
3222 if (ev_is_active (w)) 3341 if (ev_is_active (w))
3223 { 3342 {
3224 if (w->repeat) 3343 if (w->repeat)
3225 { 3344 {
3238 3357
3239 EV_FREQUENT_CHECK; 3358 EV_FREQUENT_CHECK;
3240} 3359}
3241 3360
3242ev_tstamp 3361ev_tstamp
3243ev_timer_remaining (EV_P_ ev_timer *w) 3362ev_timer_remaining (EV_P_ ev_timer *w) EV_THROW
3244{ 3363{
3245 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.); 3364 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.);
3246} 3365}
3247 3366
3248#if EV_PERIODIC_ENABLE 3367#if EV_PERIODIC_ENABLE
3249void noinline 3368void noinline
3250ev_periodic_start (EV_P_ ev_periodic *w) 3369ev_periodic_start (EV_P_ ev_periodic *w) EV_THROW
3251{ 3370{
3252 if (expect_false (ev_is_active (w))) 3371 if (expect_false (ev_is_active (w)))
3253 return; 3372 return;
3254 3373
3255 if (w->reschedule_cb) 3374 if (w->reschedule_cb)
3275 3394
3276 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/ 3395 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/
3277} 3396}
3278 3397
3279void noinline 3398void noinline
3280ev_periodic_stop (EV_P_ ev_periodic *w) 3399ev_periodic_stop (EV_P_ ev_periodic *w) EV_THROW
3281{ 3400{
3282 clear_pending (EV_A_ (W)w); 3401 clear_pending (EV_A_ (W)w);
3283 if (expect_false (!ev_is_active (w))) 3402 if (expect_false (!ev_is_active (w)))
3284 return; 3403 return;
3285 3404
3303 3422
3304 EV_FREQUENT_CHECK; 3423 EV_FREQUENT_CHECK;
3305} 3424}
3306 3425
3307void noinline 3426void noinline
3308ev_periodic_again (EV_P_ ev_periodic *w) 3427ev_periodic_again (EV_P_ ev_periodic *w) EV_THROW
3309{ 3428{
3310 /* TODO: use adjustheap and recalculation */ 3429 /* TODO: use adjustheap and recalculation */
3311 ev_periodic_stop (EV_A_ w); 3430 ev_periodic_stop (EV_A_ w);
3312 ev_periodic_start (EV_A_ w); 3431 ev_periodic_start (EV_A_ w);
3313} 3432}
3318#endif 3437#endif
3319 3438
3320#if EV_SIGNAL_ENABLE 3439#if EV_SIGNAL_ENABLE
3321 3440
3322void noinline 3441void noinline
3323ev_signal_start (EV_P_ ev_signal *w) 3442ev_signal_start (EV_P_ ev_signal *w) EV_THROW
3324{ 3443{
3325 if (expect_false (ev_is_active (w))) 3444 if (expect_false (ev_is_active (w)))
3326 return; 3445 return;
3327 3446
3328 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG)); 3447 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
3399 3518
3400 EV_FREQUENT_CHECK; 3519 EV_FREQUENT_CHECK;
3401} 3520}
3402 3521
3403void noinline 3522void noinline
3404ev_signal_stop (EV_P_ ev_signal *w) 3523ev_signal_stop (EV_P_ ev_signal *w) EV_THROW
3405{ 3524{
3406 clear_pending (EV_A_ (W)w); 3525 clear_pending (EV_A_ (W)w);
3407 if (expect_false (!ev_is_active (w))) 3526 if (expect_false (!ev_is_active (w)))
3408 return; 3527 return;
3409 3528
3440#endif 3559#endif
3441 3560
3442#if EV_CHILD_ENABLE 3561#if EV_CHILD_ENABLE
3443 3562
3444void 3563void
3445ev_child_start (EV_P_ ev_child *w) 3564ev_child_start (EV_P_ ev_child *w) EV_THROW
3446{ 3565{
3447#if EV_MULTIPLICITY 3566#if EV_MULTIPLICITY
3448 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); 3567 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
3449#endif 3568#endif
3450 if (expect_false (ev_is_active (w))) 3569 if (expect_false (ev_is_active (w)))
3457 3576
3458 EV_FREQUENT_CHECK; 3577 EV_FREQUENT_CHECK;
3459} 3578}
3460 3579
3461void 3580void
3462ev_child_stop (EV_P_ ev_child *w) 3581ev_child_stop (EV_P_ ev_child *w) EV_THROW
3463{ 3582{
3464 clear_pending (EV_A_ (W)w); 3583 clear_pending (EV_A_ (W)w);
3465 if (expect_false (!ev_is_active (w))) 3584 if (expect_false (!ev_is_active (w)))
3466 return; 3585 return;
3467 3586
3634} 3753}
3635 3754
3636inline_size int 3755inline_size int
3637infy_newfd (void) 3756infy_newfd (void)
3638{ 3757{
3639#if defined (IN_CLOEXEC) && defined (IN_NONBLOCK) 3758#if defined IN_CLOEXEC && defined IN_NONBLOCK
3640 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK); 3759 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK);
3641 if (fd >= 0) 3760 if (fd >= 0)
3642 return fd; 3761 return fd;
3643#endif 3762#endif
3644 return inotify_init (); 3763 return inotify_init ();
3719#else 3838#else
3720# define EV_LSTAT(p,b) lstat (p, b) 3839# define EV_LSTAT(p,b) lstat (p, b)
3721#endif 3840#endif
3722 3841
3723void 3842void
3724ev_stat_stat (EV_P_ ev_stat *w) 3843ev_stat_stat (EV_P_ ev_stat *w) EV_THROW
3725{ 3844{
3726 if (lstat (w->path, &w->attr) < 0) 3845 if (lstat (w->path, &w->attr) < 0)
3727 w->attr.st_nlink = 0; 3846 w->attr.st_nlink = 0;
3728 else if (!w->attr.st_nlink) 3847 else if (!w->attr.st_nlink)
3729 w->attr.st_nlink = 1; 3848 w->attr.st_nlink = 1;
3768 ev_feed_event (EV_A_ w, EV_STAT); 3887 ev_feed_event (EV_A_ w, EV_STAT);
3769 } 3888 }
3770} 3889}
3771 3890
3772void 3891void
3773ev_stat_start (EV_P_ ev_stat *w) 3892ev_stat_start (EV_P_ ev_stat *w) EV_THROW
3774{ 3893{
3775 if (expect_false (ev_is_active (w))) 3894 if (expect_false (ev_is_active (w)))
3776 return; 3895 return;
3777 3896
3778 ev_stat_stat (EV_A_ w); 3897 ev_stat_stat (EV_A_ w);
3799 3918
3800 EV_FREQUENT_CHECK; 3919 EV_FREQUENT_CHECK;
3801} 3920}
3802 3921
3803void 3922void
3804ev_stat_stop (EV_P_ ev_stat *w) 3923ev_stat_stop (EV_P_ ev_stat *w) EV_THROW
3805{ 3924{
3806 clear_pending (EV_A_ (W)w); 3925 clear_pending (EV_A_ (W)w);
3807 if (expect_false (!ev_is_active (w))) 3926 if (expect_false (!ev_is_active (w)))
3808 return; 3927 return;
3809 3928
3825} 3944}
3826#endif 3945#endif
3827 3946
3828#if EV_IDLE_ENABLE 3947#if EV_IDLE_ENABLE
3829void 3948void
3830ev_idle_start (EV_P_ ev_idle *w) 3949ev_idle_start (EV_P_ ev_idle *w) EV_THROW
3831{ 3950{
3832 if (expect_false (ev_is_active (w))) 3951 if (expect_false (ev_is_active (w)))
3833 return; 3952 return;
3834 3953
3835 pri_adjust (EV_A_ (W)w); 3954 pri_adjust (EV_A_ (W)w);
3848 3967
3849 EV_FREQUENT_CHECK; 3968 EV_FREQUENT_CHECK;
3850} 3969}
3851 3970
3852void 3971void
3853ev_idle_stop (EV_P_ ev_idle *w) 3972ev_idle_stop (EV_P_ ev_idle *w) EV_THROW
3854{ 3973{
3855 clear_pending (EV_A_ (W)w); 3974 clear_pending (EV_A_ (W)w);
3856 if (expect_false (!ev_is_active (w))) 3975 if (expect_false (!ev_is_active (w)))
3857 return; 3976 return;
3858 3977
3872} 3991}
3873#endif 3992#endif
3874 3993
3875#if EV_PREPARE_ENABLE 3994#if EV_PREPARE_ENABLE
3876void 3995void
3877ev_prepare_start (EV_P_ ev_prepare *w) 3996ev_prepare_start (EV_P_ ev_prepare *w) EV_THROW
3878{ 3997{
3879 if (expect_false (ev_is_active (w))) 3998 if (expect_false (ev_is_active (w)))
3880 return; 3999 return;
3881 4000
3882 EV_FREQUENT_CHECK; 4001 EV_FREQUENT_CHECK;
3887 4006
3888 EV_FREQUENT_CHECK; 4007 EV_FREQUENT_CHECK;
3889} 4008}
3890 4009
3891void 4010void
3892ev_prepare_stop (EV_P_ ev_prepare *w) 4011ev_prepare_stop (EV_P_ ev_prepare *w) EV_THROW
3893{ 4012{
3894 clear_pending (EV_A_ (W)w); 4013 clear_pending (EV_A_ (W)w);
3895 if (expect_false (!ev_is_active (w))) 4014 if (expect_false (!ev_is_active (w)))
3896 return; 4015 return;
3897 4016
3910} 4029}
3911#endif 4030#endif
3912 4031
3913#if EV_CHECK_ENABLE 4032#if EV_CHECK_ENABLE
3914void 4033void
3915ev_check_start (EV_P_ ev_check *w) 4034ev_check_start (EV_P_ ev_check *w) EV_THROW
3916{ 4035{
3917 if (expect_false (ev_is_active (w))) 4036 if (expect_false (ev_is_active (w)))
3918 return; 4037 return;
3919 4038
3920 EV_FREQUENT_CHECK; 4039 EV_FREQUENT_CHECK;
3925 4044
3926 EV_FREQUENT_CHECK; 4045 EV_FREQUENT_CHECK;
3927} 4046}
3928 4047
3929void 4048void
3930ev_check_stop (EV_P_ ev_check *w) 4049ev_check_stop (EV_P_ ev_check *w) EV_THROW
3931{ 4050{
3932 clear_pending (EV_A_ (W)w); 4051 clear_pending (EV_A_ (W)w);
3933 if (expect_false (!ev_is_active (w))) 4052 if (expect_false (!ev_is_active (w)))
3934 return; 4053 return;
3935 4054
3948} 4067}
3949#endif 4068#endif
3950 4069
3951#if EV_EMBED_ENABLE 4070#if EV_EMBED_ENABLE
3952void noinline 4071void noinline
3953ev_embed_sweep (EV_P_ ev_embed *w) 4072ev_embed_sweep (EV_P_ ev_embed *w) EV_THROW
3954{ 4073{
3955 ev_run (w->other, EVRUN_NOWAIT); 4074 ev_run (w->other, EVRUN_NOWAIT);
3956} 4075}
3957 4076
3958static void 4077static void
4006 ev_idle_stop (EV_A_ idle); 4125 ev_idle_stop (EV_A_ idle);
4007} 4126}
4008#endif 4127#endif
4009 4128
4010void 4129void
4011ev_embed_start (EV_P_ ev_embed *w) 4130ev_embed_start (EV_P_ ev_embed *w) EV_THROW
4012{ 4131{
4013 if (expect_false (ev_is_active (w))) 4132 if (expect_false (ev_is_active (w)))
4014 return; 4133 return;
4015 4134
4016 { 4135 {
4037 4156
4038 EV_FREQUENT_CHECK; 4157 EV_FREQUENT_CHECK;
4039} 4158}
4040 4159
4041void 4160void
4042ev_embed_stop (EV_P_ ev_embed *w) 4161ev_embed_stop (EV_P_ ev_embed *w) EV_THROW
4043{ 4162{
4044 clear_pending (EV_A_ (W)w); 4163 clear_pending (EV_A_ (W)w);
4045 if (expect_false (!ev_is_active (w))) 4164 if (expect_false (!ev_is_active (w)))
4046 return; 4165 return;
4047 4166
4057} 4176}
4058#endif 4177#endif
4059 4178
4060#if EV_FORK_ENABLE 4179#if EV_FORK_ENABLE
4061void 4180void
4062ev_fork_start (EV_P_ ev_fork *w) 4181ev_fork_start (EV_P_ ev_fork *w) EV_THROW
4063{ 4182{
4064 if (expect_false (ev_is_active (w))) 4183 if (expect_false (ev_is_active (w)))
4065 return; 4184 return;
4066 4185
4067 EV_FREQUENT_CHECK; 4186 EV_FREQUENT_CHECK;
4072 4191
4073 EV_FREQUENT_CHECK; 4192 EV_FREQUENT_CHECK;
4074} 4193}
4075 4194
4076void 4195void
4077ev_fork_stop (EV_P_ ev_fork *w) 4196ev_fork_stop (EV_P_ ev_fork *w) EV_THROW
4078{ 4197{
4079 clear_pending (EV_A_ (W)w); 4198 clear_pending (EV_A_ (W)w);
4080 if (expect_false (!ev_is_active (w))) 4199 if (expect_false (!ev_is_active (w)))
4081 return; 4200 return;
4082 4201
4095} 4214}
4096#endif 4215#endif
4097 4216
4098#if EV_CLEANUP_ENABLE 4217#if EV_CLEANUP_ENABLE
4099void 4218void
4100ev_cleanup_start (EV_P_ ev_cleanup *w) 4219ev_cleanup_start (EV_P_ ev_cleanup *w) EV_THROW
4101{ 4220{
4102 if (expect_false (ev_is_active (w))) 4221 if (expect_false (ev_is_active (w)))
4103 return; 4222 return;
4104 4223
4105 EV_FREQUENT_CHECK; 4224 EV_FREQUENT_CHECK;
4112 ev_unref (EV_A); 4231 ev_unref (EV_A);
4113 EV_FREQUENT_CHECK; 4232 EV_FREQUENT_CHECK;
4114} 4233}
4115 4234
4116void 4235void
4117ev_cleanup_stop (EV_P_ ev_cleanup *w) 4236ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_THROW
4118{ 4237{
4119 clear_pending (EV_A_ (W)w); 4238 clear_pending (EV_A_ (W)w);
4120 if (expect_false (!ev_is_active (w))) 4239 if (expect_false (!ev_is_active (w)))
4121 return; 4240 return;
4122 4241
4136} 4255}
4137#endif 4256#endif
4138 4257
4139#if EV_ASYNC_ENABLE 4258#if EV_ASYNC_ENABLE
4140void 4259void
4141ev_async_start (EV_P_ ev_async *w) 4260ev_async_start (EV_P_ ev_async *w) EV_THROW
4142{ 4261{
4143 if (expect_false (ev_is_active (w))) 4262 if (expect_false (ev_is_active (w)))
4144 return; 4263 return;
4145 4264
4146 w->sent = 0; 4265 w->sent = 0;
4155 4274
4156 EV_FREQUENT_CHECK; 4275 EV_FREQUENT_CHECK;
4157} 4276}
4158 4277
4159void 4278void
4160ev_async_stop (EV_P_ ev_async *w) 4279ev_async_stop (EV_P_ ev_async *w) EV_THROW
4161{ 4280{
4162 clear_pending (EV_A_ (W)w); 4281 clear_pending (EV_A_ (W)w);
4163 if (expect_false (!ev_is_active (w))) 4282 if (expect_false (!ev_is_active (w)))
4164 return; 4283 return;
4165 4284
4176 4295
4177 EV_FREQUENT_CHECK; 4296 EV_FREQUENT_CHECK;
4178} 4297}
4179 4298
4180void 4299void
4181ev_async_send (EV_P_ ev_async *w) 4300ev_async_send (EV_P_ ev_async *w) EV_THROW
4182{ 4301{
4183 w->sent = 1; 4302 w->sent = 1;
4184 evpipe_write (EV_A_ &async_pending); 4303 evpipe_write (EV_A_ &async_pending);
4185} 4304}
4186#endif 4305#endif
4223 4342
4224 once_cb (EV_A_ once, revents | ev_clear_pending (EV_A_ &once->io)); 4343 once_cb (EV_A_ once, revents | ev_clear_pending (EV_A_ &once->io));
4225} 4344}
4226 4345
4227void 4346void
4228ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg) 4347ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg) EV_THROW
4229{ 4348{
4230 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once)); 4349 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once));
4231 4350
4232 if (expect_false (!once)) 4351 if (expect_false (!once))
4233 { 4352 {
4255 4374
4256/*****************************************************************************/ 4375/*****************************************************************************/
4257 4376
4258#if EV_WALK_ENABLE 4377#if EV_WALK_ENABLE
4259void ecb_cold 4378void ecb_cold
4260ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) 4379ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_THROW
4261{ 4380{
4262 int i, j; 4381 int i, j;
4263 ev_watcher_list *wl, *wn; 4382 ev_watcher_list *wl, *wn;
4264 4383
4265 if (types & (EV_IO | EV_EMBED)) 4384 if (types & (EV_IO | EV_EMBED))
4371 4490
4372#if EV_MULTIPLICITY 4491#if EV_MULTIPLICITY
4373 #include "ev_wrap.h" 4492 #include "ev_wrap.h"
4374#endif 4493#endif
4375 4494
4376EV_CPP(})
4377

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines