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

Comparing libev/ev.c (file contents):
Revision 1.396 by root, Wed Aug 24 16:13:17 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#endif 556#endif
544 557
545#ifndef ECB_MEMORY_FENCE 558#ifndef ECB_MEMORY_FENCE
546 #if ECB_GCC_VERSION(2,5) 559 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
547 #if __i386__ 560 #if __i386 || __i386__
548 #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")
549 #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 */
550 #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 */
551 #elif __amd64 564 #elif __amd64 || __amd64__ || __x86_64 || __x86_64__
552 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory") 565 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory")
553 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("lfence" : : : "memory") 566 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("lfence" : : : "memory")
554 #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 */
555 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__ 568 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__
556 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory") 569 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
557 #elif defined(__ARM_ARCH_6__ ) || defined(__ARM_ARCH_6J__ ) \ 570 #elif defined __ARM_ARCH_6__ || defined __ARM_ARCH_6J__ \
558 || defined(__ARM_ARCH_6K__) || defined(__ARM_ARCH_6ZK__) 571 || defined __ARM_ARCH_6K__ || defined __ARM_ARCH_6ZK__
559 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mcr p15,0,%0,c7,c10,5" : : "r" (0) : "memory") 572 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mcr p15,0,%0,c7,c10,5" : : "r" (0) : "memory")
560 #elif defined(__ARM_ARCH_7__ ) || defined(__ARM_ARCH_7A__ ) \ 573 #elif defined __ARM_ARCH_7__ || defined __ARM_ARCH_7A__ \
561 || defined(__ARM_ARCH_7M__) || defined(__ARM_ARCH_7R__ ) 574 || defined __ARM_ARCH_7M__ || defined __ARM_ARCH_7R__
562 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("dmb" : : : "memory") 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")
563 #endif 586 #endif
564 #endif 587 #endif
565#endif 588#endif
566 589
567#ifndef ECB_MEMORY_FENCE 590#ifndef ECB_MEMORY_FENCE
568 #if ECB_GCC_VERSION(4,4) || defined(__INTEL_COMPILER) 591 #if ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
569 #define ECB_MEMORY_FENCE __sync_synchronize () 592 #define ECB_MEMORY_FENCE __sync_synchronize ()
570 /*#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); }) */
571 /*#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 ); }) */
572 #elif _MSC_VER >= 1400 /* VC++ 2005 */ 595 #elif _MSC_VER >= 1400 /* VC++ 2005 */
573 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier) 596 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier)
574 #define ECB_MEMORY_FENCE _ReadWriteBarrier () 597 #define ECB_MEMORY_FENCE _ReadWriteBarrier ()
575 #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 */
576 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier () 599 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier ()
577 #elif defined(_WIN32) 600 #elif defined _WIN32
578 #include <WinNT.h> 601 #include <WinNT.h>
579 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */ 602 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */
603 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
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 ()
580 #endif 610 #endif
581#endif 611#endif
582 612
583#ifndef ECB_MEMORY_FENCE 613#ifndef ECB_MEMORY_FENCE
584 #if !ECB_AVOID_PTHREADS 614 #if !ECB_AVOID_PTHREADS
596 static pthread_mutex_t ecb_mf_lock = PTHREAD_MUTEX_INITIALIZER; 626 static pthread_mutex_t ecb_mf_lock = PTHREAD_MUTEX_INITIALIZER;
597 #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)
598 #endif 628 #endif
599#endif 629#endif
600 630
601#if !defined(ECB_MEMORY_FENCE_ACQUIRE) && defined(ECB_MEMORY_FENCE) 631#if !defined ECB_MEMORY_FENCE_ACQUIRE && defined ECB_MEMORY_FENCE
602 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 632 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
603#endif 633#endif
604 634
605#if !defined(ECB_MEMORY_FENCE_RELEASE) && defined(ECB_MEMORY_FENCE) 635#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE
606 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 636 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
607#endif 637#endif
608 638
609/*****************************************************************************/ 639/*****************************************************************************/
610 640
759 789
760 return r + ecb_ld32 (x); 790 return r + ecb_ld32 (x);
761 } 791 }
762#endif 792#endif
763 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
764/* popcount64 is only available on 64 bit cpus as gcc builtin */ 824/* popcount64 is only available on 64 bit cpus as gcc builtin */
765/* so for this version we are lazy */ 825/* so for this version we are lazy */
766ecb_function_ int ecb_popcount64 (uint64_t x) ecb_const; 826ecb_function_ int ecb_popcount64 (uint64_t x) ecb_const;
767ecb_function_ int 827ecb_function_ int
768ecb_popcount64 (uint64_t x) 828ecb_popcount64 (uint64_t x)
817 877
818#if ECB_GCC_VERSION(4,5) 878#if ECB_GCC_VERSION(4,5)
819 #define ecb_unreachable() __builtin_unreachable () 879 #define ecb_unreachable() __builtin_unreachable ()
820#else 880#else
821 /* 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 :/ */
822 ecb_function_ void ecb_unreachable (void) ecb_noreturn; 882 ecb_inline void ecb_unreachable (void) ecb_noreturn;
823 ecb_function_ void ecb_unreachable (void) { } 883 ecb_inline void ecb_unreachable (void) { }
824#endif 884#endif
825 885
826/* try to tell the compiler that some condition is definitely true */ 886/* try to tell the compiler that some condition is definitely true */
827#define ecb_assume(cond) do { if (!(cond)) ecb_unreachable (); } while (0) 887#define ecb_assume(cond) do { if (!(cond)) ecb_unreachable (); } while (0)
828 888
829ecb_function_ unsigned char ecb_byteorder_helper (void) ecb_const; 889ecb_inline unsigned char ecb_byteorder_helper (void) ecb_const;
830ecb_function_ unsigned char 890ecb_inline unsigned char
831ecb_byteorder_helper (void) 891ecb_byteorder_helper (void)
832{ 892{
833 const uint32_t u = 0x11223344; 893 const uint32_t u = 0x11223344;
834 return *(unsigned char *)&u; 894 return *(unsigned char *)&u;
835} 895}
836 896
837ecb_function_ ecb_bool ecb_big_endian (void) ecb_const; 897ecb_inline ecb_bool ecb_big_endian (void) ecb_const;
838ecb_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; }
839ecb_function_ ecb_bool ecb_little_endian (void) ecb_const; 899ecb_inline ecb_bool ecb_little_endian (void) ecb_const;
840ecb_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; }
841 901
842#if ECB_GCC_VERSION(3,0) || ECB_C99 902#if ECB_GCC_VERSION(3,0) || ECB_C99
843 #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))
844#else 904#else
845 #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))
846#endif 922#endif
847 923
848#if ecb_cplusplus_does_not_suck 924#if ecb_cplusplus_does_not_suck
849 /* 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) */
850 template<typename T, int N> 926 template<typename T, int N>
859#endif 935#endif
860 936
861/* ECB.H END */ 937/* ECB.H END */
862 938
863#if ECB_MEMORY_FENCE_NEEDS_PTHREADS 939#if ECB_MEMORY_FENCE_NEEDS_PTHREADS
864/* if your architetcure doesn't need memory fences, e.g. because it is 940/* if your architecture doesn't need memory fences, e.g. because it is
865 * single-cpu/core, or if you use libev in a project that doesn't use libev 941 * single-cpu/core, or if you use libev in a project that doesn't use libev
866 * from multiple threads, then you can define ECB_AVOID_PTHREADS when compiling 942 * from multiple threads, then you can define ECB_AVOID_PTHREADS when compiling
867 * libev, in which casess the memory fences become nops. 943 * libev, in which cases the memory fences become nops.
868 * alternatively, you can remove this #error and link against libpthread, 944 * alternatively, you can remove this #error and link against libpthread,
869 * which will then provide the memory fences. 945 * which will then provide the memory fences.
870 */ 946 */
871# error "memory fences not defined for your architecture, please report" 947# error "memory fences not defined for your architecture, please report"
872#endif 948#endif
1029{ 1105{
1030 write (STDERR_FILENO, msg, strlen (msg)); 1106 write (STDERR_FILENO, msg, strlen (msg));
1031} 1107}
1032#endif 1108#endif
1033 1109
1034static void (*syserr_cb)(const char *msg); 1110static void (*syserr_cb)(const char *msg) EV_THROW;
1035 1111
1036void ecb_cold 1112void ecb_cold
1037ev_set_syserr_cb (void (*cb)(const char *msg)) 1113ev_set_syserr_cb (void (*cb)(const char *msg)) EV_THROW
1038{ 1114{
1039 syserr_cb = cb; 1115 syserr_cb = cb;
1040} 1116}
1041 1117
1042static void noinline ecb_cold 1118static void noinline ecb_cold
1078 free (ptr); 1154 free (ptr);
1079 return 0; 1155 return 0;
1080#endif 1156#endif
1081} 1157}
1082 1158
1083static void *(*alloc)(void *ptr, long size) = ev_realloc_emul; 1159static void *(*alloc)(void *ptr, long size) EV_THROW = ev_realloc_emul;
1084 1160
1085void ecb_cold 1161void ecb_cold
1086ev_set_allocator (void *(*cb)(void *ptr, long size)) 1162ev_set_allocator (void *(*cb)(void *ptr, long size)) EV_THROW
1087{ 1163{
1088 alloc = cb; 1164 alloc = cb;
1089} 1165}
1090 1166
1091inline_speed void * 1167inline_speed void *
1179 #undef VAR 1255 #undef VAR
1180 }; 1256 };
1181 #include "ev_wrap.h" 1257 #include "ev_wrap.h"
1182 1258
1183 static struct ev_loop default_loop_struct; 1259 static struct ev_loop default_loop_struct;
1184 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 */
1185 1261
1186#else 1262#else
1187 1263
1188 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 */
1189 #define VAR(name,decl) static decl; 1265 #define VAR(name,decl) static decl;
1190 #include "ev_vars.h" 1266 #include "ev_vars.h"
1191 #undef VAR 1267 #undef VAR
1192 1268
1193 static int ev_default_loop_ptr; 1269 static int ev_default_loop_ptr;
1208 1284
1209/*****************************************************************************/ 1285/*****************************************************************************/
1210 1286
1211#ifndef EV_HAVE_EV_TIME 1287#ifndef EV_HAVE_EV_TIME
1212ev_tstamp 1288ev_tstamp
1213ev_time (void) 1289ev_time (void) EV_THROW
1214{ 1290{
1215#if EV_USE_REALTIME 1291#if EV_USE_REALTIME
1216 if (expect_true (have_realtime)) 1292 if (expect_true (have_realtime))
1217 { 1293 {
1218 struct timespec ts; 1294 struct timespec ts;
1242 return ev_time (); 1318 return ev_time ();
1243} 1319}
1244 1320
1245#if EV_MULTIPLICITY 1321#if EV_MULTIPLICITY
1246ev_tstamp 1322ev_tstamp
1247ev_now (EV_P) 1323ev_now (EV_P) EV_THROW
1248{ 1324{
1249 return ev_rt_now; 1325 return ev_rt_now;
1250} 1326}
1251#endif 1327#endif
1252 1328
1253void 1329void
1254ev_sleep (ev_tstamp delay) 1330ev_sleep (ev_tstamp delay) EV_THROW
1255{ 1331{
1256 if (delay > 0.) 1332 if (delay > 0.)
1257 { 1333 {
1258#if EV_USE_NANOSLEEP 1334#if EV_USE_NANOSLEEP
1259 struct timespec ts; 1335 struct timespec ts;
1260 1336
1261 EV_TS_SET (ts, delay); 1337 EV_TS_SET (ts, delay);
1262 nanosleep (&ts, 0); 1338 nanosleep (&ts, 0);
1263#elif defined(_WIN32) 1339#elif defined _WIN32
1264 Sleep ((unsigned long)(delay * 1e3)); 1340 Sleep ((unsigned long)(delay * 1e3));
1265#else 1341#else
1266 struct timeval tv; 1342 struct timeval tv;
1267 1343
1268 /* 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 */
1287 1363
1288 do 1364 do
1289 ncur <<= 1; 1365 ncur <<= 1;
1290 while (cnt > ncur); 1366 while (cnt > ncur);
1291 1367
1292 /* 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 */
1293 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4) 1369 if (elem * ncur > MALLOC_ROUND - sizeof (void *) * 4)
1294 { 1370 {
1295 ncur *= elem; 1371 ncur *= elem;
1296 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);
1297 ncur = ncur - sizeof (void *) * 4; 1373 ncur = ncur - sizeof (void *) * 4;
1340pendingcb (EV_P_ ev_prepare *w, int revents) 1416pendingcb (EV_P_ ev_prepare *w, int revents)
1341{ 1417{
1342} 1418}
1343 1419
1344void noinline 1420void noinline
1345ev_feed_event (EV_P_ void *w, int revents) 1421ev_feed_event (EV_P_ void *w, int revents) EV_THROW
1346{ 1422{
1347 W w_ = (W)w; 1423 W w_ = (W)w;
1348 int pri = ABSPRI (w_); 1424 int pri = ABSPRI (w_);
1349 1425
1350 if (expect_false (w_->pending)) 1426 if (expect_false (w_->pending))
1409 if (expect_true (!anfd->reify)) 1485 if (expect_true (!anfd->reify))
1410 fd_event_nocheck (EV_A_ fd, revents); 1486 fd_event_nocheck (EV_A_ fd, revents);
1411} 1487}
1412 1488
1413void 1489void
1414ev_feed_fd_event (EV_P_ int fd, int revents) 1490ev_feed_fd_event (EV_P_ int fd, int revents) EV_THROW
1415{ 1491{
1416 if (fd >= 0 && fd < anfdmax) 1492 if (fd >= 0 && fd < anfdmax)
1417 fd_event_nocheck (EV_A_ fd, revents); 1493 fd_event_nocheck (EV_A_ fd, revents);
1418} 1494}
1419 1495
1768} 1844}
1769 1845
1770inline_speed void 1846inline_speed void
1771evpipe_write (EV_P_ EV_ATOMIC_T *flag) 1847evpipe_write (EV_P_ EV_ATOMIC_T *flag)
1772{ 1848{
1849 ECB_MEMORY_FENCE; /* push out the write before this function was called, acquire flag */
1850
1773 if (expect_true (*flag)) 1851 if (expect_true (*flag))
1774 return; 1852 return;
1775 1853
1776 *flag = 1; 1854 *flag = 1;
1777 1855
1801 /* win32 people keep sending patches that change this write() to send() */ 1879 /* win32 people keep sending patches that change this write() to send() */
1802 /* 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 */
1803 /* 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 */
1804 /* 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 */
1805 /* 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 */
1806 write (evpipe [1], &(evpipe [1]), 1); 1886 write (evpipe [1], &(evpipe [1]), 1);
1807 } 1887 }
1808 1888
1809 errno = old_errno; 1889 errno = old_errno;
1810 } 1890 }
1834 } 1914 }
1835 } 1915 }
1836 1916
1837 pipe_write_skipped = 0; 1917 pipe_write_skipped = 0;
1838 1918
1919 ECB_MEMORY_FENCE; /* push out skipped, acquire flags */
1920
1839#if EV_SIGNAL_ENABLE 1921#if EV_SIGNAL_ENABLE
1840 if (sig_pending) 1922 if (sig_pending)
1841 { 1923 {
1842 sig_pending = 0; 1924 sig_pending = 0;
1925
1926 ECB_MEMORY_FENCE_RELEASE;
1843 1927
1844 for (i = EV_NSIG - 1; i--; ) 1928 for (i = EV_NSIG - 1; i--; )
1845 if (expect_false (signals [i].pending)) 1929 if (expect_false (signals [i].pending))
1846 ev_feed_signal_event (EV_A_ i + 1); 1930 ev_feed_signal_event (EV_A_ i + 1);
1847 } 1931 }
1849 1933
1850#if EV_ASYNC_ENABLE 1934#if EV_ASYNC_ENABLE
1851 if (async_pending) 1935 if (async_pending)
1852 { 1936 {
1853 async_pending = 0; 1937 async_pending = 0;
1938
1939 ECB_MEMORY_FENCE_RELEASE;
1854 1940
1855 for (i = asynccnt; i--; ) 1941 for (i = asynccnt; i--; )
1856 if (asyncs [i]->sent) 1942 if (asyncs [i]->sent)
1857 { 1943 {
1858 asyncs [i]->sent = 0; 1944 asyncs [i]->sent = 0;
1863} 1949}
1864 1950
1865/*****************************************************************************/ 1951/*****************************************************************************/
1866 1952
1867void 1953void
1868ev_feed_signal (int signum) 1954ev_feed_signal (int signum) EV_THROW
1869{ 1955{
1870#if EV_MULTIPLICITY 1956#if EV_MULTIPLICITY
1871 EV_P = signals [signum - 1].loop; 1957 EV_P = signals [signum - 1].loop;
1872 1958
1873 if (!EV_A) 1959 if (!EV_A)
1890 1976
1891 ev_feed_signal (signum); 1977 ev_feed_signal (signum);
1892} 1978}
1893 1979
1894void noinline 1980void noinline
1895ev_feed_signal_event (EV_P_ int signum) 1981ev_feed_signal_event (EV_P_ int signum) EV_THROW
1896{ 1982{
1897 WL w; 1983 WL w;
1898 1984
1899 if (expect_false (signum <= 0 || signum > EV_NSIG)) 1985 if (expect_false (signum <= 0 || signum > EV_NSIG))
1900 return; 1986 return;
2016#if EV_USE_SELECT 2102#if EV_USE_SELECT
2017# include "ev_select.c" 2103# include "ev_select.c"
2018#endif 2104#endif
2019 2105
2020int ecb_cold 2106int ecb_cold
2021ev_version_major (void) 2107ev_version_major (void) EV_THROW
2022{ 2108{
2023 return EV_VERSION_MAJOR; 2109 return EV_VERSION_MAJOR;
2024} 2110}
2025 2111
2026int ecb_cold 2112int ecb_cold
2027ev_version_minor (void) 2113ev_version_minor (void) EV_THROW
2028{ 2114{
2029 return EV_VERSION_MINOR; 2115 return EV_VERSION_MINOR;
2030} 2116}
2031 2117
2032/* 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 */
2040 || getgid () != getegid (); 2126 || getgid () != getegid ();
2041#endif 2127#endif
2042} 2128}
2043 2129
2044unsigned int ecb_cold 2130unsigned int ecb_cold
2045ev_supported_backends (void) 2131ev_supported_backends (void) EV_THROW
2046{ 2132{
2047 unsigned int flags = 0; 2133 unsigned int flags = 0;
2048 2134
2049 if (EV_USE_PORT ) flags |= EVBACKEND_PORT; 2135 if (EV_USE_PORT ) flags |= EVBACKEND_PORT;
2050 if (EV_USE_KQUEUE) flags |= EVBACKEND_KQUEUE; 2136 if (EV_USE_KQUEUE) flags |= EVBACKEND_KQUEUE;
2054 2140
2055 return flags; 2141 return flags;
2056} 2142}
2057 2143
2058unsigned int ecb_cold 2144unsigned int ecb_cold
2059ev_recommended_backends (void) 2145ev_recommended_backends (void) EV_THROW
2060{ 2146{
2061 unsigned int flags = ev_supported_backends (); 2147 unsigned int flags = ev_supported_backends ();
2062 2148
2063#ifndef __NetBSD__ 2149#ifndef __NetBSD__
2064 /* kqueue is borked on everything but netbsd apparently */ 2150 /* kqueue is borked on everything but netbsd apparently */
2076 2162
2077 return flags; 2163 return flags;
2078} 2164}
2079 2165
2080unsigned int ecb_cold 2166unsigned int ecb_cold
2081ev_embeddable_backends (void) 2167ev_embeddable_backends (void) EV_THROW
2082{ 2168{
2083 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT; 2169 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT;
2084 2170
2085 /* 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 */
2086 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 */
2088 2174
2089 return flags; 2175 return flags;
2090} 2176}
2091 2177
2092unsigned int 2178unsigned int
2093ev_backend (EV_P) 2179ev_backend (EV_P) EV_THROW
2094{ 2180{
2095 return backend; 2181 return backend;
2096} 2182}
2097 2183
2098#if EV_FEATURE_API 2184#if EV_FEATURE_API
2099unsigned int 2185unsigned int
2100ev_iteration (EV_P) 2186ev_iteration (EV_P) EV_THROW
2101{ 2187{
2102 return loop_count; 2188 return loop_count;
2103} 2189}
2104 2190
2105unsigned int 2191unsigned int
2106ev_depth (EV_P) 2192ev_depth (EV_P) EV_THROW
2107{ 2193{
2108 return loop_depth; 2194 return loop_depth;
2109} 2195}
2110 2196
2111void 2197void
2112ev_set_io_collect_interval (EV_P_ ev_tstamp interval) 2198ev_set_io_collect_interval (EV_P_ ev_tstamp interval) EV_THROW
2113{ 2199{
2114 io_blocktime = interval; 2200 io_blocktime = interval;
2115} 2201}
2116 2202
2117void 2203void
2118ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) 2204ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) EV_THROW
2119{ 2205{
2120 timeout_blocktime = interval; 2206 timeout_blocktime = interval;
2121} 2207}
2122 2208
2123void 2209void
2124ev_set_userdata (EV_P_ void *data) 2210ev_set_userdata (EV_P_ void *data) EV_THROW
2125{ 2211{
2126 userdata = data; 2212 userdata = data;
2127} 2213}
2128 2214
2129void * 2215void *
2130ev_userdata (EV_P) 2216ev_userdata (EV_P) EV_THROW
2131{ 2217{
2132 return userdata; 2218 return userdata;
2133} 2219}
2134 2220
2135void 2221void
2136ev_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
2137{ 2223{
2138 invoke_cb = invoke_pending_cb; 2224 invoke_cb = invoke_pending_cb;
2139} 2225}
2140 2226
2141void 2227void
2142ev_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
2143{ 2229{
2144 release_cb = release; 2230 release_cb = release;
2145 acquire_cb = acquire; 2231 acquire_cb = acquire;
2146} 2232}
2147#endif 2233#endif
2148 2234
2149/* initialise a loop structure, must be zero-initialised */ 2235/* initialise a loop structure, must be zero-initialised */
2150static void noinline ecb_cold 2236static void noinline ecb_cold
2151loop_init (EV_P_ unsigned int flags) 2237loop_init (EV_P_ unsigned int flags) EV_THROW
2152{ 2238{
2153 if (!backend) 2239 if (!backend)
2154 { 2240 {
2155 origflags = flags; 2241 origflags = flags;
2156 2242
2409} 2495}
2410 2496
2411#if EV_MULTIPLICITY 2497#if EV_MULTIPLICITY
2412 2498
2413struct ev_loop * ecb_cold 2499struct ev_loop * ecb_cold
2414ev_loop_new (unsigned int flags) 2500ev_loop_new (unsigned int flags) EV_THROW
2415{ 2501{
2416 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop)); 2502 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop));
2417 2503
2418 memset (EV_A, 0, sizeof (struct ev_loop)); 2504 memset (EV_A, 0, sizeof (struct ev_loop));
2419 loop_init (EV_A_ flags); 2505 loop_init (EV_A_ flags);
2463} 2549}
2464#endif 2550#endif
2465 2551
2466#if EV_FEATURE_API 2552#if EV_FEATURE_API
2467void ecb_cold 2553void ecb_cold
2468ev_verify (EV_P) 2554ev_verify (EV_P) EV_THROW
2469{ 2555{
2470#if EV_VERIFY 2556#if EV_VERIFY
2471 int i; 2557 int i;
2472 WL w; 2558 WL w;
2473 2559
2542#if EV_MULTIPLICITY 2628#if EV_MULTIPLICITY
2543struct ev_loop * ecb_cold 2629struct ev_loop * ecb_cold
2544#else 2630#else
2545int 2631int
2546#endif 2632#endif
2547ev_default_loop (unsigned int flags) 2633ev_default_loop (unsigned int flags) EV_THROW
2548{ 2634{
2549 if (!ev_default_loop_ptr) 2635 if (!ev_default_loop_ptr)
2550 { 2636 {
2551#if EV_MULTIPLICITY 2637#if EV_MULTIPLICITY
2552 EV_P = ev_default_loop_ptr = &default_loop_struct; 2638 EV_P = ev_default_loop_ptr = &default_loop_struct;
2571 2657
2572 return ev_default_loop_ptr; 2658 return ev_default_loop_ptr;
2573} 2659}
2574 2660
2575void 2661void
2576ev_loop_fork (EV_P) 2662ev_loop_fork (EV_P) EV_THROW
2577{ 2663{
2578 postfork = 1; /* must be in line with ev_default_fork */ 2664 postfork = 1; /* must be in line with ev_default_fork */
2579} 2665}
2580 2666
2581/*****************************************************************************/ 2667/*****************************************************************************/
2585{ 2671{
2586 EV_CB_INVOKE ((W)w, revents); 2672 EV_CB_INVOKE ((W)w, revents);
2587} 2673}
2588 2674
2589unsigned int 2675unsigned int
2590ev_pending_count (EV_P) 2676ev_pending_count (EV_P) EV_THROW
2591{ 2677{
2592 int pri; 2678 int pri;
2593 unsigned int count = 0; 2679 unsigned int count = 0;
2594 2680
2595 for (pri = NUMPRI; pri--; ) 2681 for (pri = NUMPRI; pri--; )
2854 2940
2855 mn_now = ev_rt_now; 2941 mn_now = ev_rt_now;
2856 } 2942 }
2857} 2943}
2858 2944
2859void 2945int
2860ev_run (EV_P_ int flags) 2946ev_run (EV_P_ int flags)
2861{ 2947{
2862#if EV_FEATURE_API 2948#if EV_FEATURE_API
2863 ++loop_depth; 2949 ++loop_depth;
2864#endif 2950#endif
2977#endif 3063#endif
2978 assert ((loop_done = EVBREAK_RECURSE, 1)); /* assert for side effect */ 3064 assert ((loop_done = EVBREAK_RECURSE, 1)); /* assert for side effect */
2979 backend_poll (EV_A_ waittime); 3065 backend_poll (EV_A_ waittime);
2980 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */ 3066 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */
2981 3067
2982 pipe_write_wanted = 0; /* just an optimsiation, no fence needed */ 3068 pipe_write_wanted = 0; /* just an optimisation, no fence needed */
2983 3069
2984 if (pipe_write_skipped) 3070 if (pipe_write_skipped)
2985 { 3071 {
2986 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)));
2987 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3073 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
3021 loop_done = EVBREAK_CANCEL; 3107 loop_done = EVBREAK_CANCEL;
3022 3108
3023#if EV_FEATURE_API 3109#if EV_FEATURE_API
3024 --loop_depth; 3110 --loop_depth;
3025#endif 3111#endif
3112
3113 return activecnt;
3026} 3114}
3027 3115
3028void 3116void
3029ev_break (EV_P_ int how) 3117ev_break (EV_P_ int how) EV_THROW
3030{ 3118{
3031 loop_done = how; 3119 loop_done = how;
3032} 3120}
3033 3121
3034void 3122void
3035ev_ref (EV_P) 3123ev_ref (EV_P) EV_THROW
3036{ 3124{
3037 ++activecnt; 3125 ++activecnt;
3038} 3126}
3039 3127
3040void 3128void
3041ev_unref (EV_P) 3129ev_unref (EV_P) EV_THROW
3042{ 3130{
3043 --activecnt; 3131 --activecnt;
3044} 3132}
3045 3133
3046void 3134void
3047ev_now_update (EV_P) 3135ev_now_update (EV_P) EV_THROW
3048{ 3136{
3049 time_update (EV_A_ 1e100); 3137 time_update (EV_A_ 1e100);
3050} 3138}
3051 3139
3052void 3140void
3053ev_suspend (EV_P) 3141ev_suspend (EV_P) EV_THROW
3054{ 3142{
3055 ev_now_update (EV_A); 3143 ev_now_update (EV_A);
3056} 3144}
3057 3145
3058void 3146void
3059ev_resume (EV_P) 3147ev_resume (EV_P) EV_THROW
3060{ 3148{
3061 ev_tstamp mn_prev = mn_now; 3149 ev_tstamp mn_prev = mn_now;
3062 3150
3063 ev_now_update (EV_A); 3151 ev_now_update (EV_A);
3064 timers_reschedule (EV_A_ mn_now - mn_prev); 3152 timers_reschedule (EV_A_ mn_now - mn_prev);
3103 w->pending = 0; 3191 w->pending = 0;
3104 } 3192 }
3105} 3193}
3106 3194
3107int 3195int
3108ev_clear_pending (EV_P_ void *w) 3196ev_clear_pending (EV_P_ void *w) EV_THROW
3109{ 3197{
3110 W w_ = (W)w; 3198 W w_ = (W)w;
3111 int pending = w_->pending; 3199 int pending = w_->pending;
3112 3200
3113 if (expect_true (pending)) 3201 if (expect_true (pending))
3146} 3234}
3147 3235
3148/*****************************************************************************/ 3236/*****************************************************************************/
3149 3237
3150void noinline 3238void noinline
3151ev_io_start (EV_P_ ev_io *w) 3239ev_io_start (EV_P_ ev_io *w) EV_THROW
3152{ 3240{
3153 int fd = w->fd; 3241 int fd = w->fd;
3154 3242
3155 if (expect_false (ev_is_active (w))) 3243 if (expect_false (ev_is_active (w)))
3156 return; 3244 return;
3169 3257
3170 EV_FREQUENT_CHECK; 3258 EV_FREQUENT_CHECK;
3171} 3259}
3172 3260
3173void noinline 3261void noinline
3174ev_io_stop (EV_P_ ev_io *w) 3262ev_io_stop (EV_P_ ev_io *w) EV_THROW
3175{ 3263{
3176 clear_pending (EV_A_ (W)w); 3264 clear_pending (EV_A_ (W)w);
3177 if (expect_false (!ev_is_active (w))) 3265 if (expect_false (!ev_is_active (w)))
3178 return; 3266 return;
3179 3267
3188 3276
3189 EV_FREQUENT_CHECK; 3277 EV_FREQUENT_CHECK;
3190} 3278}
3191 3279
3192void noinline 3280void noinline
3193ev_timer_start (EV_P_ ev_timer *w) 3281ev_timer_start (EV_P_ ev_timer *w) EV_THROW
3194{ 3282{
3195 if (expect_false (ev_is_active (w))) 3283 if (expect_false (ev_is_active (w)))
3196 return; 3284 return;
3197 3285
3198 ev_at (w) += mn_now; 3286 ev_at (w) += mn_now;
3212 3300
3213 /*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));*/
3214} 3302}
3215 3303
3216void noinline 3304void noinline
3217ev_timer_stop (EV_P_ ev_timer *w) 3305ev_timer_stop (EV_P_ ev_timer *w) EV_THROW
3218{ 3306{
3219 clear_pending (EV_A_ (W)w); 3307 clear_pending (EV_A_ (W)w);
3220 if (expect_false (!ev_is_active (w))) 3308 if (expect_false (!ev_is_active (w)))
3221 return; 3309 return;
3222 3310
3242 3330
3243 EV_FREQUENT_CHECK; 3331 EV_FREQUENT_CHECK;
3244} 3332}
3245 3333
3246void noinline 3334void noinline
3247ev_timer_again (EV_P_ ev_timer *w) 3335ev_timer_again (EV_P_ ev_timer *w) EV_THROW
3248{ 3336{
3249 EV_FREQUENT_CHECK; 3337 EV_FREQUENT_CHECK;
3338
3339 clear_pending (EV_A_ (W)w);
3250 3340
3251 if (ev_is_active (w)) 3341 if (ev_is_active (w))
3252 { 3342 {
3253 if (w->repeat) 3343 if (w->repeat)
3254 { 3344 {
3267 3357
3268 EV_FREQUENT_CHECK; 3358 EV_FREQUENT_CHECK;
3269} 3359}
3270 3360
3271ev_tstamp 3361ev_tstamp
3272ev_timer_remaining (EV_P_ ev_timer *w) 3362ev_timer_remaining (EV_P_ ev_timer *w) EV_THROW
3273{ 3363{
3274 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.); 3364 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.);
3275} 3365}
3276 3366
3277#if EV_PERIODIC_ENABLE 3367#if EV_PERIODIC_ENABLE
3278void noinline 3368void noinline
3279ev_periodic_start (EV_P_ ev_periodic *w) 3369ev_periodic_start (EV_P_ ev_periodic *w) EV_THROW
3280{ 3370{
3281 if (expect_false (ev_is_active (w))) 3371 if (expect_false (ev_is_active (w)))
3282 return; 3372 return;
3283 3373
3284 if (w->reschedule_cb) 3374 if (w->reschedule_cb)
3304 3394
3305 /*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));*/
3306} 3396}
3307 3397
3308void noinline 3398void noinline
3309ev_periodic_stop (EV_P_ ev_periodic *w) 3399ev_periodic_stop (EV_P_ ev_periodic *w) EV_THROW
3310{ 3400{
3311 clear_pending (EV_A_ (W)w); 3401 clear_pending (EV_A_ (W)w);
3312 if (expect_false (!ev_is_active (w))) 3402 if (expect_false (!ev_is_active (w)))
3313 return; 3403 return;
3314 3404
3332 3422
3333 EV_FREQUENT_CHECK; 3423 EV_FREQUENT_CHECK;
3334} 3424}
3335 3425
3336void noinline 3426void noinline
3337ev_periodic_again (EV_P_ ev_periodic *w) 3427ev_periodic_again (EV_P_ ev_periodic *w) EV_THROW
3338{ 3428{
3339 /* TODO: use adjustheap and recalculation */ 3429 /* TODO: use adjustheap and recalculation */
3340 ev_periodic_stop (EV_A_ w); 3430 ev_periodic_stop (EV_A_ w);
3341 ev_periodic_start (EV_A_ w); 3431 ev_periodic_start (EV_A_ w);
3342} 3432}
3347#endif 3437#endif
3348 3438
3349#if EV_SIGNAL_ENABLE 3439#if EV_SIGNAL_ENABLE
3350 3440
3351void noinline 3441void noinline
3352ev_signal_start (EV_P_ ev_signal *w) 3442ev_signal_start (EV_P_ ev_signal *w) EV_THROW
3353{ 3443{
3354 if (expect_false (ev_is_active (w))) 3444 if (expect_false (ev_is_active (w)))
3355 return; 3445 return;
3356 3446
3357 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));
3428 3518
3429 EV_FREQUENT_CHECK; 3519 EV_FREQUENT_CHECK;
3430} 3520}
3431 3521
3432void noinline 3522void noinline
3433ev_signal_stop (EV_P_ ev_signal *w) 3523ev_signal_stop (EV_P_ ev_signal *w) EV_THROW
3434{ 3524{
3435 clear_pending (EV_A_ (W)w); 3525 clear_pending (EV_A_ (W)w);
3436 if (expect_false (!ev_is_active (w))) 3526 if (expect_false (!ev_is_active (w)))
3437 return; 3527 return;
3438 3528
3469#endif 3559#endif
3470 3560
3471#if EV_CHILD_ENABLE 3561#if EV_CHILD_ENABLE
3472 3562
3473void 3563void
3474ev_child_start (EV_P_ ev_child *w) 3564ev_child_start (EV_P_ ev_child *w) EV_THROW
3475{ 3565{
3476#if EV_MULTIPLICITY 3566#if EV_MULTIPLICITY
3477 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));
3478#endif 3568#endif
3479 if (expect_false (ev_is_active (w))) 3569 if (expect_false (ev_is_active (w)))
3486 3576
3487 EV_FREQUENT_CHECK; 3577 EV_FREQUENT_CHECK;
3488} 3578}
3489 3579
3490void 3580void
3491ev_child_stop (EV_P_ ev_child *w) 3581ev_child_stop (EV_P_ ev_child *w) EV_THROW
3492{ 3582{
3493 clear_pending (EV_A_ (W)w); 3583 clear_pending (EV_A_ (W)w);
3494 if (expect_false (!ev_is_active (w))) 3584 if (expect_false (!ev_is_active (w)))
3495 return; 3585 return;
3496 3586
3663} 3753}
3664 3754
3665inline_size int 3755inline_size int
3666infy_newfd (void) 3756infy_newfd (void)
3667{ 3757{
3668#if defined (IN_CLOEXEC) && defined (IN_NONBLOCK) 3758#if defined IN_CLOEXEC && defined IN_NONBLOCK
3669 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK); 3759 int fd = inotify_init1 (IN_CLOEXEC | IN_NONBLOCK);
3670 if (fd >= 0) 3760 if (fd >= 0)
3671 return fd; 3761 return fd;
3672#endif 3762#endif
3673 return inotify_init (); 3763 return inotify_init ();
3748#else 3838#else
3749# define EV_LSTAT(p,b) lstat (p, b) 3839# define EV_LSTAT(p,b) lstat (p, b)
3750#endif 3840#endif
3751 3841
3752void 3842void
3753ev_stat_stat (EV_P_ ev_stat *w) 3843ev_stat_stat (EV_P_ ev_stat *w) EV_THROW
3754{ 3844{
3755 if (lstat (w->path, &w->attr) < 0) 3845 if (lstat (w->path, &w->attr) < 0)
3756 w->attr.st_nlink = 0; 3846 w->attr.st_nlink = 0;
3757 else if (!w->attr.st_nlink) 3847 else if (!w->attr.st_nlink)
3758 w->attr.st_nlink = 1; 3848 w->attr.st_nlink = 1;
3797 ev_feed_event (EV_A_ w, EV_STAT); 3887 ev_feed_event (EV_A_ w, EV_STAT);
3798 } 3888 }
3799} 3889}
3800 3890
3801void 3891void
3802ev_stat_start (EV_P_ ev_stat *w) 3892ev_stat_start (EV_P_ ev_stat *w) EV_THROW
3803{ 3893{
3804 if (expect_false (ev_is_active (w))) 3894 if (expect_false (ev_is_active (w)))
3805 return; 3895 return;
3806 3896
3807 ev_stat_stat (EV_A_ w); 3897 ev_stat_stat (EV_A_ w);
3828 3918
3829 EV_FREQUENT_CHECK; 3919 EV_FREQUENT_CHECK;
3830} 3920}
3831 3921
3832void 3922void
3833ev_stat_stop (EV_P_ ev_stat *w) 3923ev_stat_stop (EV_P_ ev_stat *w) EV_THROW
3834{ 3924{
3835 clear_pending (EV_A_ (W)w); 3925 clear_pending (EV_A_ (W)w);
3836 if (expect_false (!ev_is_active (w))) 3926 if (expect_false (!ev_is_active (w)))
3837 return; 3927 return;
3838 3928
3854} 3944}
3855#endif 3945#endif
3856 3946
3857#if EV_IDLE_ENABLE 3947#if EV_IDLE_ENABLE
3858void 3948void
3859ev_idle_start (EV_P_ ev_idle *w) 3949ev_idle_start (EV_P_ ev_idle *w) EV_THROW
3860{ 3950{
3861 if (expect_false (ev_is_active (w))) 3951 if (expect_false (ev_is_active (w)))
3862 return; 3952 return;
3863 3953
3864 pri_adjust (EV_A_ (W)w); 3954 pri_adjust (EV_A_ (W)w);
3877 3967
3878 EV_FREQUENT_CHECK; 3968 EV_FREQUENT_CHECK;
3879} 3969}
3880 3970
3881void 3971void
3882ev_idle_stop (EV_P_ ev_idle *w) 3972ev_idle_stop (EV_P_ ev_idle *w) EV_THROW
3883{ 3973{
3884 clear_pending (EV_A_ (W)w); 3974 clear_pending (EV_A_ (W)w);
3885 if (expect_false (!ev_is_active (w))) 3975 if (expect_false (!ev_is_active (w)))
3886 return; 3976 return;
3887 3977
3901} 3991}
3902#endif 3992#endif
3903 3993
3904#if EV_PREPARE_ENABLE 3994#if EV_PREPARE_ENABLE
3905void 3995void
3906ev_prepare_start (EV_P_ ev_prepare *w) 3996ev_prepare_start (EV_P_ ev_prepare *w) EV_THROW
3907{ 3997{
3908 if (expect_false (ev_is_active (w))) 3998 if (expect_false (ev_is_active (w)))
3909 return; 3999 return;
3910 4000
3911 EV_FREQUENT_CHECK; 4001 EV_FREQUENT_CHECK;
3916 4006
3917 EV_FREQUENT_CHECK; 4007 EV_FREQUENT_CHECK;
3918} 4008}
3919 4009
3920void 4010void
3921ev_prepare_stop (EV_P_ ev_prepare *w) 4011ev_prepare_stop (EV_P_ ev_prepare *w) EV_THROW
3922{ 4012{
3923 clear_pending (EV_A_ (W)w); 4013 clear_pending (EV_A_ (W)w);
3924 if (expect_false (!ev_is_active (w))) 4014 if (expect_false (!ev_is_active (w)))
3925 return; 4015 return;
3926 4016
3939} 4029}
3940#endif 4030#endif
3941 4031
3942#if EV_CHECK_ENABLE 4032#if EV_CHECK_ENABLE
3943void 4033void
3944ev_check_start (EV_P_ ev_check *w) 4034ev_check_start (EV_P_ ev_check *w) EV_THROW
3945{ 4035{
3946 if (expect_false (ev_is_active (w))) 4036 if (expect_false (ev_is_active (w)))
3947 return; 4037 return;
3948 4038
3949 EV_FREQUENT_CHECK; 4039 EV_FREQUENT_CHECK;
3954 4044
3955 EV_FREQUENT_CHECK; 4045 EV_FREQUENT_CHECK;
3956} 4046}
3957 4047
3958void 4048void
3959ev_check_stop (EV_P_ ev_check *w) 4049ev_check_stop (EV_P_ ev_check *w) EV_THROW
3960{ 4050{
3961 clear_pending (EV_A_ (W)w); 4051 clear_pending (EV_A_ (W)w);
3962 if (expect_false (!ev_is_active (w))) 4052 if (expect_false (!ev_is_active (w)))
3963 return; 4053 return;
3964 4054
3977} 4067}
3978#endif 4068#endif
3979 4069
3980#if EV_EMBED_ENABLE 4070#if EV_EMBED_ENABLE
3981void noinline 4071void noinline
3982ev_embed_sweep (EV_P_ ev_embed *w) 4072ev_embed_sweep (EV_P_ ev_embed *w) EV_THROW
3983{ 4073{
3984 ev_run (w->other, EVRUN_NOWAIT); 4074 ev_run (w->other, EVRUN_NOWAIT);
3985} 4075}
3986 4076
3987static void 4077static void
4035 ev_idle_stop (EV_A_ idle); 4125 ev_idle_stop (EV_A_ idle);
4036} 4126}
4037#endif 4127#endif
4038 4128
4039void 4129void
4040ev_embed_start (EV_P_ ev_embed *w) 4130ev_embed_start (EV_P_ ev_embed *w) EV_THROW
4041{ 4131{
4042 if (expect_false (ev_is_active (w))) 4132 if (expect_false (ev_is_active (w)))
4043 return; 4133 return;
4044 4134
4045 { 4135 {
4066 4156
4067 EV_FREQUENT_CHECK; 4157 EV_FREQUENT_CHECK;
4068} 4158}
4069 4159
4070void 4160void
4071ev_embed_stop (EV_P_ ev_embed *w) 4161ev_embed_stop (EV_P_ ev_embed *w) EV_THROW
4072{ 4162{
4073 clear_pending (EV_A_ (W)w); 4163 clear_pending (EV_A_ (W)w);
4074 if (expect_false (!ev_is_active (w))) 4164 if (expect_false (!ev_is_active (w)))
4075 return; 4165 return;
4076 4166
4086} 4176}
4087#endif 4177#endif
4088 4178
4089#if EV_FORK_ENABLE 4179#if EV_FORK_ENABLE
4090void 4180void
4091ev_fork_start (EV_P_ ev_fork *w) 4181ev_fork_start (EV_P_ ev_fork *w) EV_THROW
4092{ 4182{
4093 if (expect_false (ev_is_active (w))) 4183 if (expect_false (ev_is_active (w)))
4094 return; 4184 return;
4095 4185
4096 EV_FREQUENT_CHECK; 4186 EV_FREQUENT_CHECK;
4101 4191
4102 EV_FREQUENT_CHECK; 4192 EV_FREQUENT_CHECK;
4103} 4193}
4104 4194
4105void 4195void
4106ev_fork_stop (EV_P_ ev_fork *w) 4196ev_fork_stop (EV_P_ ev_fork *w) EV_THROW
4107{ 4197{
4108 clear_pending (EV_A_ (W)w); 4198 clear_pending (EV_A_ (W)w);
4109 if (expect_false (!ev_is_active (w))) 4199 if (expect_false (!ev_is_active (w)))
4110 return; 4200 return;
4111 4201
4124} 4214}
4125#endif 4215#endif
4126 4216
4127#if EV_CLEANUP_ENABLE 4217#if EV_CLEANUP_ENABLE
4128void 4218void
4129ev_cleanup_start (EV_P_ ev_cleanup *w) 4219ev_cleanup_start (EV_P_ ev_cleanup *w) EV_THROW
4130{ 4220{
4131 if (expect_false (ev_is_active (w))) 4221 if (expect_false (ev_is_active (w)))
4132 return; 4222 return;
4133 4223
4134 EV_FREQUENT_CHECK; 4224 EV_FREQUENT_CHECK;
4141 ev_unref (EV_A); 4231 ev_unref (EV_A);
4142 EV_FREQUENT_CHECK; 4232 EV_FREQUENT_CHECK;
4143} 4233}
4144 4234
4145void 4235void
4146ev_cleanup_stop (EV_P_ ev_cleanup *w) 4236ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_THROW
4147{ 4237{
4148 clear_pending (EV_A_ (W)w); 4238 clear_pending (EV_A_ (W)w);
4149 if (expect_false (!ev_is_active (w))) 4239 if (expect_false (!ev_is_active (w)))
4150 return; 4240 return;
4151 4241
4165} 4255}
4166#endif 4256#endif
4167 4257
4168#if EV_ASYNC_ENABLE 4258#if EV_ASYNC_ENABLE
4169void 4259void
4170ev_async_start (EV_P_ ev_async *w) 4260ev_async_start (EV_P_ ev_async *w) EV_THROW
4171{ 4261{
4172 if (expect_false (ev_is_active (w))) 4262 if (expect_false (ev_is_active (w)))
4173 return; 4263 return;
4174 4264
4175 w->sent = 0; 4265 w->sent = 0;
4184 4274
4185 EV_FREQUENT_CHECK; 4275 EV_FREQUENT_CHECK;
4186} 4276}
4187 4277
4188void 4278void
4189ev_async_stop (EV_P_ ev_async *w) 4279ev_async_stop (EV_P_ ev_async *w) EV_THROW
4190{ 4280{
4191 clear_pending (EV_A_ (W)w); 4281 clear_pending (EV_A_ (W)w);
4192 if (expect_false (!ev_is_active (w))) 4282 if (expect_false (!ev_is_active (w)))
4193 return; 4283 return;
4194 4284
4205 4295
4206 EV_FREQUENT_CHECK; 4296 EV_FREQUENT_CHECK;
4207} 4297}
4208 4298
4209void 4299void
4210ev_async_send (EV_P_ ev_async *w) 4300ev_async_send (EV_P_ ev_async *w) EV_THROW
4211{ 4301{
4212 w->sent = 1; 4302 w->sent = 1;
4213 evpipe_write (EV_A_ &async_pending); 4303 evpipe_write (EV_A_ &async_pending);
4214} 4304}
4215#endif 4305#endif
4252 4342
4253 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));
4254} 4344}
4255 4345
4256void 4346void
4257ev_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
4258{ 4348{
4259 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));
4260 4350
4261 if (expect_false (!once)) 4351 if (expect_false (!once))
4262 { 4352 {
4284 4374
4285/*****************************************************************************/ 4375/*****************************************************************************/
4286 4376
4287#if EV_WALK_ENABLE 4377#if EV_WALK_ENABLE
4288void ecb_cold 4378void ecb_cold
4289ev_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
4290{ 4380{
4291 int i, j; 4381 int i, j;
4292 ev_watcher_list *wl, *wn; 4382 ev_watcher_list *wl, *wn;
4293 4383
4294 if (types & (EV_IO | EV_EMBED)) 4384 if (types & (EV_IO | EV_EMBED))
4400 4490
4401#if EV_MULTIPLICITY 4491#if EV_MULTIPLICITY
4402 #include "ev_wrap.h" 4492 #include "ev_wrap.h"
4403#endif 4493#endif
4404 4494
4405EV_CPP(})
4406

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines