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

Comparing libev/ev.c (file contents):
Revision 1.433 by root, Tue May 15 13:03:20 2012 UTC vs.
Revision 1.472 by root, Tue Sep 9 13:24:13 2014 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,2012 Marc Alexander Lehmann <libev@schmorp.de> 4 * Copyright (c) 2007,2008,2009,2010,2011,2012,2013 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 *
43# include EV_CONFIG_H 43# include EV_CONFIG_H
44# else 44# else
45# include "config.h" 45# include "config.h"
46# endif 46# endif
47 47
48#if HAVE_FLOOR 48# if HAVE_FLOOR
49# ifndef EV_USE_FLOOR 49# ifndef EV_USE_FLOOR
50# define EV_USE_FLOOR 1 50# define EV_USE_FLOOR 1
51# endif
51# endif 52# endif
52#endif
53 53
54# if HAVE_CLOCK_SYSCALL 54# if HAVE_CLOCK_SYSCALL
55# ifndef EV_USE_CLOCK_SYSCALL 55# ifndef EV_USE_CLOCK_SYSCALL
56# define EV_USE_CLOCK_SYSCALL 1 56# define EV_USE_CLOCK_SYSCALL 1
57# ifndef EV_USE_REALTIME 57# ifndef EV_USE_REALTIME
241#elif defined SIGARRAYSIZE 241#elif defined SIGARRAYSIZE
242# define EV_NSIG (SIGARRAYSIZE) /* Assume ary[SIGARRAYSIZE] */ 242# define EV_NSIG (SIGARRAYSIZE) /* Assume ary[SIGARRAYSIZE] */
243#elif defined _sys_nsig 243#elif defined _sys_nsig
244# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */ 244# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */
245#else 245#else
246# error "unable to find value for NSIG, please report" 246# define EV_NSIG (8 * sizeof (sigset_t) + 1)
247/* to make it compile regardless, just remove the above line, */
248/* but consider reporting it, too! :) */
249# define EV_NSIG 65
250#endif 247#endif
251 248
252#ifndef EV_USE_FLOOR 249#ifndef EV_USE_FLOOR
253# define EV_USE_FLOOR 0 250# define EV_USE_FLOOR 0
254#endif 251#endif
255 252
256#ifndef EV_USE_CLOCK_SYSCALL 253#ifndef EV_USE_CLOCK_SYSCALL
257# if __linux && __GLIBC__ >= 2 254# if __linux && __GLIBC__ == 2 && __GLIBC_MINOR__ < 17
258# define EV_USE_CLOCK_SYSCALL EV_FEATURE_OS 255# define EV_USE_CLOCK_SYSCALL EV_FEATURE_OS
259# else 256# else
260# define EV_USE_CLOCK_SYSCALL 0 257# define EV_USE_CLOCK_SYSCALL 0
258# endif
259#endif
260
261#if !(_POSIX_TIMERS > 0)
262# ifndef EV_USE_MONOTONIC
263# define EV_USE_MONOTONIC 0
264# endif
265# ifndef EV_USE_REALTIME
266# define EV_USE_REALTIME 0
261# endif 267# endif
262#endif 268#endif
263 269
264#ifndef EV_USE_MONOTONIC 270#ifndef EV_USE_MONOTONIC
265# if defined _POSIX_MONOTONIC_CLOCK && _POSIX_MONOTONIC_CLOCK >= 0 271# if defined _POSIX_MONOTONIC_CLOCK && _POSIX_MONOTONIC_CLOCK >= 0
355# define EV_USE_4HEAP EV_FEATURE_DATA 361# define EV_USE_4HEAP EV_FEATURE_DATA
356#endif 362#endif
357 363
358#ifndef EV_HEAP_CACHE_AT 364#ifndef EV_HEAP_CACHE_AT
359# define EV_HEAP_CACHE_AT EV_FEATURE_DATA 365# define EV_HEAP_CACHE_AT EV_FEATURE_DATA
366#endif
367
368#ifdef ANDROID
369/* supposedly, android doesn't typedef fd_mask */
370# undef EV_USE_SELECT
371# define EV_USE_SELECT 0
372/* supposedly, we need to include syscall.h, not sys/syscall.h, so just disable */
373# undef EV_USE_CLOCK_SYSCALL
374# define EV_USE_CLOCK_SYSCALL 0
375#endif
376
377/* aix's poll.h seems to cause lots of trouble */
378#ifdef _AIX
379/* AIX has a completely broken poll.h header */
380# undef EV_USE_POLL
381# define EV_USE_POLL 0
360#endif 382#endif
361 383
362/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */ 384/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */
363/* which makes programs even slower. might work on other unices, too. */ 385/* which makes programs even slower. might work on other unices, too. */
364#if EV_USE_CLOCK_SYSCALL 386#if EV_USE_CLOCK_SYSCALL
372# define EV_USE_CLOCK_SYSCALL 0 394# define EV_USE_CLOCK_SYSCALL 0
373# endif 395# endif
374#endif 396#endif
375 397
376/* this block fixes any misconfiguration where we know we run into trouble otherwise */ 398/* this block fixes any misconfiguration where we know we run into trouble otherwise */
377
378#ifdef _AIX
379/* AIX has a completely broken poll.h header */
380# undef EV_USE_POLL
381# define EV_USE_POLL 0
382#endif
383 399
384#ifndef CLOCK_MONOTONIC 400#ifndef CLOCK_MONOTONIC
385# undef EV_USE_MONOTONIC 401# undef EV_USE_MONOTONIC
386# define EV_USE_MONOTONIC 0 402# define EV_USE_MONOTONIC 0
387#endif 403#endif
475/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */ 491/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */
476/* ECB.H BEGIN */ 492/* ECB.H BEGIN */
477/* 493/*
478 * libecb - http://software.schmorp.de/pkg/libecb 494 * libecb - http://software.schmorp.de/pkg/libecb
479 * 495 *
480 * Copyright (©) 2009-2012 Marc Alexander Lehmann <libecb@schmorp.de> 496 * Copyright (©) 2009-2014 Marc Alexander Lehmann <libecb@schmorp.de>
481 * Copyright (©) 2011 Emanuele Giaquinta 497 * Copyright (©) 2011 Emanuele Giaquinta
482 * All rights reserved. 498 * All rights reserved.
483 * 499 *
484 * Redistribution and use in source and binary forms, with or without modifica- 500 * Redistribution and use in source and binary forms, with or without modifica-
485 * tion, are permitted provided that the following conditions are met: 501 * tion, are permitted provided that the following conditions are met:
499 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 515 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
500 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 516 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
501 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH- 517 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
502 * ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED 518 * ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
503 * OF THE POSSIBILITY OF SUCH DAMAGE. 519 * OF THE POSSIBILITY OF SUCH DAMAGE.
520 *
521 * Alternatively, the contents of this file may be used under the terms of
522 * the GNU General Public License ("GPL") version 2 or any later version,
523 * in which case the provisions of the GPL are applicable instead of
524 * the above. If you wish to allow the use of your version of this file
525 * only under the terms of the GPL and not to allow others to use your
526 * version of this file under the BSD license, indicate your decision
527 * by deleting the provisions above and replace them with the notice
528 * and other provisions required by the GPL. If you do not delete the
529 * provisions above, a recipient may use your version of this file under
530 * either the BSD or the GPL.
504 */ 531 */
505 532
506#ifndef ECB_H 533#ifndef ECB_H
507#define ECB_H 534#define ECB_H
535
536/* 16 bits major, 16 bits minor */
537#define ECB_VERSION 0x00010003
508 538
509#ifdef _WIN32 539#ifdef _WIN32
510 typedef signed char int8_t; 540 typedef signed char int8_t;
511 typedef unsigned char uint8_t; 541 typedef unsigned char uint8_t;
512 typedef signed short int16_t; 542 typedef signed short int16_t;
518 typedef unsigned long long uint64_t; 548 typedef unsigned long long uint64_t;
519 #else /* _MSC_VER || __BORLANDC__ */ 549 #else /* _MSC_VER || __BORLANDC__ */
520 typedef signed __int64 int64_t; 550 typedef signed __int64 int64_t;
521 typedef unsigned __int64 uint64_t; 551 typedef unsigned __int64 uint64_t;
522 #endif 552 #endif
553 #ifdef _WIN64
554 #define ECB_PTRSIZE 8
555 typedef uint64_t uintptr_t;
556 typedef int64_t intptr_t;
557 #else
558 #define ECB_PTRSIZE 4
559 typedef uint32_t uintptr_t;
560 typedef int32_t intptr_t;
561 #endif
523#else 562#else
524 #include <inttypes.h> 563 #include <inttypes.h>
564 #if UINTMAX_MAX > 0xffffffffU
565 #define ECB_PTRSIZE 8
566 #else
567 #define ECB_PTRSIZE 4
568 #endif
569#endif
570
571/* work around x32 idiocy by defining proper macros */
572#if __amd64 || __x86_64 || _M_AMD64 || _M_X64
573 #if _ILP32
574 #define ECB_AMD64_X32 1
575 #else
576 #define ECB_AMD64 1
577 #endif
525#endif 578#endif
526 579
527/* many compilers define _GNUC_ to some versions but then only implement 580/* many compilers define _GNUC_ to some versions but then only implement
528 * what their idiot authors think are the "more important" extensions, 581 * what their idiot authors think are the "more important" extensions,
529 * causing enormous grief in return for some better fake benchmark numbers. 582 * causing enormous grief in return for some better fake benchmark numbers.
537 #else 590 #else
538 #define ECB_GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor))) 591 #define ECB_GCC_VERSION(major,minor) (__GNUC__ > (major) || (__GNUC__ == (major) && __GNUC_MINOR__ >= (minor)))
539 #endif 592 #endif
540#endif 593#endif
541 594
595#define ECB_CPP (__cplusplus+0)
596#define ECB_CPP11 (__cplusplus >= 201103L)
597
598#if ECB_CPP
599 #define ECB_C 0
600 #define ECB_STDC_VERSION 0
601#else
602 #define ECB_C 1
603 #define ECB_STDC_VERSION __STDC_VERSION__
604#endif
605
606#define ECB_C99 (ECB_STDC_VERSION >= 199901L)
607#define ECB_C11 (ECB_STDC_VERSION >= 201112L)
608
609#if ECB_CPP
610 #define ECB_EXTERN_C extern "C"
611 #define ECB_EXTERN_C_BEG ECB_EXTERN_C {
612 #define ECB_EXTERN_C_END }
613#else
614 #define ECB_EXTERN_C extern
615 #define ECB_EXTERN_C_BEG
616 #define ECB_EXTERN_C_END
617#endif
618
542/*****************************************************************************/ 619/*****************************************************************************/
543 620
544/* ECB_NO_THREADS - ecb is not used by multiple threads, ever */ 621/* ECB_NO_THREADS - ecb is not used by multiple threads, ever */
545/* ECB_NO_SMP - ecb might be used in multiple threads, but only on a single cpu */ 622/* ECB_NO_SMP - ecb might be used in multiple threads, but only on a single cpu */
546 623
547#if ECB_NO_THREADS 624#if ECB_NO_THREADS
548# define ECB_NO_SMP 1 625 #define ECB_NO_SMP 1
549#endif 626#endif
550 627
551#if ECB_NO_THREADS || ECB_NO_SMP 628#if ECB_NO_SMP
552 #define ECB_MEMORY_FENCE do { } while (0) 629 #define ECB_MEMORY_FENCE do { } while (0)
553#endif 630#endif
554 631
555#ifndef ECB_MEMORY_FENCE 632#ifndef ECB_MEMORY_FENCE
556 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110 633 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
557 #if __i386 || __i386__ 634 #if __i386 || __i386__
558 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory") 635 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory")
559 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE /* non-lock xchg might be enough */ 636 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
560 #define ECB_MEMORY_FENCE_RELEASE do { } while (0) /* unlikely to change in future cpus */ 637 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
561 #elif __amd64 || __amd64__ || __x86_64 || __x86_64__ 638 #elif __amd64 || __amd64__ || __x86_64 || __x86_64__
562 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory") 639 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory")
563 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("lfence" : : : "memory") 640 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
564 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("sfence") /* play safe - not needed in any current cpu */ 641 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
565 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__ 642 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__
566 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory") 643 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
567 #elif defined __ARM_ARCH_6__ || defined __ARM_ARCH_6J__ \ 644 #elif defined __ARM_ARCH_6__ || defined __ARM_ARCH_6J__ \
568 || defined __ARM_ARCH_6K__ || defined __ARM_ARCH_6ZK__ 645 || defined __ARM_ARCH_6K__ || defined __ARM_ARCH_6ZK__
569 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mcr p15,0,%0,c7,c10,5" : : "r" (0) : "memory") 646 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mcr p15,0,%0,c7,c10,5" : : "r" (0) : "memory")
570 #elif defined __ARM_ARCH_7__ || defined __ARM_ARCH_7A__ \ 647 #elif defined __ARM_ARCH_7__ || defined __ARM_ARCH_7A__ \
571 || defined __ARM_ARCH_7M__ || defined __ARM_ARCH_7R__ 648 || defined __ARM_ARCH_7M__ || defined __ARM_ARCH_7R__
572 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("dmb" : : : "memory") 649 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("dmb" : : : "memory")
650 #elif __aarch64__
651 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("dmb ish" : : : "memory")
573 #elif __sparc || __sparc__ 652 #elif (__sparc || __sparc__) && !__sparcv8
574 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad | #StoreStore | #StoreLoad | " : : : "memory") 653 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad | #StoreStore | #StoreLoad" : : : "memory")
575 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad" : : : "memory") 654 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("membar #LoadStore | #LoadLoad" : : : "memory")
576 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("membar #LoadStore | #StoreStore") 655 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("membar #LoadStore | #StoreStore")
577 #elif defined __s390__ || defined __s390x__ 656 #elif defined __s390__ || defined __s390x__
578 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("bcr 15,0" : : : "memory") 657 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("bcr 15,0" : : : "memory")
579 #elif defined __mips__ 658 #elif defined __mips__
659 /* GNU/Linux emulates sync on mips1 architectures, so we force its use */
660 /* anybody else who still uses mips1 is supposed to send in their version, with detection code. */
580 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory") 661 #define ECB_MEMORY_FENCE __asm__ __volatile__ (".set mips2; sync; .set mips0" : : : "memory")
581 #elif defined __alpha__ 662 #elif defined __alpha__
582 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mb" : : : "memory") 663 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mb" : : : "memory")
664 #elif defined __hppa__
665 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("" : : : "memory")
666 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("")
667 #elif defined __ia64__
668 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mf" : : : "memory")
669 #elif defined __m68k__
670 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("" : : : "memory")
671 #elif defined __m88k__
672 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("tb1 0,%%r0,128" : : : "memory")
673 #elif defined __sh__
674 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("" : : : "memory")
583 #endif 675 #endif
584 #endif 676 #endif
585#endif 677#endif
586 678
587#ifndef ECB_MEMORY_FENCE 679#ifndef ECB_MEMORY_FENCE
680 #if ECB_GCC_VERSION(4,7)
681 /* see comment below (stdatomic.h) about the C11 memory model. */
682 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST)
683 #define ECB_MEMORY_FENCE_ACQUIRE __atomic_thread_fence (__ATOMIC_ACQUIRE)
684 #define ECB_MEMORY_FENCE_RELEASE __atomic_thread_fence (__ATOMIC_RELEASE)
685
686 /* The __has_feature syntax from clang is so misdesigned that we cannot use it
687 * without risking compile time errors with other compilers. We *could*
688 * define our own ecb_clang_has_feature, but I just can't be bothered to work
689 * around this shit time and again.
690 * #elif defined __clang && __has_feature (cxx_atomic)
691 * // see comment below (stdatomic.h) about the C11 memory model.
692 * #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST)
693 * #define ECB_MEMORY_FENCE_ACQUIRE __c11_atomic_thread_fence (__ATOMIC_ACQUIRE)
694 * #define ECB_MEMORY_FENCE_RELEASE __c11_atomic_thread_fence (__ATOMIC_RELEASE)
695 */
696
588 #if ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__ 697 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
589 #define ECB_MEMORY_FENCE __sync_synchronize () 698 #define ECB_MEMORY_FENCE __sync_synchronize ()
590 /*#define ECB_MEMORY_FENCE_ACQUIRE ({ char dummy = 0; __sync_lock_test_and_set (&dummy, 1); }) */ 699 #elif _MSC_VER >= 1500 /* VC++ 2008 */
591 /*#define ECB_MEMORY_FENCE_RELEASE ({ char dummy = 1; __sync_lock_release (&dummy ); }) */ 700 /* apparently, microsoft broke all the memory barrier stuff in Visual Studio 2008... */
701 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier)
702 #define ECB_MEMORY_FENCE _ReadWriteBarrier (); MemoryBarrier()
703 #define ECB_MEMORY_FENCE_ACQUIRE _ReadWriteBarrier (); MemoryBarrier() /* according to msdn, _ReadBarrier is not a load fence */
704 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier (); MemoryBarrier()
592 #elif _MSC_VER >= 1400 /* VC++ 2005 */ 705 #elif _MSC_VER >= 1400 /* VC++ 2005 */
593 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier) 706 #pragma intrinsic(_ReadBarrier,_WriteBarrier,_ReadWriteBarrier)
594 #define ECB_MEMORY_FENCE _ReadWriteBarrier () 707 #define ECB_MEMORY_FENCE _ReadWriteBarrier ()
595 #define ECB_MEMORY_FENCE_ACQUIRE _ReadWriteBarrier () /* according to msdn, _ReadBarrier is not a load fence */ 708 #define ECB_MEMORY_FENCE_ACQUIRE _ReadWriteBarrier () /* according to msdn, _ReadBarrier is not a load fence */
596 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier () 709 #define ECB_MEMORY_FENCE_RELEASE _WriteBarrier ()
606 #define ECB_MEMORY_FENCE __sync () 719 #define ECB_MEMORY_FENCE __sync ()
607 #endif 720 #endif
608#endif 721#endif
609 722
610#ifndef ECB_MEMORY_FENCE 723#ifndef ECB_MEMORY_FENCE
724 #if ECB_C11 && !defined __STDC_NO_ATOMICS__
725 /* we assume that these memory fences work on all variables/all memory accesses, */
726 /* not just C11 atomics and atomic accesses */
727 #include <stdatomic.h>
728 /* Unfortunately, neither gcc 4.7 nor clang 3.1 generate any instructions for */
729 /* any fence other than seq_cst, which isn't very efficient for us. */
730 /* Why that is, we don't know - either the C11 memory model is quite useless */
731 /* for most usages, or gcc and clang have a bug */
732 /* I *currently* lean towards the latter, and inefficiently implement */
733 /* all three of ecb's fences as a seq_cst fence */
734 /* Update, gcc-4.8 generates mfence for all c++ fences, but nothing */
735 /* for all __atomic_thread_fence's except seq_cst */
736 #define ECB_MEMORY_FENCE atomic_thread_fence (memory_order_seq_cst)
737 #endif
738#endif
739
740#ifndef ECB_MEMORY_FENCE
611 #if !ECB_AVOID_PTHREADS 741 #if !ECB_AVOID_PTHREADS
612 /* 742 /*
613 * if you get undefined symbol references to pthread_mutex_lock, 743 * if you get undefined symbol references to pthread_mutex_lock,
614 * or failure to find pthread.h, then you should implement 744 * or failure to find pthread.h, then you should implement
615 * the ECB_MEMORY_FENCE operations for your cpu/compiler 745 * the ECB_MEMORY_FENCE operations for your cpu/compiler
633 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 763 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
634#endif 764#endif
635 765
636/*****************************************************************************/ 766/*****************************************************************************/
637 767
638#define ECB_C99 (__STDC_VERSION__ >= 199901L)
639
640#if __cplusplus 768#if __cplusplus
641 #define ecb_inline static inline 769 #define ecb_inline static inline
642#elif ECB_GCC_VERSION(2,5) 770#elif ECB_GCC_VERSION(2,5)
643 #define ecb_inline static __inline__ 771 #define ecb_inline static __inline__
644#elif ECB_C99 772#elif ECB_C99
669 #define ecb_is_constant(expr) __builtin_constant_p (expr) 797 #define ecb_is_constant(expr) __builtin_constant_p (expr)
670 #define ecb_expect(expr,value) __builtin_expect ((expr),(value)) 798 #define ecb_expect(expr,value) __builtin_expect ((expr),(value))
671 #define ecb_prefetch(addr,rw,locality) __builtin_prefetch (addr, rw, locality) 799 #define ecb_prefetch(addr,rw,locality) __builtin_prefetch (addr, rw, locality)
672#else 800#else
673 #define ecb_attribute(attrlist) 801 #define ecb_attribute(attrlist)
802
803 /* possible C11 impl for integral types
804 typedef struct ecb_is_constant_struct ecb_is_constant_struct;
805 #define ecb_is_constant(expr) _Generic ((1 ? (struct ecb_is_constant_struct *)0 : (void *)((expr) - (expr)), ecb_is_constant_struct *: 0, default: 1)) */
806
674 #define ecb_is_constant(expr) 0 807 #define ecb_is_constant(expr) 0
675 #define ecb_expect(expr,value) (expr) 808 #define ecb_expect(expr,value) (expr)
676 #define ecb_prefetch(addr,rw,locality) 809 #define ecb_prefetch(addr,rw,locality)
677#endif 810#endif
678 811
681 #define ecb_decltype(x) __decltype(x) 814 #define ecb_decltype(x) __decltype(x)
682#elif ECB_GCC_VERSION(3,0) 815#elif ECB_GCC_VERSION(3,0)
683 #define ecb_decltype(x) __typeof(x) 816 #define ecb_decltype(x) __typeof(x)
684#endif 817#endif
685 818
819#if _MSC_VER >= 1300
820 #define ecb_deprecated __declspec(deprecated)
821#else
822 #define ecb_deprecated ecb_attribute ((__deprecated__))
823#endif
824
686#define ecb_noinline ecb_attribute ((__noinline__)) 825#define ecb_noinline ecb_attribute ((__noinline__))
687#define ecb_noreturn ecb_attribute ((__noreturn__))
688#define ecb_unused ecb_attribute ((__unused__)) 826#define ecb_unused ecb_attribute ((__unused__))
689#define ecb_const ecb_attribute ((__const__)) 827#define ecb_const ecb_attribute ((__const__))
690#define ecb_pure ecb_attribute ((__pure__)) 828#define ecb_pure ecb_attribute ((__pure__))
829
830/* http://msdn.microsoft.com/en-us/library/k6ktzx3s.aspx __declspec(noreturn) */
831#if ECB_C11
832 #define ecb_noreturn _Noreturn
833#else
834 #define ecb_noreturn ecb_attribute ((__noreturn__))
835#endif
691 836
692#if ECB_GCC_VERSION(4,3) 837#if ECB_GCC_VERSION(4,3)
693 #define ecb_artificial ecb_attribute ((__artificial__)) 838 #define ecb_artificial ecb_attribute ((__artificial__))
694 #define ecb_hot ecb_attribute ((__hot__)) 839 #define ecb_hot ecb_attribute ((__hot__))
695 #define ecb_cold ecb_attribute ((__cold__)) 840 #define ecb_cold ecb_attribute ((__cold__))
786 931
787 return r + ecb_ld32 (x); 932 return r + ecb_ld32 (x);
788 } 933 }
789#endif 934#endif
790 935
936ecb_function_ ecb_bool ecb_is_pot32 (uint32_t x) ecb_const;
937ecb_function_ ecb_bool ecb_is_pot32 (uint32_t x) { return !(x & (x - 1)); }
938ecb_function_ ecb_bool ecb_is_pot64 (uint64_t x) ecb_const;
939ecb_function_ ecb_bool ecb_is_pot64 (uint64_t x) { return !(x & (x - 1)); }
940
791ecb_function_ uint8_t ecb_bitrev8 (uint8_t x) ecb_const; 941ecb_function_ uint8_t ecb_bitrev8 (uint8_t x) ecb_const;
792ecb_function_ uint8_t ecb_bitrev8 (uint8_t x) 942ecb_function_ uint8_t ecb_bitrev8 (uint8_t x)
793{ 943{
794 return ( (x * 0x0802U & 0x22110U) 944 return ( (x * 0x0802U & 0x22110U)
795 | (x * 0x8020U & 0x88440U)) * 0x10101U >> 16; 945 | (x * 0x8020U & 0x88440U)) * 0x10101U >> 16;
879 ecb_inline void ecb_unreachable (void) ecb_noreturn; 1029 ecb_inline void ecb_unreachable (void) ecb_noreturn;
880 ecb_inline void ecb_unreachable (void) { } 1030 ecb_inline void ecb_unreachable (void) { }
881#endif 1031#endif
882 1032
883/* try to tell the compiler that some condition is definitely true */ 1033/* try to tell the compiler that some condition is definitely true */
884#define ecb_assume(cond) do { if (!(cond)) ecb_unreachable (); } while (0) 1034#define ecb_assume(cond) if (!(cond)) ecb_unreachable (); else 0
885 1035
886ecb_inline unsigned char ecb_byteorder_helper (void) ecb_const; 1036ecb_inline unsigned char ecb_byteorder_helper (void) ecb_const;
887ecb_inline unsigned char 1037ecb_inline unsigned char
888ecb_byteorder_helper (void) 1038ecb_byteorder_helper (void)
889{ 1039{
890 const uint32_t u = 0x11223344; 1040 /* the union code still generates code under pressure in gcc, */
891 return *(unsigned char *)&u; 1041 /* but less than using pointers, and always seems to */
1042 /* successfully return a constant. */
1043 /* the reason why we have this horrible preprocessor mess */
1044 /* is to avoid it in all cases, at least on common architectures */
1045 /* or when using a recent enough gcc version (>= 4.6) */
1046#if __i386 || __i386__ || _M_X86 || __amd64 || __amd64__ || _M_X64
1047 return 0x44;
1048#elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_LITTLE_ENDIAN__
1049 return 0x44;
1050#elif __BYTE_ORDER__ && __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
1051 return 0x11;
1052#else
1053 union
1054 {
1055 uint32_t i;
1056 uint8_t c;
1057 } u = { 0x11223344 };
1058 return u.c;
1059#endif
892} 1060}
893 1061
894ecb_inline ecb_bool ecb_big_endian (void) ecb_const; 1062ecb_inline ecb_bool ecb_big_endian (void) ecb_const;
895ecb_inline ecb_bool ecb_big_endian (void) { return ecb_byteorder_helper () == 0x11; } 1063ecb_inline ecb_bool ecb_big_endian (void) { return ecb_byteorder_helper () == 0x11; }
896ecb_inline ecb_bool ecb_little_endian (void) ecb_const; 1064ecb_inline ecb_bool ecb_little_endian (void) ecb_const;
927 } 1095 }
928#else 1096#else
929 #define ecb_array_length(name) (sizeof (name) / sizeof (name [0])) 1097 #define ecb_array_length(name) (sizeof (name) / sizeof (name [0]))
930#endif 1098#endif
931 1099
1100/*******************************************************************************/
1101/* floating point stuff, can be disabled by defining ECB_NO_LIBM */
1102
1103/* basically, everything uses "ieee pure-endian" floating point numbers */
1104/* the only noteworthy exception is ancient armle, which uses order 43218765 */
1105#if 0 \
1106 || __i386 || __i386__ \
1107 || __amd64 || __amd64__ || __x86_64 || __x86_64__ \
1108 || __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__ \
1109 || defined __s390__ || defined __s390x__ \
1110 || defined __mips__ \
1111 || defined __alpha__ \
1112 || defined __hppa__ \
1113 || defined __ia64__ \
1114 || defined __m68k__ \
1115 || defined __m88k__ \
1116 || defined __sh__ \
1117 || defined _M_IX86 || defined _M_AMD64 || defined _M_IA64 \
1118 || (defined __arm__ && (defined __ARM_EABI__ || defined __EABI__ || defined __VFP_FP__ || defined _WIN32_WCE || defined __ANDROID__)) \
1119 || defined __aarch64__
1120 #define ECB_STDFP 1
1121 #include <string.h> /* for memcpy */
1122#else
1123 #define ECB_STDFP 0
1124#endif
1125
1126#ifndef ECB_NO_LIBM
1127
1128 #include <math.h> /* for frexp*, ldexp*, INFINITY, NAN */
1129
1130 /* only the oldest of old doesn't have this one. solaris. */
1131 #ifdef INFINITY
1132 #define ECB_INFINITY INFINITY
1133 #else
1134 #define ECB_INFINITY HUGE_VAL
1135 #endif
1136
1137 #ifdef NAN
1138 #define ECB_NAN NAN
1139 #else
1140 #define ECB_NAN ECB_INFINITY
1141 #endif
1142
1143 /* converts an ieee half/binary16 to a float */
1144 ecb_function_ float ecb_binary16_to_float (uint16_t x) ecb_const;
1145 ecb_function_ float
1146 ecb_binary16_to_float (uint16_t x)
1147 {
1148 int e = (x >> 10) & 0x1f;
1149 int m = x & 0x3ff;
1150 float r;
1151
1152 if (!e ) r = ldexpf (m , -24);
1153 else if (e != 31) r = ldexpf (m + 0x400, e - 25);
1154 else if (m ) r = ECB_NAN;
1155 else r = ECB_INFINITY;
1156
1157 return x & 0x8000 ? -r : r;
1158 }
1159
1160 /* convert a float to ieee single/binary32 */
1161 ecb_function_ uint32_t ecb_float_to_binary32 (float x) ecb_const;
1162 ecb_function_ uint32_t
1163 ecb_float_to_binary32 (float x)
1164 {
1165 uint32_t r;
1166
1167 #if ECB_STDFP
1168 memcpy (&r, &x, 4);
1169 #else
1170 /* slow emulation, works for anything but -0 */
1171 uint32_t m;
1172 int e;
1173
1174 if (x == 0e0f ) return 0x00000000U;
1175 if (x > +3.40282346638528860e+38f) return 0x7f800000U;
1176 if (x < -3.40282346638528860e+38f) return 0xff800000U;
1177 if (x != x ) return 0x7fbfffffU;
1178
1179 m = frexpf (x, &e) * 0x1000000U;
1180
1181 r = m & 0x80000000U;
1182
1183 if (r)
1184 m = -m;
1185
1186 if (e <= -126)
1187 {
1188 m &= 0xffffffU;
1189 m >>= (-125 - e);
1190 e = -126;
1191 }
1192
1193 r |= (e + 126) << 23;
1194 r |= m & 0x7fffffU;
1195 #endif
1196
1197 return r;
1198 }
1199
1200 /* converts an ieee single/binary32 to a float */
1201 ecb_function_ float ecb_binary32_to_float (uint32_t x) ecb_const;
1202 ecb_function_ float
1203 ecb_binary32_to_float (uint32_t x)
1204 {
1205 float r;
1206
1207 #if ECB_STDFP
1208 memcpy (&r, &x, 4);
1209 #else
1210 /* emulation, only works for normals and subnormals and +0 */
1211 int neg = x >> 31;
1212 int e = (x >> 23) & 0xffU;
1213
1214 x &= 0x7fffffU;
1215
1216 if (e)
1217 x |= 0x800000U;
1218 else
1219 e = 1;
1220
1221 /* we distrust ldexpf a bit and do the 2**-24 scaling by an extra multiply */
1222 r = ldexpf (x * (0.5f / 0x800000U), e - 126);
1223
1224 r = neg ? -r : r;
1225 #endif
1226
1227 return r;
1228 }
1229
1230 /* convert a double to ieee double/binary64 */
1231 ecb_function_ uint64_t ecb_double_to_binary64 (double x) ecb_const;
1232 ecb_function_ uint64_t
1233 ecb_double_to_binary64 (double x)
1234 {
1235 uint64_t r;
1236
1237 #if ECB_STDFP
1238 memcpy (&r, &x, 8);
1239 #else
1240 /* slow emulation, works for anything but -0 */
1241 uint64_t m;
1242 int e;
1243
1244 if (x == 0e0 ) return 0x0000000000000000U;
1245 if (x > +1.79769313486231470e+308) return 0x7ff0000000000000U;
1246 if (x < -1.79769313486231470e+308) return 0xfff0000000000000U;
1247 if (x != x ) return 0X7ff7ffffffffffffU;
1248
1249 m = frexp (x, &e) * 0x20000000000000U;
1250
1251 r = m & 0x8000000000000000;;
1252
1253 if (r)
1254 m = -m;
1255
1256 if (e <= -1022)
1257 {
1258 m &= 0x1fffffffffffffU;
1259 m >>= (-1021 - e);
1260 e = -1022;
1261 }
1262
1263 r |= ((uint64_t)(e + 1022)) << 52;
1264 r |= m & 0xfffffffffffffU;
1265 #endif
1266
1267 return r;
1268 }
1269
1270 /* converts an ieee double/binary64 to a double */
1271 ecb_function_ double ecb_binary64_to_double (uint64_t x) ecb_const;
1272 ecb_function_ double
1273 ecb_binary64_to_double (uint64_t x)
1274 {
1275 double r;
1276
1277 #if ECB_STDFP
1278 memcpy (&r, &x, 8);
1279 #else
1280 /* emulation, only works for normals and subnormals and +0 */
1281 int neg = x >> 63;
1282 int e = (x >> 52) & 0x7ffU;
1283
1284 x &= 0xfffffffffffffU;
1285
1286 if (e)
1287 x |= 0x10000000000000U;
1288 else
1289 e = 1;
1290
1291 /* we distrust ldexp a bit and do the 2**-53 scaling by an extra multiply */
1292 r = ldexp (x * (0.5 / 0x10000000000000U), e - 1022);
1293
1294 r = neg ? -r : r;
1295 #endif
1296
1297 return r;
1298 }
1299
1300#endif
1301
932#endif 1302#endif
933 1303
934/* ECB.H END */ 1304/* ECB.H END */
935 1305
936#if ECB_MEMORY_FENCE_NEEDS_PTHREADS 1306#if ECB_MEMORY_FENCE_NEEDS_PTHREADS
1105#endif 1475#endif
1106 1476
1107static void (*syserr_cb)(const char *msg) EV_THROW; 1477static void (*syserr_cb)(const char *msg) EV_THROW;
1108 1478
1109void ecb_cold 1479void ecb_cold
1110ev_set_syserr_cb (void (*cb)(const char *msg)) EV_THROW 1480ev_set_syserr_cb (void (*cb)(const char *msg) EV_THROW) EV_THROW
1111{ 1481{
1112 syserr_cb = cb; 1482 syserr_cb = cb;
1113} 1483}
1114 1484
1115static void noinline ecb_cold 1485static void noinline ecb_cold
1133 abort (); 1503 abort ();
1134 } 1504 }
1135} 1505}
1136 1506
1137static void * 1507static void *
1138ev_realloc_emul (void *ptr, long size) 1508ev_realloc_emul (void *ptr, long size) EV_THROW
1139{ 1509{
1140#if __GLIBC__
1141 return realloc (ptr, size);
1142#else
1143 /* some systems, notably openbsd and darwin, fail to properly 1510 /* some systems, notably openbsd and darwin, fail to properly
1144 * implement realloc (x, 0) (as required by both ansi c-89 and 1511 * implement realloc (x, 0) (as required by both ansi c-89 and
1145 * the single unix specification, so work around them here. 1512 * the single unix specification, so work around them here.
1513 * recently, also (at least) fedora and debian started breaking it,
1514 * despite documenting it otherwise.
1146 */ 1515 */
1147 1516
1148 if (size) 1517 if (size)
1149 return realloc (ptr, size); 1518 return realloc (ptr, size);
1150 1519
1151 free (ptr); 1520 free (ptr);
1152 return 0; 1521 return 0;
1153#endif
1154} 1522}
1155 1523
1156static void *(*alloc)(void *ptr, long size) EV_THROW = ev_realloc_emul; 1524static void *(*alloc)(void *ptr, long size) EV_THROW = ev_realloc_emul;
1157 1525
1158void ecb_cold 1526void ecb_cold
1159ev_set_allocator (void *(*cb)(void *ptr, long size)) EV_THROW 1527ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW
1160{ 1528{
1161 alloc = cb; 1529 alloc = cb;
1162} 1530}
1163 1531
1164inline_speed void * 1532inline_speed void *
1813static void noinline ecb_cold 2181static void noinline ecb_cold
1814evpipe_init (EV_P) 2182evpipe_init (EV_P)
1815{ 2183{
1816 if (!ev_is_active (&pipe_w)) 2184 if (!ev_is_active (&pipe_w))
1817 { 2185 {
2186 int fds [2];
2187
1818# if EV_USE_EVENTFD 2188# if EV_USE_EVENTFD
2189 fds [0] = -1;
1819 evfd = eventfd (0, EFD_NONBLOCK | EFD_CLOEXEC); 2190 fds [1] = eventfd (0, EFD_NONBLOCK | EFD_CLOEXEC);
1820 if (evfd < 0 && errno == EINVAL) 2191 if (fds [1] < 0 && errno == EINVAL)
1821 evfd = eventfd (0, 0); 2192 fds [1] = eventfd (0, 0);
1822 2193
1823 if (evfd >= 0) 2194 if (fds [1] < 0)
1824 {
1825 evpipe [0] = -1;
1826 fd_intern (evfd); /* doing it twice doesn't hurt */
1827 ev_io_set (&pipe_w, evfd, EV_READ);
1828 }
1829 else
1830# endif 2195# endif
1831 { 2196 {
1832 while (pipe (evpipe)) 2197 while (pipe (fds))
1833 ev_syserr ("(libev) error creating signal/async pipe"); 2198 ev_syserr ("(libev) error creating signal/async pipe");
1834 2199
1835 fd_intern (evpipe [0]); 2200 fd_intern (fds [0]);
1836 fd_intern (evpipe [1]);
1837 ev_io_set (&pipe_w, evpipe [0], EV_READ);
1838 } 2201 }
1839 2202
2203 evpipe [0] = fds [0];
2204
2205 if (evpipe [1] < 0)
2206 evpipe [1] = fds [1]; /* first call, set write fd */
2207 else
2208 {
2209 /* on subsequent calls, do not change evpipe [1] */
2210 /* so that evpipe_write can always rely on its value. */
2211 /* this branch does not do anything sensible on windows, */
2212 /* so must not be executed on windows */
2213
2214 dup2 (fds [1], evpipe [1]);
2215 close (fds [1]);
2216 }
2217
2218 fd_intern (evpipe [1]);
2219
2220 ev_io_set (&pipe_w, evpipe [0] < 0 ? evpipe [1] : evpipe [0], EV_READ);
1840 ev_io_start (EV_A_ &pipe_w); 2221 ev_io_start (EV_A_ &pipe_w);
1841 ev_unref (EV_A); /* watcher should not keep loop alive */ 2222 ev_unref (EV_A); /* watcher should not keep loop alive */
1842 } 2223 }
1843} 2224}
1844 2225
1849 2230
1850 if (expect_true (*flag)) 2231 if (expect_true (*flag))
1851 return; 2232 return;
1852 2233
1853 *flag = 1; 2234 *flag = 1;
1854
1855 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */ 2235 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */
1856 2236
1857 pipe_write_skipped = 1; 2237 pipe_write_skipped = 1;
1858 2238
1859 ECB_MEMORY_FENCE; /* make sure pipe_write_skipped is visible before we check pipe_write_wanted */ 2239 ECB_MEMORY_FENCE; /* make sure pipe_write_skipped is visible before we check pipe_write_wanted */
1860 2240
1861 if (pipe_write_wanted) 2241 if (pipe_write_wanted)
1862 { 2242 {
1863 int old_errno; 2243 int old_errno;
1864 2244
1865 pipe_write_skipped = 0; /* just an optimisation, no fence needed */ 2245 pipe_write_skipped = 0;
2246 ECB_MEMORY_FENCE_RELEASE;
1866 2247
1867 old_errno = errno; /* save errno because write will clobber it */ 2248 old_errno = errno; /* save errno because write will clobber it */
1868 2249
1869#if EV_USE_EVENTFD 2250#if EV_USE_EVENTFD
1870 if (evfd >= 0) 2251 if (evpipe [0] < 0)
1871 { 2252 {
1872 uint64_t counter = 1; 2253 uint64_t counter = 1;
1873 write (evfd, &counter, sizeof (uint64_t)); 2254 write (evpipe [1], &counter, sizeof (uint64_t));
1874 } 2255 }
1875 else 2256 else
1876#endif 2257#endif
1877 { 2258 {
1878#ifdef _WIN32 2259#ifdef _WIN32
1898 int i; 2279 int i;
1899 2280
1900 if (revents & EV_READ) 2281 if (revents & EV_READ)
1901 { 2282 {
1902#if EV_USE_EVENTFD 2283#if EV_USE_EVENTFD
1903 if (evfd >= 0) 2284 if (evpipe [0] < 0)
1904 { 2285 {
1905 uint64_t counter; 2286 uint64_t counter;
1906 read (evfd, &counter, sizeof (uint64_t)); 2287 read (evpipe [1], &counter, sizeof (uint64_t));
1907 } 2288 }
1908 else 2289 else
1909#endif 2290#endif
1910 { 2291 {
1911 char dummy[4]; 2292 char dummy[4];
1929#if EV_SIGNAL_ENABLE 2310#if EV_SIGNAL_ENABLE
1930 if (sig_pending) 2311 if (sig_pending)
1931 { 2312 {
1932 sig_pending = 0; 2313 sig_pending = 0;
1933 2314
1934 ECB_MEMORY_FENCE_RELEASE; 2315 ECB_MEMORY_FENCE;
1935 2316
1936 for (i = EV_NSIG - 1; i--; ) 2317 for (i = EV_NSIG - 1; i--; )
1937 if (expect_false (signals [i].pending)) 2318 if (expect_false (signals [i].pending))
1938 ev_feed_signal_event (EV_A_ i + 1); 2319 ev_feed_signal_event (EV_A_ i + 1);
1939 } 2320 }
1942#if EV_ASYNC_ENABLE 2323#if EV_ASYNC_ENABLE
1943 if (async_pending) 2324 if (async_pending)
1944 { 2325 {
1945 async_pending = 0; 2326 async_pending = 0;
1946 2327
1947 ECB_MEMORY_FENCE_RELEASE; 2328 ECB_MEMORY_FENCE;
1948 2329
1949 for (i = asynccnt; i--; ) 2330 for (i = asynccnt; i--; )
1950 if (asyncs [i]->sent) 2331 if (asyncs [i]->sent)
1951 { 2332 {
1952 asyncs [i]->sent = 0; 2333 asyncs [i]->sent = 0;
2334 ECB_MEMORY_FENCE_RELEASE;
1953 ev_feed_event (EV_A_ asyncs [i], EV_ASYNC); 2335 ev_feed_event (EV_A_ asyncs [i], EV_ASYNC);
1954 } 2336 }
1955 } 2337 }
1956#endif 2338#endif
1957} 2339}
1960 2342
1961void 2343void
1962ev_feed_signal (int signum) EV_THROW 2344ev_feed_signal (int signum) EV_THROW
1963{ 2345{
1964#if EV_MULTIPLICITY 2346#if EV_MULTIPLICITY
2347 EV_P;
2348 ECB_MEMORY_FENCE_ACQUIRE;
1965 EV_P = signals [signum - 1].loop; 2349 EV_A = signals [signum - 1].loop;
1966 2350
1967 if (!EV_A) 2351 if (!EV_A)
1968 return; 2352 return;
1969#endif 2353#endif
1970 2354
1971 if (!ev_active (&pipe_w))
1972 return;
1973
1974 signals [signum - 1].pending = 1; 2355 signals [signum - 1].pending = 1;
1975 evpipe_write (EV_A_ &sig_pending); 2356 evpipe_write (EV_A_ &sig_pending);
1976} 2357}
1977 2358
1978static void 2359static void
1988void noinline 2369void noinline
1989ev_feed_signal_event (EV_P_ int signum) EV_THROW 2370ev_feed_signal_event (EV_P_ int signum) EV_THROW
1990{ 2371{
1991 WL w; 2372 WL w;
1992 2373
1993 if (expect_false (signum <= 0 || signum > EV_NSIG)) 2374 if (expect_false (signum <= 0 || signum >= EV_NSIG))
1994 return; 2375 return;
1995 2376
1996 --signum; 2377 --signum;
1997 2378
1998#if EV_MULTIPLICITY 2379#if EV_MULTIPLICITY
2002 if (expect_false (signals [signum].loop != EV_A)) 2383 if (expect_false (signals [signum].loop != EV_A))
2003 return; 2384 return;
2004#endif 2385#endif
2005 2386
2006 signals [signum].pending = 0; 2387 signals [signum].pending = 0;
2388 ECB_MEMORY_FENCE_RELEASE;
2007 2389
2008 for (w = signals [signum].head; w; w = w->next) 2390 for (w = signals [signum].head; w; w = w->next)
2009 ev_feed_event (EV_A_ (W)w, EV_SIGNAL); 2391 ev_feed_event (EV_A_ (W)w, EV_SIGNAL);
2010} 2392}
2011 2393
2225{ 2607{
2226 return userdata; 2608 return userdata;
2227} 2609}
2228 2610
2229void 2611void
2230ev_set_invoke_pending_cb (EV_P_ void (*invoke_pending_cb)(EV_P)) EV_THROW 2612ev_set_invoke_pending_cb (EV_P_ ev_loop_callback invoke_pending_cb) EV_THROW
2231{ 2613{
2232 invoke_cb = invoke_pending_cb; 2614 invoke_cb = invoke_pending_cb;
2233} 2615}
2234 2616
2235void 2617void
2236ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_THROW, void (*acquire)(EV_P) EV_THROW) EV_THROW 2618ev_set_loop_release_cb (EV_P_ ev_loop_callback EV_THROW release, ev_loop_callback EV_THROW acquire) EV_THROW
2237{ 2619{
2238 release_cb = release; 2620 release_cb = release;
2239 acquire_cb = acquire; 2621 acquire_cb = acquire;
2240} 2622}
2241#endif 2623#endif
2295#if EV_ASYNC_ENABLE 2677#if EV_ASYNC_ENABLE
2296 async_pending = 0; 2678 async_pending = 0;
2297#endif 2679#endif
2298 pipe_write_skipped = 0; 2680 pipe_write_skipped = 0;
2299 pipe_write_wanted = 0; 2681 pipe_write_wanted = 0;
2682 evpipe [0] = -1;
2683 evpipe [1] = -1;
2300#if EV_USE_INOTIFY 2684#if EV_USE_INOTIFY
2301 fs_fd = flags & EVFLAG_NOINOTIFY ? -1 : -2; 2685 fs_fd = flags & EVFLAG_NOINOTIFY ? -1 : -2;
2302#endif 2686#endif
2303#if EV_USE_SIGNALFD 2687#if EV_USE_SIGNALFD
2304 sigfd = flags & EVFLAG_SIGNALFD ? -2 : -1; 2688 sigfd = flags & EVFLAG_SIGNALFD ? -2 : -1;
2367 if (ev_is_active (&pipe_w)) 2751 if (ev_is_active (&pipe_w))
2368 { 2752 {
2369 /*ev_ref (EV_A);*/ 2753 /*ev_ref (EV_A);*/
2370 /*ev_io_stop (EV_A_ &pipe_w);*/ 2754 /*ev_io_stop (EV_A_ &pipe_w);*/
2371 2755
2372#if EV_USE_EVENTFD
2373 if (evfd >= 0)
2374 close (evfd);
2375#endif
2376
2377 if (evpipe [0] >= 0)
2378 {
2379 EV_WIN32_CLOSE_FD (evpipe [0]); 2756 if (evpipe [0] >= 0) EV_WIN32_CLOSE_FD (evpipe [0]);
2380 EV_WIN32_CLOSE_FD (evpipe [1]); 2757 if (evpipe [1] >= 0) EV_WIN32_CLOSE_FD (evpipe [1]);
2381 }
2382 } 2758 }
2383 2759
2384#if EV_USE_SIGNALFD 2760#if EV_USE_SIGNALFD
2385 if (ev_is_active (&sigfd_w)) 2761 if (ev_is_active (&sigfd_w))
2386 close (sigfd); 2762 close (sigfd);
2472#endif 2848#endif
2473#if EV_USE_INOTIFY 2849#if EV_USE_INOTIFY
2474 infy_fork (EV_A); 2850 infy_fork (EV_A);
2475#endif 2851#endif
2476 2852
2853#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2477 if (ev_is_active (&pipe_w)) 2854 if (ev_is_active (&pipe_w))
2478 { 2855 {
2479 /* pipe_write_wanted must be false now, so modifying fd vars should be safe */ 2856 /* pipe_write_wanted must be false now, so modifying fd vars should be safe */
2480 2857
2481 ev_ref (EV_A); 2858 ev_ref (EV_A);
2482 ev_io_stop (EV_A_ &pipe_w); 2859 ev_io_stop (EV_A_ &pipe_w);
2483 2860
2484#if EV_USE_EVENTFD
2485 if (evfd >= 0)
2486 close (evfd);
2487#endif
2488
2489 if (evpipe [0] >= 0) 2861 if (evpipe [0] >= 0)
2490 {
2491 EV_WIN32_CLOSE_FD (evpipe [0]); 2862 EV_WIN32_CLOSE_FD (evpipe [0]);
2492 EV_WIN32_CLOSE_FD (evpipe [1]);
2493 }
2494 2863
2495#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2496 evpipe_init (EV_A); 2864 evpipe_init (EV_A);
2497 /* now iterate over everything, in case we missed something */ 2865 /* iterate over everything, in case we missed something before */
2498 pipecb (EV_A_ &pipe_w, EV_READ); 2866 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
2499#endif
2500 } 2867 }
2868#endif
2501 2869
2502 postfork = 0; 2870 postfork = 0;
2503} 2871}
2504 2872
2505#if EV_MULTIPLICITY 2873#if EV_MULTIPLICITY
2678} 3046}
2679 3047
2680void 3048void
2681ev_loop_fork (EV_P) EV_THROW 3049ev_loop_fork (EV_P) EV_THROW
2682{ 3050{
2683 postfork = 1; /* must be in line with ev_default_fork */ 3051 postfork = 1;
2684} 3052}
2685 3053
2686/*****************************************************************************/ 3054/*****************************************************************************/
2687 3055
2688void 3056void
2704} 3072}
2705 3073
2706void noinline 3074void noinline
2707ev_invoke_pending (EV_P) 3075ev_invoke_pending (EV_P)
2708{ 3076{
2709 for (pendingpri = NUMPRI; pendingpri--; ) /* pendingpri is modified during the loop */ 3077 pendingpri = NUMPRI;
3078
3079 while (pendingpri) /* pendingpri possibly gets modified in the inner loop */
3080 {
3081 --pendingpri;
3082
2710 while (pendingcnt [pendingpri]) 3083 while (pendingcnt [pendingpri])
2711 { 3084 {
2712 ANPENDING *p = pendings [pendingpri] + --pendingcnt [pendingpri]; 3085 ANPENDING *p = pendings [pendingpri] + --pendingcnt [pendingpri];
2713 3086
2714 p->w->pending = 0; 3087 p->w->pending = 0;
2715 EV_CB_INVOKE (p->w, p->events); 3088 EV_CB_INVOKE (p->w, p->events);
2716 EV_FREQUENT_CHECK; 3089 EV_FREQUENT_CHECK;
2717 } 3090 }
3091 }
2718} 3092}
2719 3093
2720#if EV_IDLE_ENABLE 3094#if EV_IDLE_ENABLE
2721/* make idle watchers pending. this handles the "call-idle */ 3095/* make idle watchers pending. this handles the "call-idle */
2722/* only when higher priorities are idle" logic */ 3096/* only when higher priorities are idle" logic */
2812{ 3186{
2813 EV_FREQUENT_CHECK; 3187 EV_FREQUENT_CHECK;
2814 3188
2815 while (periodiccnt && ANHE_at (periodics [HEAP0]) < ev_rt_now) 3189 while (periodiccnt && ANHE_at (periodics [HEAP0]) < ev_rt_now)
2816 { 3190 {
2817 int feed_count = 0;
2818
2819 do 3191 do
2820 { 3192 {
2821 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]); 3193 ev_periodic *w = (ev_periodic *)ANHE_w (periodics [HEAP0]);
2822 3194
2823 /*assert (("libev: inactive timer on periodic heap detected", ev_is_active (w)));*/ 3195 /*assert (("libev: inactive timer on periodic heap detected", ev_is_active (w)));*/
3082 backend_poll (EV_A_ waittime); 3454 backend_poll (EV_A_ waittime);
3083 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */ 3455 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */
3084 3456
3085 pipe_write_wanted = 0; /* just an optimisation, no fence needed */ 3457 pipe_write_wanted = 0; /* just an optimisation, no fence needed */
3086 3458
3459 ECB_MEMORY_FENCE_ACQUIRE;
3087 if (pipe_write_skipped) 3460 if (pipe_write_skipped)
3088 { 3461 {
3089 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); 3462 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
3090 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3463 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
3091 } 3464 }
3469#if EV_MULTIPLICITY 3842#if EV_MULTIPLICITY
3470 assert (("libev: a signal must not be attached to two different loops", 3843 assert (("libev: a signal must not be attached to two different loops",
3471 !signals [w->signum - 1].loop || signals [w->signum - 1].loop == loop)); 3844 !signals [w->signum - 1].loop || signals [w->signum - 1].loop == loop));
3472 3845
3473 signals [w->signum - 1].loop = EV_A; 3846 signals [w->signum - 1].loop = EV_A;
3847 ECB_MEMORY_FENCE_RELEASE;
3474#endif 3848#endif
3475 3849
3476 EV_FREQUENT_CHECK; 3850 EV_FREQUENT_CHECK;
3477 3851
3478#if EV_USE_SIGNALFD 3852#if EV_USE_SIGNALFD
3633# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX) 4007# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX)
3634 4008
3635static void noinline 4009static void noinline
3636infy_add (EV_P_ ev_stat *w) 4010infy_add (EV_P_ ev_stat *w)
3637{ 4011{
3638 w->wd = inotify_add_watch (fs_fd, w->path, IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY | IN_DONT_FOLLOW | IN_MASK_ADD); 4012 w->wd = inotify_add_watch (fs_fd, w->path,
4013 IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY
4014 | IN_CREATE | IN_DELETE | IN_MOVED_FROM | IN_MOVED_TO
4015 | IN_DONT_FOLLOW | IN_MASK_ADD);
3639 4016
3640 if (w->wd >= 0) 4017 if (w->wd >= 0)
3641 { 4018 {
3642 struct statfs sfs; 4019 struct statfs sfs;
3643 4020
3647 4024
3648 if (!fs_2625) 4025 if (!fs_2625)
3649 w->timer.repeat = w->interval ? w->interval : DEF_STAT_INTERVAL; 4026 w->timer.repeat = w->interval ? w->interval : DEF_STAT_INTERVAL;
3650 else if (!statfs (w->path, &sfs) 4027 else if (!statfs (w->path, &sfs)
3651 && (sfs.f_type == 0x1373 /* devfs */ 4028 && (sfs.f_type == 0x1373 /* devfs */
4029 || sfs.f_type == 0x4006 /* fat */
4030 || sfs.f_type == 0x4d44 /* msdos */
3652 || sfs.f_type == 0xEF53 /* ext2/3 */ 4031 || sfs.f_type == 0xEF53 /* ext2/3 */
4032 || sfs.f_type == 0x72b6 /* jffs2 */
4033 || sfs.f_type == 0x858458f6 /* ramfs */
4034 || sfs.f_type == 0x5346544e /* ntfs */
3653 || sfs.f_type == 0x3153464a /* jfs */ 4035 || sfs.f_type == 0x3153464a /* jfs */
4036 || sfs.f_type == 0x9123683e /* btrfs */
3654 || sfs.f_type == 0x52654973 /* reiser3 */ 4037 || sfs.f_type == 0x52654973 /* reiser3 */
3655 || sfs.f_type == 0x01021994 /* tempfs */ 4038 || sfs.f_type == 0x01021994 /* tmpfs */
3656 || sfs.f_type == 0x58465342 /* xfs */)) 4039 || sfs.f_type == 0x58465342 /* xfs */))
3657 w->timer.repeat = 0.; /* filesystem is local, kernel new enough */ 4040 w->timer.repeat = 0.; /* filesystem is local, kernel new enough */
3658 else 4041 else
3659 w->timer.repeat = w->interval ? w->interval : NFS_STAT_INTERVAL; /* remote, use reduced frequency */ 4042 w->timer.repeat = w->interval ? w->interval : NFS_STAT_INTERVAL; /* remote, use reduced frequency */
3660 } 4043 }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines