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

Comparing libev/ev.c (file contents):
Revision 1.483 by root, Tue Jul 31 04:45:58 2018 UTC vs.
Revision 1.512 by root, Fri Nov 22 19:54:38 2019 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,2013 Marc Alexander Lehmann <libev@schmorp.de> 4 * Copyright (c) 2007-2019 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 *
115# else 115# else
116# undef EV_USE_EPOLL 116# undef EV_USE_EPOLL
117# define EV_USE_EPOLL 0 117# define EV_USE_EPOLL 0
118# endif 118# endif
119 119
120# if HAVE_LINUX_AIO_ABI_H
121# ifndef EV_USE_LINUXAIO
122# define EV_USE_LINUXAIO EV_FEATURE_BACKENDS
123# endif
124# else
125# undef EV_USE_LINUXAIO
126# define EV_USE_LINUXAIO 0
127# endif
128
129# if HAVE_LINUX_FS_H && HAVE_SYS_TIMERFD_H && HAVE_KERNEL_RWF_T
130# ifndef EV_USE_IOURING
131# define EV_USE_IOURING EV_FEATURE_BACKENDS
132# endif
133# else
134# undef EV_USE_IOURING
135# define EV_USE_IOURING 0
136# endif
137
120# if HAVE_KQUEUE && HAVE_SYS_EVENT_H 138# if HAVE_KQUEUE && HAVE_SYS_EVENT_H
121# ifndef EV_USE_KQUEUE 139# ifndef EV_USE_KQUEUE
122# define EV_USE_KQUEUE EV_FEATURE_BACKENDS 140# define EV_USE_KQUEUE EV_FEATURE_BACKENDS
123# endif 141# endif
124# else 142# else
159# endif 177# endif
160# else 178# else
161# undef EV_USE_EVENTFD 179# undef EV_USE_EVENTFD
162# define EV_USE_EVENTFD 0 180# define EV_USE_EVENTFD 0
163# endif 181# endif
164 182
165#endif 183#endif
166 184
167/* OS X, in its infinite idiocy, actually HARDCODES 185/* OS X, in its infinite idiocy, actually HARDCODES
168 * a limit of 1024 into their select. Where people have brains, 186 * a limit of 1024 into their select. Where people have brains,
169 * OS X engineers apparently have a vacuum. Or maybe they were 187 * OS X engineers apparently have a vacuum. Or maybe they were
315 333
316#ifndef EV_USE_PORT 334#ifndef EV_USE_PORT
317# define EV_USE_PORT 0 335# define EV_USE_PORT 0
318#endif 336#endif
319 337
338#ifndef EV_USE_LINUXAIO
339# if __linux /* libev currently assumes linux/aio_abi.h is always available on linux */
340# define EV_USE_LINUXAIO 1
341# else
342# define EV_USE_LINUXAIO 0
343# endif
344#endif
345
346#ifndef EV_USE_IOURING
347# if __linux /* later checks might disable again */
348# define EV_USE_IOURING 1
349# else
350# define EV_USE_IOURING 0
351# endif
352#endif
353
320#ifndef EV_USE_INOTIFY 354#ifndef EV_USE_INOTIFY
321# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4)) 355# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4))
322# define EV_USE_INOTIFY EV_FEATURE_OS 356# define EV_USE_INOTIFY EV_FEATURE_OS
323# else 357# else
324# define EV_USE_INOTIFY 0 358# define EV_USE_INOTIFY 0
389# include <sys/syscall.h> 423# include <sys/syscall.h>
390# ifdef SYS_clock_gettime 424# ifdef SYS_clock_gettime
391# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts)) 425# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts))
392# undef EV_USE_MONOTONIC 426# undef EV_USE_MONOTONIC
393# define EV_USE_MONOTONIC 1 427# define EV_USE_MONOTONIC 1
428# define EV_NEED_SYSCALL 1
394# else 429# else
395# undef EV_USE_CLOCK_SYSCALL 430# undef EV_USE_CLOCK_SYSCALL
396# define EV_USE_CLOCK_SYSCALL 0 431# define EV_USE_CLOCK_SYSCALL 0
397# endif 432# endif
398#endif 433#endif
412#if !EV_STAT_ENABLE 447#if !EV_STAT_ENABLE
413# undef EV_USE_INOTIFY 448# undef EV_USE_INOTIFY
414# define EV_USE_INOTIFY 0 449# define EV_USE_INOTIFY 0
415#endif 450#endif
416 451
452#if __linux && EV_USE_IOURING
453# include <linux/version.h>
454# if LINUX_VERSION_CODE < KERNEL_VERSION(4,14,0)
455# undef EV_USE_IOURING
456# define EV_USE_IOURING 0
457# endif
458#endif
459
417#if !EV_USE_NANOSLEEP 460#if !EV_USE_NANOSLEEP
418/* hp-ux has it in sys/time.h, which we unconditionally include above */ 461/* hp-ux has it in sys/time.h, which we unconditionally include above */
419# if !defined _WIN32 && !defined __hpux 462# if !defined _WIN32 && !defined __hpux
420# include <sys/select.h> 463# include <sys/select.h>
464# endif
465#endif
466
467#if EV_USE_LINUXAIO
468# include <sys/syscall.h>
469# if SYS_io_getevents && EV_USE_EPOLL /* linuxaio backend requires epoll backend */
470# define EV_NEED_SYSCALL 1
471# else
472# undef EV_USE_LINUXAIO
473# define EV_USE_LINUXAIO 0
474# endif
475#endif
476
477#if EV_USE_IOURING
478# include <sys/syscall.h>
479# if !SYS_io_uring_setup && __linux && !__alpha
480# define SYS_io_uring_setup 425
481# define SYS_io_uring_enter 426
482# define SYS_io_uring_wregister 427
483# endif
484# if SYS_io_uring_setup && EV_USE_EPOLL /* iouring backend requires epoll backend */
485# define EV_NEED_SYSCALL 1
486# else
487# undef EV_USE_IOURING
488# define EV_USE_IOURING 0
421# endif 489# endif
422#endif 490#endif
423 491
424#if EV_USE_INOTIFY 492#if EV_USE_INOTIFY
425# include <sys/statfs.h> 493# include <sys/statfs.h>
467 uint32_t ssi_signo; 535 uint32_t ssi_signo;
468 char pad[128 - sizeof (uint32_t)]; 536 char pad[128 - sizeof (uint32_t)];
469}; 537};
470#endif 538#endif
471 539
472/**/ 540/*****************************************************************************/
473 541
474#if EV_VERIFY >= 3 542#if EV_VERIFY >= 3
475# define EV_FREQUENT_CHECK ev_verify (EV_A) 543# define EV_FREQUENT_CHECK ev_verify (EV_A)
476#else 544#else
477# define EV_FREQUENT_CHECK do { } while (0) 545# define EV_FREQUENT_CHECK do { } while (0)
482 * This value is good at least till the year 4000. 550 * This value is good at least till the year 4000.
483 */ 551 */
484#define MIN_INTERVAL 0.0001220703125 /* 1/2**13, good till 4000 */ 552#define MIN_INTERVAL 0.0001220703125 /* 1/2**13, good till 4000 */
485/*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */ 553/*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
486 554
487#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */ 555#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */
488#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */ 556#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */
489 557
558/* find a portable timestamp that is "always" in the future but fits into time_t.
559 * this is quite hard, and we are mostly guessing - we handle 32 bit signed/unsigned time_t,
560 * and sizes larger than 32 bit, and maybe the unlikely floating point time_t */
561#define EV_TSTAMP_HUGE \
562 (sizeof (time_t) >= 8 ? 10000000000000. \
563 : 0 < (time_t)4294967295 ? 4294967295. \
564 : 2147483647.) \
565
566#ifndef EV_TS_CONST
567# define EV_TS_CONST(nv) nv
568# define EV_TS_TO_MSEC(a) a * 1e3 + 0.9999
569# define EV_TS_FROM_USEC(us) us * 1e-6
490#define EV_TV_SET(tv,t) do { tv.tv_sec = (long)t; tv.tv_usec = (long)((t - tv.tv_sec) * 1e6); } while (0) 570# define EV_TV_SET(tv,t) do { tv.tv_sec = (long)t; tv.tv_usec = (long)((t - tv.tv_sec) * 1e6); } while (0)
491#define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } while (0) 571# define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } while (0)
572# define EV_TV_GET(tv) ((tv).tv_sec + (tv).tv_usec * 1e-6)
573# define EV_TS_GET(ts) ((ts).tv_sec + (ts).tv_nsec * 1e-9)
574#endif
492 575
493/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */ 576/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */
494/* ECB.H BEGIN */ 577/* ECB.H BEGIN */
495/* 578/*
496 * libecb - http://software.schmorp.de/pkg/libecb 579 * libecb - http://software.schmorp.de/pkg/libecb
534 617
535#ifndef ECB_H 618#ifndef ECB_H
536#define ECB_H 619#define ECB_H
537 620
538/* 16 bits major, 16 bits minor */ 621/* 16 bits major, 16 bits minor */
539#define ECB_VERSION 0x00010005 622#define ECB_VERSION 0x00010006
540 623
541#ifdef _WIN32 624#ifdef _WIN32
542 typedef signed char int8_t; 625 typedef signed char int8_t;
543 typedef unsigned char uint8_t; 626 typedef unsigned char uint8_t;
544 typedef signed short int16_t; 627 typedef signed short int16_t;
609 #define ECB_CLANG_EXTENSION(x) 0 692 #define ECB_CLANG_EXTENSION(x) 0
610#endif 693#endif
611 694
612#define ECB_CPP (__cplusplus+0) 695#define ECB_CPP (__cplusplus+0)
613#define ECB_CPP11 (__cplusplus >= 201103L) 696#define ECB_CPP11 (__cplusplus >= 201103L)
697#define ECB_CPP14 (__cplusplus >= 201402L)
698#define ECB_CPP17 (__cplusplus >= 201703L)
614 699
615#if ECB_CPP 700#if ECB_CPP
616 #define ECB_C 0 701 #define ECB_C 0
617 #define ECB_STDC_VERSION 0 702 #define ECB_STDC_VERSION 0
618#else 703#else
620 #define ECB_STDC_VERSION __STDC_VERSION__ 705 #define ECB_STDC_VERSION __STDC_VERSION__
621#endif 706#endif
622 707
623#define ECB_C99 (ECB_STDC_VERSION >= 199901L) 708#define ECB_C99 (ECB_STDC_VERSION >= 199901L)
624#define ECB_C11 (ECB_STDC_VERSION >= 201112L) 709#define ECB_C11 (ECB_STDC_VERSION >= 201112L)
710#define ECB_C17 (ECB_STDC_VERSION >= 201710L)
625 711
626#if ECB_CPP 712#if ECB_CPP
627 #define ECB_EXTERN_C extern "C" 713 #define ECB_EXTERN_C extern "C"
628 #define ECB_EXTERN_C_BEG ECB_EXTERN_C { 714 #define ECB_EXTERN_C_BEG ECB_EXTERN_C {
629 #define ECB_EXTERN_C_END } 715 #define ECB_EXTERN_C_END }
655 #include <intrin.h> /* fence functions _ReadBarrier, also bit search functions _BitScanReverse */ 741 #include <intrin.h> /* fence functions _ReadBarrier, also bit search functions _BitScanReverse */
656#endif 742#endif
657 743
658#ifndef ECB_MEMORY_FENCE 744#ifndef ECB_MEMORY_FENCE
659 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110 745 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
746 #define ECB_MEMORY_FENCE_RELAXED __asm__ __volatile__ ("" : : : "memory")
660 #if __i386 || __i386__ 747 #if __i386 || __i386__
661 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory") 748 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory")
662 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory") 749 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
663 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("") 750 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("" : : : "memory")
664 #elif ECB_GCC_AMD64 751 #elif ECB_GCC_AMD64
665 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory") 752 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("mfence" : : : "memory")
666 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory") 753 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
667 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("") 754 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("" : : : "memory")
668 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__ 755 #elif __powerpc__ || __ppc__ || __powerpc64__ || __ppc64__
669 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory") 756 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("sync" : : : "memory")
670 #elif defined __ARM_ARCH_2__ \ 757 #elif defined __ARM_ARCH_2__ \
671 || defined __ARM_ARCH_3__ || defined __ARM_ARCH_3M__ \ 758 || defined __ARM_ARCH_3__ || defined __ARM_ARCH_3M__ \
672 || defined __ARM_ARCH_4__ || defined __ARM_ARCH_4T__ \ 759 || defined __ARM_ARCH_4__ || defined __ARM_ARCH_4T__ \
714 #if ECB_GCC_VERSION(4,7) 801 #if ECB_GCC_VERSION(4,7)
715 /* see comment below (stdatomic.h) about the C11 memory model. */ 802 /* see comment below (stdatomic.h) about the C11 memory model. */
716 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST) 803 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST)
717 #define ECB_MEMORY_FENCE_ACQUIRE __atomic_thread_fence (__ATOMIC_ACQUIRE) 804 #define ECB_MEMORY_FENCE_ACQUIRE __atomic_thread_fence (__ATOMIC_ACQUIRE)
718 #define ECB_MEMORY_FENCE_RELEASE __atomic_thread_fence (__ATOMIC_RELEASE) 805 #define ECB_MEMORY_FENCE_RELEASE __atomic_thread_fence (__ATOMIC_RELEASE)
806 #define ECB_MEMORY_FENCE_RELAXED __atomic_thread_fence (__ATOMIC_RELAXED)
719 807
720 #elif ECB_CLANG_EXTENSION(c_atomic) 808 #elif ECB_CLANG_EXTENSION(c_atomic)
721 /* see comment below (stdatomic.h) about the C11 memory model. */ 809 /* see comment below (stdatomic.h) about the C11 memory model. */
722 #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST) 810 #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST)
723 #define ECB_MEMORY_FENCE_ACQUIRE __c11_atomic_thread_fence (__ATOMIC_ACQUIRE) 811 #define ECB_MEMORY_FENCE_ACQUIRE __c11_atomic_thread_fence (__ATOMIC_ACQUIRE)
724 #define ECB_MEMORY_FENCE_RELEASE __c11_atomic_thread_fence (__ATOMIC_RELEASE) 812 #define ECB_MEMORY_FENCE_RELEASE __c11_atomic_thread_fence (__ATOMIC_RELEASE)
813 #define ECB_MEMORY_FENCE_RELAXED __c11_atomic_thread_fence (__ATOMIC_RELAXED)
725 814
726 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__ 815 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
727 #define ECB_MEMORY_FENCE __sync_synchronize () 816 #define ECB_MEMORY_FENCE __sync_synchronize ()
728 #elif _MSC_VER >= 1500 /* VC++ 2008 */ 817 #elif _MSC_VER >= 1500 /* VC++ 2008 */
729 /* apparently, microsoft broke all the memory barrier stuff in Visual Studio 2008... */ 818 /* apparently, microsoft broke all the memory barrier stuff in Visual Studio 2008... */
739 #elif defined _WIN32 828 #elif defined _WIN32
740 #include <WinNT.h> 829 #include <WinNT.h>
741 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */ 830 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */
742 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110 831 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
743 #include <mbarrier.h> 832 #include <mbarrier.h>
744 #define ECB_MEMORY_FENCE __machine_rw_barrier () 833 #define ECB_MEMORY_FENCE __machine_rw_barrier ()
745 #define ECB_MEMORY_FENCE_ACQUIRE __machine_r_barrier () 834 #define ECB_MEMORY_FENCE_ACQUIRE __machine_acq_barrier ()
746 #define ECB_MEMORY_FENCE_RELEASE __machine_w_barrier () 835 #define ECB_MEMORY_FENCE_RELEASE __machine_rel_barrier ()
836 #define ECB_MEMORY_FENCE_RELAXED __compiler_barrier ()
747 #elif __xlC__ 837 #elif __xlC__
748 #define ECB_MEMORY_FENCE __sync () 838 #define ECB_MEMORY_FENCE __sync ()
749 #endif 839 #endif
750#endif 840#endif
751 841
752#ifndef ECB_MEMORY_FENCE 842#ifndef ECB_MEMORY_FENCE
753 #if ECB_C11 && !defined __STDC_NO_ATOMICS__ 843 #if ECB_C11 && !defined __STDC_NO_ATOMICS__
754 /* we assume that these memory fences work on all variables/all memory accesses, */ 844 /* we assume that these memory fences work on all variables/all memory accesses, */
755 /* not just C11 atomics and atomic accesses */ 845 /* not just C11 atomics and atomic accesses */
756 #include <stdatomic.h> 846 #include <stdatomic.h>
757 /* Unfortunately, neither gcc 4.7 nor clang 3.1 generate any instructions for */
758 /* any fence other than seq_cst, which isn't very efficient for us. */
759 /* Why that is, we don't know - either the C11 memory model is quite useless */
760 /* for most usages, or gcc and clang have a bug */
761 /* I *currently* lean towards the latter, and inefficiently implement */
762 /* all three of ecb's fences as a seq_cst fence */
763 /* Update, gcc-4.8 generates mfence for all c++ fences, but nothing */
764 /* for all __atomic_thread_fence's except seq_cst */
765 #define ECB_MEMORY_FENCE atomic_thread_fence (memory_order_seq_cst) 847 #define ECB_MEMORY_FENCE atomic_thread_fence (memory_order_seq_cst)
848 #define ECB_MEMORY_FENCE_ACQUIRE atomic_thread_fence (memory_order_acquire)
849 #define ECB_MEMORY_FENCE_RELEASE atomic_thread_fence (memory_order_release)
766 #endif 850 #endif
767#endif 851#endif
768 852
769#ifndef ECB_MEMORY_FENCE 853#ifndef ECB_MEMORY_FENCE
770 #if !ECB_AVOID_PTHREADS 854 #if !ECB_AVOID_PTHREADS
788 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 872 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
789#endif 873#endif
790 874
791#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE 875#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE
792 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 876 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
877#endif
878
879#if !defined ECB_MEMORY_FENCE_RELAXED && defined ECB_MEMORY_FENCE
880 #define ECB_MEMORY_FENCE_RELAXED ECB_MEMORY_FENCE /* very heavy-handed */
793#endif 881#endif
794 882
795/*****************************************************************************/ 883/*****************************************************************************/
796 884
797#if ECB_CPP 885#if ECB_CPP
1506/* ECB.H END */ 1594/* ECB.H END */
1507 1595
1508#if ECB_MEMORY_FENCE_NEEDS_PTHREADS 1596#if ECB_MEMORY_FENCE_NEEDS_PTHREADS
1509/* if your architecture doesn't need memory fences, e.g. because it is 1597/* if your architecture doesn't need memory fences, e.g. because it is
1510 * single-cpu/core, or if you use libev in a project that doesn't use libev 1598 * single-cpu/core, or if you use libev in a project that doesn't use libev
1511 * from multiple threads, then you can define ECB_AVOID_PTHREADS when compiling 1599 * from multiple threads, then you can define ECB_NO_THREADS when compiling
1512 * libev, in which cases the memory fences become nops. 1600 * libev, in which cases the memory fences become nops.
1513 * alternatively, you can remove this #error and link against libpthread, 1601 * alternatively, you can remove this #error and link against libpthread,
1514 * which will then provide the memory fences. 1602 * which will then provide the memory fences.
1515 */ 1603 */
1516# error "memory fences not defined for your architecture, please report" 1604# error "memory fences not defined for your architecture, please report"
1520# define ECB_MEMORY_FENCE do { } while (0) 1608# define ECB_MEMORY_FENCE do { } while (0)
1521# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 1609# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
1522# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 1610# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
1523#endif 1611#endif
1524 1612
1525#define expect_false(cond) ecb_expect_false (cond)
1526#define expect_true(cond) ecb_expect_true (cond)
1527#define noinline ecb_noinline
1528
1529#define inline_size ecb_inline 1613#define inline_size ecb_inline
1530 1614
1531#if EV_FEATURE_CODE 1615#if EV_FEATURE_CODE
1532# define inline_speed ecb_inline 1616# define inline_speed ecb_inline
1533#else 1617#else
1534# define inline_speed noinline static 1618# define inline_speed ecb_noinline static
1535#endif 1619#endif
1620
1621/*****************************************************************************/
1622/* raw syscall wrappers */
1623
1624#if EV_NEED_SYSCALL
1625
1626#include <sys/syscall.h>
1627
1628/*
1629 * define some syscall wrappers for common architectures
1630 * this is mostly for nice looks during debugging, not performance.
1631 * our syscalls return < 0, not == -1, on error. which is good
1632 * enough for linux aio.
1633 * TODO: arm is also common nowadays, maybe even mips and x86
1634 * TODO: after implementing this, it suddenly looks like overkill, but its hard to remove...
1635 */
1636#if __GNUC__ && __linux && ECB_AMD64 && !defined __OPTIMIZE_SIZE__
1637 /* the costly errno access probably kills this for size optimisation */
1638
1639 #define ev_syscall(nr,narg,arg1,arg2,arg3,arg4,arg5,arg6) \
1640 ({ \
1641 long res; \
1642 register unsigned long r6 __asm__ ("r9" ); \
1643 register unsigned long r5 __asm__ ("r8" ); \
1644 register unsigned long r4 __asm__ ("r10"); \
1645 register unsigned long r3 __asm__ ("rdx"); \
1646 register unsigned long r2 __asm__ ("rsi"); \
1647 register unsigned long r1 __asm__ ("rdi"); \
1648 if (narg >= 6) r6 = (unsigned long)(arg6); \
1649 if (narg >= 5) r5 = (unsigned long)(arg5); \
1650 if (narg >= 4) r4 = (unsigned long)(arg4); \
1651 if (narg >= 3) r3 = (unsigned long)(arg3); \
1652 if (narg >= 2) r2 = (unsigned long)(arg2); \
1653 if (narg >= 1) r1 = (unsigned long)(arg1); \
1654 __asm__ __volatile__ ( \
1655 "syscall\n\t" \
1656 : "=a" (res) \
1657 : "0" (nr), "r" (r1), "r" (r2), "r" (r3), "r" (r4), "r" (r5) \
1658 : "cc", "r11", "cx", "memory"); \
1659 errno = -res; \
1660 res; \
1661 })
1662
1663#endif
1664
1665#ifdef ev_syscall
1666 #define ev_syscall0(nr) ev_syscall (nr, 0, 0, 0, 0, 0, 0, 0)
1667 #define ev_syscall1(nr,arg1) ev_syscall (nr, 1, arg1, 0, 0, 0, 0, 0)
1668 #define ev_syscall2(nr,arg1,arg2) ev_syscall (nr, 2, arg1, arg2, 0, 0, 0, 0)
1669 #define ev_syscall3(nr,arg1,arg2,arg3) ev_syscall (nr, 3, arg1, arg2, arg3, 0, 0, 0)
1670 #define ev_syscall4(nr,arg1,arg2,arg3,arg4) ev_syscall (nr, 3, arg1, arg2, arg3, arg4, 0, 0)
1671 #define ev_syscall5(nr,arg1,arg2,arg3,arg4,arg5) ev_syscall (nr, 5, arg1, arg2, arg3, arg4, arg5, 0)
1672 #define ev_syscall6(nr,arg1,arg2,arg3,arg4,arg5,arg6) ev_syscall (nr, 6, arg1, arg2, arg3, arg4, arg5,arg6)
1673#else
1674 #define ev_syscall0(nr) syscall (nr)
1675 #define ev_syscall1(nr,arg1) syscall (nr, arg1)
1676 #define ev_syscall2(nr,arg1,arg2) syscall (nr, arg1, arg2)
1677 #define ev_syscall3(nr,arg1,arg2,arg3) syscall (nr, arg1, arg2, arg3)
1678 #define ev_syscall4(nr,arg1,arg2,arg3,arg4) syscall (nr, arg1, arg2, arg3, arg4)
1679 #define ev_syscall5(nr,arg1,arg2,arg3,arg4,arg5) syscall (nr, arg1, arg2, arg3, arg4, arg5)
1680 #define ev_syscall6(nr,arg1,arg2,arg3,arg4,arg5,arg6) syscall (nr, arg1, arg2, arg3, arg4, arg5,arg6)
1681#endif
1682
1683#endif
1684
1685/*****************************************************************************/
1536 1686
1537#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1) 1687#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1)
1538 1688
1539#if EV_MINPRI == EV_MAXPRI 1689#if EV_MINPRI == EV_MAXPRI
1540# define ABSPRI(w) (((W)w), 0) 1690# define ABSPRI(w) (((W)w), 0)
1541#else 1691#else
1542# define ABSPRI(w) (((W)w)->priority - EV_MINPRI) 1692# define ABSPRI(w) (((W)w)->priority - EV_MINPRI)
1543#endif 1693#endif
1544 1694
1545#define EMPTY /* required for microsofts broken pseudo-c compiler */ 1695#define EMPTY /* required for microsofts broken pseudo-c compiler */
1546#define EMPTY2(a,b) /* used to suppress some warnings */
1547 1696
1548typedef ev_watcher *W; 1697typedef ev_watcher *W;
1549typedef ev_watcher_list *WL; 1698typedef ev_watcher_list *WL;
1550typedef ev_watcher_time *WT; 1699typedef ev_watcher_time *WT;
1551 1700
1576# include "ev_win32.c" 1725# include "ev_win32.c"
1577#endif 1726#endif
1578 1727
1579/*****************************************************************************/ 1728/*****************************************************************************/
1580 1729
1730#if EV_USE_LINUXAIO
1731# include <linux/aio_abi.h> /* probably only needed for aio_context_t */
1732#endif
1733
1581/* define a suitable floor function (only used by periodics atm) */ 1734/* define a suitable floor function (only used by periodics atm) */
1582 1735
1583#if EV_USE_FLOOR 1736#if EV_USE_FLOOR
1584# include <math.h> 1737# include <math.h>
1585# define ev_floor(v) floor (v) 1738# define ev_floor(v) floor (v)
1586#else 1739#else
1587 1740
1588#include <float.h> 1741#include <float.h>
1589 1742
1590/* a floor() replacement function, should be independent of ev_tstamp type */ 1743/* a floor() replacement function, should be independent of ev_tstamp type */
1591noinline 1744ecb_noinline
1592static ev_tstamp 1745static ev_tstamp
1593ev_floor (ev_tstamp v) 1746ev_floor (ev_tstamp v)
1594{ 1747{
1595 /* the choice of shift factor is not terribly important */ 1748 /* the choice of shift factor is not terribly important */
1596#if FLT_RADIX != 2 /* assume FLT_RADIX == 10 */ 1749#if FLT_RADIX != 2 /* assume FLT_RADIX == 10 */
1597 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 10000000000000000000. : 1000000000.; 1750 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 10000000000000000000. : 1000000000.;
1598#else 1751#else
1599 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 18446744073709551616. : 4294967296.; 1752 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 18446744073709551616. : 4294967296.;
1600#endif 1753#endif
1601 1754
1755 /* special treatment for negative arguments */
1756 if (ecb_expect_false (v < 0.))
1757 {
1758 ev_tstamp f = -ev_floor (-v);
1759
1760 return f - (f == v ? 0 : 1);
1761 }
1762
1602 /* argument too large for an unsigned long? */ 1763 /* argument too large for an unsigned long? then reduce it */
1603 if (expect_false (v >= shift)) 1764 if (ecb_expect_false (v >= shift))
1604 { 1765 {
1605 ev_tstamp f; 1766 ev_tstamp f;
1606 1767
1607 if (v == v - 1.) 1768 if (v == v - 1.)
1608 return v; /* very large number */ 1769 return v; /* very large numbers are assumed to be integer */
1609 1770
1610 f = shift * ev_floor (v * (1. / shift)); 1771 f = shift * ev_floor (v * (1. / shift));
1611 return f + ev_floor (v - f); 1772 return f + ev_floor (v - f);
1612 } 1773 }
1613 1774
1614 /* special treatment for negative args? */
1615 if (expect_false (v < 0.))
1616 {
1617 ev_tstamp f = -ev_floor (-v);
1618
1619 return f - (f == v ? 0 : 1);
1620 }
1621
1622 /* fits into an unsigned long */ 1775 /* fits into an unsigned long */
1623 return (unsigned long)v; 1776 return (unsigned long)v;
1624} 1777}
1625 1778
1626#endif 1779#endif
1629 1782
1630#ifdef __linux 1783#ifdef __linux
1631# include <sys/utsname.h> 1784# include <sys/utsname.h>
1632#endif 1785#endif
1633 1786
1634noinline ecb_cold 1787ecb_noinline ecb_cold
1635static unsigned int 1788static unsigned int
1636ev_linux_version (void) 1789ev_linux_version (void)
1637{ 1790{
1638#ifdef __linux 1791#ifdef __linux
1639 unsigned int v = 0; 1792 unsigned int v = 0;
1669} 1822}
1670 1823
1671/*****************************************************************************/ 1824/*****************************************************************************/
1672 1825
1673#if EV_AVOID_STDIO 1826#if EV_AVOID_STDIO
1674noinline ecb_cold 1827ecb_noinline ecb_cold
1675static void 1828static void
1676ev_printerr (const char *msg) 1829ev_printerr (const char *msg)
1677{ 1830{
1678 write (STDERR_FILENO, msg, strlen (msg)); 1831 write (STDERR_FILENO, msg, strlen (msg));
1679} 1832}
1680#endif 1833#endif
1681 1834
1682static void (*syserr_cb)(const char *msg) EV_THROW; 1835static void (*syserr_cb)(const char *msg) EV_NOEXCEPT;
1683 1836
1684ecb_cold 1837ecb_cold
1685void 1838void
1686ev_set_syserr_cb (void (*cb)(const char *msg) EV_THROW) EV_THROW 1839ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT
1687{ 1840{
1688 syserr_cb = cb; 1841 syserr_cb = cb;
1689} 1842}
1690 1843
1691noinline ecb_cold 1844ecb_noinline ecb_cold
1692static void 1845static void
1693ev_syserr (const char *msg) 1846ev_syserr (const char *msg)
1694{ 1847{
1695 if (!msg) 1848 if (!msg)
1696 msg = "(libev) system error"; 1849 msg = "(libev) system error";
1710 abort (); 1863 abort ();
1711 } 1864 }
1712} 1865}
1713 1866
1714static void * 1867static void *
1715ev_realloc_emul (void *ptr, long size) EV_THROW 1868ev_realloc_emul (void *ptr, long size) EV_NOEXCEPT
1716{ 1869{
1717 /* some systems, notably openbsd and darwin, fail to properly 1870 /* some systems, notably openbsd and darwin, fail to properly
1718 * implement realloc (x, 0) (as required by both ansi c-89 and 1871 * implement realloc (x, 0) (as required by both ansi c-89 and
1719 * the single unix specification, so work around them here. 1872 * the single unix specification, so work around them here.
1720 * recently, also (at least) fedora and debian started breaking it, 1873 * recently, also (at least) fedora and debian started breaking it,
1726 1879
1727 free (ptr); 1880 free (ptr);
1728 return 0; 1881 return 0;
1729} 1882}
1730 1883
1731static void *(*alloc)(void *ptr, long size) EV_THROW = ev_realloc_emul; 1884static void *(*alloc)(void *ptr, long size) EV_NOEXCEPT = ev_realloc_emul;
1732 1885
1733ecb_cold 1886ecb_cold
1734void 1887void
1735ev_set_allocator (void *(*cb)(void *ptr, long size) EV_THROW) EV_THROW 1888ev_set_allocator (void *(*cb)(void *ptr, long size) EV_NOEXCEPT) EV_NOEXCEPT
1736{ 1889{
1737 alloc = cb; 1890 alloc = cb;
1738} 1891}
1739 1892
1740inline_speed void * 1893inline_speed void *
1767typedef struct 1920typedef struct
1768{ 1921{
1769 WL head; 1922 WL head;
1770 unsigned char events; /* the events watched for */ 1923 unsigned char events; /* the events watched for */
1771 unsigned char reify; /* flag set when this ANFD needs reification (EV_ANFD_REIFY, EV__IOFDSET) */ 1924 unsigned char reify; /* flag set when this ANFD needs reification (EV_ANFD_REIFY, EV__IOFDSET) */
1772 unsigned char emask; /* the epoll backend stores the actual kernel mask in here */ 1925 unsigned char emask; /* some backends store the actual kernel mask in here */
1773 unsigned char unused; 1926 unsigned char eflags; /* flags field for use by backends */
1774#if EV_USE_EPOLL 1927#if EV_USE_EPOLL
1775 unsigned int egen; /* generation counter to counter epoll bugs */ 1928 unsigned int egen; /* generation counter to counter epoll bugs */
1776#endif 1929#endif
1777#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP 1930#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP
1778 SOCKET handle; 1931 SOCKET handle;
1832 static struct ev_loop default_loop_struct; 1985 static struct ev_loop default_loop_struct;
1833 EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */ 1986 EV_API_DECL struct ev_loop *ev_default_loop_ptr = 0; /* needs to be initialised to make it a definition despite extern */
1834 1987
1835#else 1988#else
1836 1989
1837 EV_API_DECL ev_tstamp ev_rt_now = 0; /* needs to be initialised to make it a definition despite extern */ 1990 EV_API_DECL ev_tstamp ev_rt_now = EV_TS_CONST (0.); /* needs to be initialised to make it a definition despite extern */
1838 #define VAR(name,decl) static decl; 1991 #define VAR(name,decl) static decl;
1839 #include "ev_vars.h" 1992 #include "ev_vars.h"
1840 #undef VAR 1993 #undef VAR
1841 1994
1842 static int ev_default_loop_ptr; 1995 static int ev_default_loop_ptr;
1843 1996
1844#endif 1997#endif
1845 1998
1846#if EV_FEATURE_API 1999#if EV_FEATURE_API
1847# define EV_RELEASE_CB if (expect_false (release_cb)) release_cb (EV_A) 2000# define EV_RELEASE_CB if (ecb_expect_false (release_cb)) release_cb (EV_A)
1848# define EV_ACQUIRE_CB if (expect_false (acquire_cb)) acquire_cb (EV_A) 2001# define EV_ACQUIRE_CB if (ecb_expect_false (acquire_cb)) acquire_cb (EV_A)
1849# define EV_INVOKE_PENDING invoke_cb (EV_A) 2002# define EV_INVOKE_PENDING invoke_cb (EV_A)
1850#else 2003#else
1851# define EV_RELEASE_CB (void)0 2004# define EV_RELEASE_CB (void)0
1852# define EV_ACQUIRE_CB (void)0 2005# define EV_ACQUIRE_CB (void)0
1853# define EV_INVOKE_PENDING ev_invoke_pending (EV_A) 2006# define EV_INVOKE_PENDING ev_invoke_pending (EV_A)
1857 2010
1858/*****************************************************************************/ 2011/*****************************************************************************/
1859 2012
1860#ifndef EV_HAVE_EV_TIME 2013#ifndef EV_HAVE_EV_TIME
1861ev_tstamp 2014ev_tstamp
1862ev_time (void) EV_THROW 2015ev_time (void) EV_NOEXCEPT
1863{ 2016{
1864#if EV_USE_REALTIME 2017#if EV_USE_REALTIME
1865 if (expect_true (have_realtime)) 2018 if (ecb_expect_true (have_realtime))
1866 { 2019 {
1867 struct timespec ts; 2020 struct timespec ts;
1868 clock_gettime (CLOCK_REALTIME, &ts); 2021 clock_gettime (CLOCK_REALTIME, &ts);
1869 return ts.tv_sec + ts.tv_nsec * 1e-9; 2022 return EV_TS_GET (ts);
1870 } 2023 }
1871#endif 2024#endif
1872 2025
2026 {
1873 struct timeval tv; 2027 struct timeval tv;
1874 gettimeofday (&tv, 0); 2028 gettimeofday (&tv, 0);
1875 return tv.tv_sec + tv.tv_usec * 1e-6; 2029 return EV_TV_GET (tv);
2030 }
1876} 2031}
1877#endif 2032#endif
1878 2033
1879inline_size ev_tstamp 2034inline_size ev_tstamp
1880get_clock (void) 2035get_clock (void)
1881{ 2036{
1882#if EV_USE_MONOTONIC 2037#if EV_USE_MONOTONIC
1883 if (expect_true (have_monotonic)) 2038 if (ecb_expect_true (have_monotonic))
1884 { 2039 {
1885 struct timespec ts; 2040 struct timespec ts;
1886 clock_gettime (CLOCK_MONOTONIC, &ts); 2041 clock_gettime (CLOCK_MONOTONIC, &ts);
1887 return ts.tv_sec + ts.tv_nsec * 1e-9; 2042 return EV_TS_GET (ts);
1888 } 2043 }
1889#endif 2044#endif
1890 2045
1891 return ev_time (); 2046 return ev_time ();
1892} 2047}
1893 2048
1894#if EV_MULTIPLICITY 2049#if EV_MULTIPLICITY
1895ev_tstamp 2050ev_tstamp
1896ev_now (EV_P) EV_THROW 2051ev_now (EV_P) EV_NOEXCEPT
1897{ 2052{
1898 return ev_rt_now; 2053 return ev_rt_now;
1899} 2054}
1900#endif 2055#endif
1901 2056
1902void 2057void
1903ev_sleep (ev_tstamp delay) EV_THROW 2058ev_sleep (ev_tstamp delay) EV_NOEXCEPT
1904{ 2059{
1905 if (delay > 0.) 2060 if (delay > EV_TS_CONST (0.))
1906 { 2061 {
1907#if EV_USE_NANOSLEEP 2062#if EV_USE_NANOSLEEP
1908 struct timespec ts; 2063 struct timespec ts;
1909 2064
1910 EV_TS_SET (ts, delay); 2065 EV_TS_SET (ts, delay);
1911 nanosleep (&ts, 0); 2066 nanosleep (&ts, 0);
1912#elif defined _WIN32 2067#elif defined _WIN32
1913 /* maybe this should round up, as ms is very low resolution */ 2068 /* maybe this should round up, as ms is very low resolution */
1914 /* compared to select (µs) or nanosleep (ns) */ 2069 /* compared to select (µs) or nanosleep (ns) */
1915 Sleep ((unsigned long)(delay * 1e3)); 2070 Sleep ((unsigned long)(EV_TS_TO_MSEC (delay)));
1916#else 2071#else
1917 struct timeval tv; 2072 struct timeval tv;
1918 2073
1919 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */ 2074 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */
1920 /* something not guaranteed by newer posix versions, but guaranteed */ 2075 /* something not guaranteed by newer posix versions, but guaranteed */
1950 } 2105 }
1951 2106
1952 return ncur; 2107 return ncur;
1953} 2108}
1954 2109
1955noinline ecb_cold 2110ecb_noinline ecb_cold
1956static void * 2111static void *
1957array_realloc (int elem, void *base, int *cur, int cnt) 2112array_realloc (int elem, void *base, int *cur, int cnt)
1958{ 2113{
1959 *cur = array_nextsize (elem, *cur, cnt); 2114 *cur = array_nextsize (elem, *cur, cnt);
1960 return ev_realloc (base, elem * *cur); 2115 return ev_realloc (base, elem * *cur);
1961} 2116}
1962 2117
2118#define array_needsize_noinit(base,offset,count)
2119
1963#define array_init_zero(base,count) \ 2120#define array_needsize_zerofill(base,offset,count) \
1964 memset ((void *)(base), 0, sizeof (*(base)) * (count)) 2121 memset ((void *)(base + offset), 0, sizeof (*(base)) * (count))
1965 2122
1966#define array_needsize(type,base,cur,cnt,init) \ 2123#define array_needsize(type,base,cur,cnt,init) \
1967 if (expect_false ((cnt) > (cur))) \ 2124 if (ecb_expect_false ((cnt) > (cur))) \
1968 { \ 2125 { \
1969 ecb_unused int ocur_ = (cur); \ 2126 ecb_unused int ocur_ = (cur); \
1970 (base) = (type *)array_realloc \ 2127 (base) = (type *)array_realloc \
1971 (sizeof (type), (base), &(cur), (cnt)); \ 2128 (sizeof (type), (base), &(cur), (cnt)); \
1972 init ((base) + (ocur_), (cur) - ocur_); \ 2129 init ((base), ocur_, ((cur) - ocur_)); \
1973 } 2130 }
1974 2131
1975#if 0 2132#if 0
1976#define array_slim(type,stem) \ 2133#define array_slim(type,stem) \
1977 if (stem ## max < array_roundsize (stem ## cnt >> 2)) \ 2134 if (stem ## max < array_roundsize (stem ## cnt >> 2)) \
1986 ev_free (stem ## s idx); stem ## cnt idx = stem ## max idx = 0; stem ## s idx = 0 2143 ev_free (stem ## s idx); stem ## cnt idx = stem ## max idx = 0; stem ## s idx = 0
1987 2144
1988/*****************************************************************************/ 2145/*****************************************************************************/
1989 2146
1990/* dummy callback for pending events */ 2147/* dummy callback for pending events */
1991noinline 2148ecb_noinline
1992static void 2149static void
1993pendingcb (EV_P_ ev_prepare *w, int revents) 2150pendingcb (EV_P_ ev_prepare *w, int revents)
1994{ 2151{
1995} 2152}
1996 2153
1997noinline 2154ecb_noinline
1998void 2155void
1999ev_feed_event (EV_P_ void *w, int revents) EV_THROW 2156ev_feed_event (EV_P_ void *w, int revents) EV_NOEXCEPT
2000{ 2157{
2001 W w_ = (W)w; 2158 W w_ = (W)w;
2002 int pri = ABSPRI (w_); 2159 int pri = ABSPRI (w_);
2003 2160
2004 if (expect_false (w_->pending)) 2161 if (ecb_expect_false (w_->pending))
2005 pendings [pri][w_->pending - 1].events |= revents; 2162 pendings [pri][w_->pending - 1].events |= revents;
2006 else 2163 else
2007 { 2164 {
2008 w_->pending = ++pendingcnt [pri]; 2165 w_->pending = ++pendingcnt [pri];
2009 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, EMPTY2); 2166 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, array_needsize_noinit);
2010 pendings [pri][w_->pending - 1].w = w_; 2167 pendings [pri][w_->pending - 1].w = w_;
2011 pendings [pri][w_->pending - 1].events = revents; 2168 pendings [pri][w_->pending - 1].events = revents;
2012 } 2169 }
2013 2170
2014 pendingpri = NUMPRI - 1; 2171 pendingpri = NUMPRI - 1;
2015} 2172}
2016 2173
2017inline_speed void 2174inline_speed void
2018feed_reverse (EV_P_ W w) 2175feed_reverse (EV_P_ W w)
2019{ 2176{
2020 array_needsize (W, rfeeds, rfeedmax, rfeedcnt + 1, EMPTY2); 2177 array_needsize (W, rfeeds, rfeedmax, rfeedcnt + 1, array_needsize_noinit);
2021 rfeeds [rfeedcnt++] = w; 2178 rfeeds [rfeedcnt++] = w;
2022} 2179}
2023 2180
2024inline_size void 2181inline_size void
2025feed_reverse_done (EV_P_ int revents) 2182feed_reverse_done (EV_P_ int revents)
2060inline_speed void 2217inline_speed void
2061fd_event (EV_P_ int fd, int revents) 2218fd_event (EV_P_ int fd, int revents)
2062{ 2219{
2063 ANFD *anfd = anfds + fd; 2220 ANFD *anfd = anfds + fd;
2064 2221
2065 if (expect_true (!anfd->reify)) 2222 if (ecb_expect_true (!anfd->reify))
2066 fd_event_nocheck (EV_A_ fd, revents); 2223 fd_event_nocheck (EV_A_ fd, revents);
2067} 2224}
2068 2225
2069void 2226void
2070ev_feed_fd_event (EV_P_ int fd, int revents) EV_THROW 2227ev_feed_fd_event (EV_P_ int fd, int revents) EV_NOEXCEPT
2071{ 2228{
2072 if (fd >= 0 && fd < anfdmax) 2229 if (fd >= 0 && fd < anfdmax)
2073 fd_event_nocheck (EV_A_ fd, revents); 2230 fd_event_nocheck (EV_A_ fd, revents);
2074} 2231}
2075 2232
2112 ev_io *w; 2269 ev_io *w;
2113 2270
2114 unsigned char o_events = anfd->events; 2271 unsigned char o_events = anfd->events;
2115 unsigned char o_reify = anfd->reify; 2272 unsigned char o_reify = anfd->reify;
2116 2273
2117 anfd->reify = 0; 2274 anfd->reify = 0;
2118 2275
2119 /*if (expect_true (o_reify & EV_ANFD_REIFY)) probably a deoptimisation */ 2276 /*if (ecb_expect_true (o_reify & EV_ANFD_REIFY)) probably a deoptimisation */
2120 { 2277 {
2121 anfd->events = 0; 2278 anfd->events = 0;
2122 2279
2123 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) 2280 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next)
2124 anfd->events |= (unsigned char)w->events; 2281 anfd->events |= (unsigned char)w->events;
2140fd_change (EV_P_ int fd, int flags) 2297fd_change (EV_P_ int fd, int flags)
2141{ 2298{
2142 unsigned char reify = anfds [fd].reify; 2299 unsigned char reify = anfds [fd].reify;
2143 anfds [fd].reify |= flags; 2300 anfds [fd].reify |= flags;
2144 2301
2145 if (expect_true (!reify)) 2302 if (ecb_expect_true (!reify))
2146 { 2303 {
2147 ++fdchangecnt; 2304 ++fdchangecnt;
2148 array_needsize (int, fdchanges, fdchangemax, fdchangecnt, EMPTY2); 2305 array_needsize (int, fdchanges, fdchangemax, fdchangecnt, array_needsize_noinit);
2149 fdchanges [fdchangecnt - 1] = fd; 2306 fdchanges [fdchangecnt - 1] = fd;
2150 } 2307 }
2151} 2308}
2152 2309
2153/* the given fd is invalid/unusable, so make sure it doesn't hurt us anymore */ 2310/* the given fd is invalid/unusable, so make sure it doesn't hurt us anymore */
2173 return fcntl (fd, F_GETFD) != -1; 2330 return fcntl (fd, F_GETFD) != -1;
2174#endif 2331#endif
2175} 2332}
2176 2333
2177/* called on EBADF to verify fds */ 2334/* called on EBADF to verify fds */
2178noinline ecb_cold 2335ecb_noinline ecb_cold
2179static void 2336static void
2180fd_ebadf (EV_P) 2337fd_ebadf (EV_P)
2181{ 2338{
2182 int fd; 2339 int fd;
2183 2340
2186 if (!fd_valid (fd) && errno == EBADF) 2343 if (!fd_valid (fd) && errno == EBADF)
2187 fd_kill (EV_A_ fd); 2344 fd_kill (EV_A_ fd);
2188} 2345}
2189 2346
2190/* called on ENOMEM in select/poll to kill some fds and retry */ 2347/* called on ENOMEM in select/poll to kill some fds and retry */
2191noinline ecb_cold 2348ecb_noinline ecb_cold
2192static void 2349static void
2193fd_enomem (EV_P) 2350fd_enomem (EV_P)
2194{ 2351{
2195 int fd; 2352 int fd;
2196 2353
2201 break; 2358 break;
2202 } 2359 }
2203} 2360}
2204 2361
2205/* usually called after fork if backend needs to re-arm all fds from scratch */ 2362/* usually called after fork if backend needs to re-arm all fds from scratch */
2206noinline 2363ecb_noinline
2207static void 2364static void
2208fd_rearm_all (EV_P) 2365fd_rearm_all (EV_P)
2209{ 2366{
2210 int fd; 2367 int fd;
2211 2368
2265 ev_tstamp minat; 2422 ev_tstamp minat;
2266 ANHE *minpos; 2423 ANHE *minpos;
2267 ANHE *pos = heap + DHEAP * (k - HEAP0) + HEAP0 + 1; 2424 ANHE *pos = heap + DHEAP * (k - HEAP0) + HEAP0 + 1;
2268 2425
2269 /* find minimum child */ 2426 /* find minimum child */
2270 if (expect_true (pos + DHEAP - 1 < E)) 2427 if (ecb_expect_true (pos + DHEAP - 1 < E))
2271 { 2428 {
2272 /* fast path */ (minpos = pos + 0), (minat = ANHE_at (*minpos)); 2429 /* fast path */ (minpos = pos + 0), (minat = ANHE_at (*minpos));
2273 if ( ANHE_at (pos [1]) < minat) (minpos = pos + 1), (minat = ANHE_at (*minpos)); 2430 if ( minat > ANHE_at (pos [1])) (minpos = pos + 1), (minat = ANHE_at (*minpos));
2274 if ( ANHE_at (pos [2]) < minat) (minpos = pos + 2), (minat = ANHE_at (*minpos)); 2431 if ( minat > ANHE_at (pos [2])) (minpos = pos + 2), (minat = ANHE_at (*minpos));
2275 if ( ANHE_at (pos [3]) < minat) (minpos = pos + 3), (minat = ANHE_at (*minpos)); 2432 if ( minat > ANHE_at (pos [3])) (minpos = pos + 3), (minat = ANHE_at (*minpos));
2276 } 2433 }
2277 else if (pos < E) 2434 else if (pos < E)
2278 { 2435 {
2279 /* slow path */ (minpos = pos + 0), (minat = ANHE_at (*minpos)); 2436 /* slow path */ (minpos = pos + 0), (minat = ANHE_at (*minpos));
2280 if (pos + 1 < E && ANHE_at (pos [1]) < minat) (minpos = pos + 1), (minat = ANHE_at (*minpos)); 2437 if (pos + 1 < E && minat > ANHE_at (pos [1])) (minpos = pos + 1), (minat = ANHE_at (*minpos));
2281 if (pos + 2 < E && ANHE_at (pos [2]) < minat) (minpos = pos + 2), (minat = ANHE_at (*minpos)); 2438 if (pos + 2 < E && minat > ANHE_at (pos [2])) (minpos = pos + 2), (minat = ANHE_at (*minpos));
2282 if (pos + 3 < E && ANHE_at (pos [3]) < minat) (minpos = pos + 3), (minat = ANHE_at (*minpos)); 2439 if (pos + 3 < E && minat > ANHE_at (pos [3])) (minpos = pos + 3), (minat = ANHE_at (*minpos));
2283 } 2440 }
2284 else 2441 else
2285 break; 2442 break;
2286 2443
2287 if (ANHE_at (he) <= minat) 2444 if (ANHE_at (he) <= minat)
2295 2452
2296 heap [k] = he; 2453 heap [k] = he;
2297 ev_active (ANHE_w (he)) = k; 2454 ev_active (ANHE_w (he)) = k;
2298} 2455}
2299 2456
2300#else /* 4HEAP */ 2457#else /* not 4HEAP */
2301 2458
2302#define HEAP0 1 2459#define HEAP0 1
2303#define HPARENT(k) ((k) >> 1) 2460#define HPARENT(k) ((k) >> 1)
2304#define UPHEAP_DONE(p,k) (!(p)) 2461#define UPHEAP_DONE(p,k) (!(p))
2305 2462
2393 2550
2394/*****************************************************************************/ 2551/*****************************************************************************/
2395 2552
2396#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE 2553#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2397 2554
2398noinline ecb_cold 2555ecb_noinline ecb_cold
2399static void 2556static void
2400evpipe_init (EV_P) 2557evpipe_init (EV_P)
2401{ 2558{
2402 if (!ev_is_active (&pipe_w)) 2559 if (!ev_is_active (&pipe_w))
2403 { 2560 {
2444inline_speed void 2601inline_speed void
2445evpipe_write (EV_P_ EV_ATOMIC_T *flag) 2602evpipe_write (EV_P_ EV_ATOMIC_T *flag)
2446{ 2603{
2447 ECB_MEMORY_FENCE; /* push out the write before this function was called, acquire flag */ 2604 ECB_MEMORY_FENCE; /* push out the write before this function was called, acquire flag */
2448 2605
2449 if (expect_true (*flag)) 2606 if (ecb_expect_true (*flag))
2450 return; 2607 return;
2451 2608
2452 *flag = 1; 2609 *flag = 1;
2453 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */ 2610 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */
2454 2611
2475#endif 2632#endif
2476 { 2633 {
2477#ifdef _WIN32 2634#ifdef _WIN32
2478 WSABUF buf; 2635 WSABUF buf;
2479 DWORD sent; 2636 DWORD sent;
2480 buf.buf = &buf; 2637 buf.buf = (char *)&buf;
2481 buf.len = 1; 2638 buf.len = 1;
2482 WSASend (EV_FD_TO_WIN32_HANDLE (evpipe [1]), &buf, 1, &sent, 0, 0, 0); 2639 WSASend (EV_FD_TO_WIN32_HANDLE (evpipe [1]), &buf, 1, &sent, 0, 0, 0);
2483#else 2640#else
2484 write (evpipe [1], &(evpipe [1]), 1); 2641 write (evpipe [1], &(evpipe [1]), 1);
2485#endif 2642#endif
2531 sig_pending = 0; 2688 sig_pending = 0;
2532 2689
2533 ECB_MEMORY_FENCE; 2690 ECB_MEMORY_FENCE;
2534 2691
2535 for (i = EV_NSIG - 1; i--; ) 2692 for (i = EV_NSIG - 1; i--; )
2536 if (expect_false (signals [i].pending)) 2693 if (ecb_expect_false (signals [i].pending))
2537 ev_feed_signal_event (EV_A_ i + 1); 2694 ev_feed_signal_event (EV_A_ i + 1);
2538 } 2695 }
2539#endif 2696#endif
2540 2697
2541#if EV_ASYNC_ENABLE 2698#if EV_ASYNC_ENABLE
2557} 2714}
2558 2715
2559/*****************************************************************************/ 2716/*****************************************************************************/
2560 2717
2561void 2718void
2562ev_feed_signal (int signum) EV_THROW 2719ev_feed_signal (int signum) EV_NOEXCEPT
2563{ 2720{
2564#if EV_MULTIPLICITY 2721#if EV_MULTIPLICITY
2565 EV_P; 2722 EV_P;
2566 ECB_MEMORY_FENCE_ACQUIRE; 2723 ECB_MEMORY_FENCE_ACQUIRE;
2567 EV_A = signals [signum - 1].loop; 2724 EV_A = signals [signum - 1].loop;
2582#endif 2739#endif
2583 2740
2584 ev_feed_signal (signum); 2741 ev_feed_signal (signum);
2585} 2742}
2586 2743
2587noinline 2744ecb_noinline
2588void 2745void
2589ev_feed_signal_event (EV_P_ int signum) EV_THROW 2746ev_feed_signal_event (EV_P_ int signum) EV_NOEXCEPT
2590{ 2747{
2591 WL w; 2748 WL w;
2592 2749
2593 if (expect_false (signum <= 0 || signum >= EV_NSIG)) 2750 if (ecb_expect_false (signum <= 0 || signum >= EV_NSIG))
2594 return; 2751 return;
2595 2752
2596 --signum; 2753 --signum;
2597 2754
2598#if EV_MULTIPLICITY 2755#if EV_MULTIPLICITY
2599 /* it is permissible to try to feed a signal to the wrong loop */ 2756 /* it is permissible to try to feed a signal to the wrong loop */
2600 /* or, likely more useful, feeding a signal nobody is waiting for */ 2757 /* or, likely more useful, feeding a signal nobody is waiting for */
2601 2758
2602 if (expect_false (signals [signum].loop != EV_A)) 2759 if (ecb_expect_false (signals [signum].loop != EV_A))
2603 return; 2760 return;
2604#endif 2761#endif
2605 2762
2606 signals [signum].pending = 0; 2763 signals [signum].pending = 0;
2607 ECB_MEMORY_FENCE_RELEASE; 2764 ECB_MEMORY_FENCE_RELEASE;
2703# include "ev_kqueue.c" 2860# include "ev_kqueue.c"
2704#endif 2861#endif
2705#if EV_USE_EPOLL 2862#if EV_USE_EPOLL
2706# include "ev_epoll.c" 2863# include "ev_epoll.c"
2707#endif 2864#endif
2865#if EV_USE_LINUXAIO
2866# include "ev_linuxaio.c"
2867#endif
2868#if EV_USE_IOURING
2869# include "ev_iouring.c"
2870#endif
2708#if EV_USE_POLL 2871#if EV_USE_POLL
2709# include "ev_poll.c" 2872# include "ev_poll.c"
2710#endif 2873#endif
2711#if EV_USE_SELECT 2874#if EV_USE_SELECT
2712# include "ev_select.c" 2875# include "ev_select.c"
2713#endif 2876#endif
2714 2877
2715ecb_cold int 2878ecb_cold int
2716ev_version_major (void) EV_THROW 2879ev_version_major (void) EV_NOEXCEPT
2717{ 2880{
2718 return EV_VERSION_MAJOR; 2881 return EV_VERSION_MAJOR;
2719} 2882}
2720 2883
2721ecb_cold int 2884ecb_cold int
2722ev_version_minor (void) EV_THROW 2885ev_version_minor (void) EV_NOEXCEPT
2723{ 2886{
2724 return EV_VERSION_MINOR; 2887 return EV_VERSION_MINOR;
2725} 2888}
2726 2889
2727/* return true if we are running with elevated privileges and should ignore env variables */ 2890/* return true if we are running with elevated privileges and should ignore env variables */
2736#endif 2899#endif
2737} 2900}
2738 2901
2739ecb_cold 2902ecb_cold
2740unsigned int 2903unsigned int
2741ev_supported_backends (void) EV_THROW 2904ev_supported_backends (void) EV_NOEXCEPT
2742{ 2905{
2743 unsigned int flags = 0; 2906 unsigned int flags = 0;
2744 2907
2745 if (EV_USE_PORT ) flags |= EVBACKEND_PORT; 2908 if (EV_USE_PORT ) flags |= EVBACKEND_PORT;
2746 if (EV_USE_KQUEUE) flags |= EVBACKEND_KQUEUE; 2909 if (EV_USE_KQUEUE ) flags |= EVBACKEND_KQUEUE;
2747 if (EV_USE_EPOLL ) flags |= EVBACKEND_EPOLL; 2910 if (EV_USE_EPOLL ) flags |= EVBACKEND_EPOLL;
2911 if (EV_USE_LINUXAIO) flags |= EVBACKEND_LINUXAIO;
2912 if (EV_USE_IOURING ) flags |= EVBACKEND_IOURING;
2748 if (EV_USE_POLL ) flags |= EVBACKEND_POLL; 2913 if (EV_USE_POLL ) flags |= EVBACKEND_POLL;
2749 if (EV_USE_SELECT) flags |= EVBACKEND_SELECT; 2914 if (EV_USE_SELECT ) flags |= EVBACKEND_SELECT;
2750 2915
2751 return flags; 2916 return flags;
2752} 2917}
2753 2918
2754ecb_cold 2919ecb_cold
2755unsigned int 2920unsigned int
2756ev_recommended_backends (void) EV_THROW 2921ev_recommended_backends (void) EV_NOEXCEPT
2757{ 2922{
2758 unsigned int flags = ev_supported_backends (); 2923 unsigned int flags = ev_supported_backends ();
2759 2924
2760#ifndef __NetBSD__ 2925#ifndef __NetBSD__
2761 /* kqueue is borked on everything but netbsd apparently */ 2926 /* kqueue is borked on everything but netbsd apparently */
2769#endif 2934#endif
2770#ifdef __FreeBSD__ 2935#ifdef __FreeBSD__
2771 flags &= ~EVBACKEND_POLL; /* poll return value is unusable (http://forums.freebsd.org/archive/index.php/t-10270.html) */ 2936 flags &= ~EVBACKEND_POLL; /* poll return value is unusable (http://forums.freebsd.org/archive/index.php/t-10270.html) */
2772#endif 2937#endif
2773 2938
2939 /* TODO: linuxaio is very experimental */
2940#if !EV_RECOMMEND_LINUXAIO
2941 flags &= ~EVBACKEND_LINUXAIO;
2942#endif
2943 /* TODO: linuxaio is super experimental */
2944#if !EV_RECOMMEND_IOURING
2945 flags &= ~EVBACKEND_IOURING;
2946#endif
2947
2774 return flags; 2948 return flags;
2775} 2949}
2776 2950
2777ecb_cold 2951ecb_cold
2778unsigned int 2952unsigned int
2779ev_embeddable_backends (void) EV_THROW 2953ev_embeddable_backends (void) EV_NOEXCEPT
2780{ 2954{
2781 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT; 2955 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT;
2782 2956
2783 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */ 2957 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
2784 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */ 2958 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */
2785 flags &= ~EVBACKEND_EPOLL; 2959 flags &= ~EVBACKEND_EPOLL;
2786 2960
2961 /* EVBACKEND_LINUXAIO is theoretically embeddable, but suffers from a performance overhead */
2962
2963 /* EVBACKEND_IOURING is practically embeddable, but the current implementation is not
2964 * because our backend_fd is the epoll fd we need as fallback.
2965 * if the kernel ever is fixed, this might change...
2966 */
2967
2787 return flags; 2968 return flags;
2788} 2969}
2789 2970
2790unsigned int 2971unsigned int
2791ev_backend (EV_P) EV_THROW 2972ev_backend (EV_P) EV_NOEXCEPT
2792{ 2973{
2793 return backend; 2974 return backend;
2794} 2975}
2795 2976
2796#if EV_FEATURE_API 2977#if EV_FEATURE_API
2797unsigned int 2978unsigned int
2798ev_iteration (EV_P) EV_THROW 2979ev_iteration (EV_P) EV_NOEXCEPT
2799{ 2980{
2800 return loop_count; 2981 return loop_count;
2801} 2982}
2802 2983
2803unsigned int 2984unsigned int
2804ev_depth (EV_P) EV_THROW 2985ev_depth (EV_P) EV_NOEXCEPT
2805{ 2986{
2806 return loop_depth; 2987 return loop_depth;
2807} 2988}
2808 2989
2809void 2990void
2810ev_set_io_collect_interval (EV_P_ ev_tstamp interval) EV_THROW 2991ev_set_io_collect_interval (EV_P_ ev_tstamp interval) EV_NOEXCEPT
2811{ 2992{
2812 io_blocktime = interval; 2993 io_blocktime = interval;
2813} 2994}
2814 2995
2815void 2996void
2816ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) EV_THROW 2997ev_set_timeout_collect_interval (EV_P_ ev_tstamp interval) EV_NOEXCEPT
2817{ 2998{
2818 timeout_blocktime = interval; 2999 timeout_blocktime = interval;
2819} 3000}
2820 3001
2821void 3002void
2822ev_set_userdata (EV_P_ void *data) EV_THROW 3003ev_set_userdata (EV_P_ void *data) EV_NOEXCEPT
2823{ 3004{
2824 userdata = data; 3005 userdata = data;
2825} 3006}
2826 3007
2827void * 3008void *
2828ev_userdata (EV_P) EV_THROW 3009ev_userdata (EV_P) EV_NOEXCEPT
2829{ 3010{
2830 return userdata; 3011 return userdata;
2831} 3012}
2832 3013
2833void 3014void
2834ev_set_invoke_pending_cb (EV_P_ ev_loop_callback invoke_pending_cb) EV_THROW 3015ev_set_invoke_pending_cb (EV_P_ ev_loop_callback invoke_pending_cb) EV_NOEXCEPT
2835{ 3016{
2836 invoke_cb = invoke_pending_cb; 3017 invoke_cb = invoke_pending_cb;
2837} 3018}
2838 3019
2839void 3020void
2840ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_THROW, void (*acquire)(EV_P) EV_THROW) EV_THROW 3021ev_set_loop_release_cb (EV_P_ void (*release)(EV_P) EV_NOEXCEPT, void (*acquire)(EV_P) EV_NOEXCEPT) EV_NOEXCEPT
2841{ 3022{
2842 release_cb = release; 3023 release_cb = release;
2843 acquire_cb = acquire; 3024 acquire_cb = acquire;
2844} 3025}
2845#endif 3026#endif
2846 3027
2847/* initialise a loop structure, must be zero-initialised */ 3028/* initialise a loop structure, must be zero-initialised */
2848noinline ecb_cold 3029ecb_noinline ecb_cold
2849static void 3030static void
2850loop_init (EV_P_ unsigned int flags) EV_THROW 3031loop_init (EV_P_ unsigned int flags) EV_NOEXCEPT
2851{ 3032{
2852 if (!backend) 3033 if (!backend)
2853 { 3034 {
2854 origflags = flags; 3035 origflags = flags;
2855 3036
2913 3094
2914 if (!(flags & EVBACKEND_MASK)) 3095 if (!(flags & EVBACKEND_MASK))
2915 flags |= ev_recommended_backends (); 3096 flags |= ev_recommended_backends ();
2916 3097
2917#if EV_USE_IOCP 3098#if EV_USE_IOCP
2918 if (!backend && (flags & EVBACKEND_IOCP )) backend = iocp_init (EV_A_ flags); 3099 if (!backend && (flags & EVBACKEND_IOCP )) backend = iocp_init (EV_A_ flags);
2919#endif 3100#endif
2920#if EV_USE_PORT 3101#if EV_USE_PORT
2921 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags); 3102 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags);
2922#endif 3103#endif
2923#if EV_USE_KQUEUE 3104#if EV_USE_KQUEUE
2924 if (!backend && (flags & EVBACKEND_KQUEUE)) backend = kqueue_init (EV_A_ flags); 3105 if (!backend && (flags & EVBACKEND_KQUEUE )) backend = kqueue_init (EV_A_ flags);
3106#endif
3107#if EV_USE_IOURING
3108 if (!backend && (flags & EVBACKEND_IOURING )) backend = iouring_init (EV_A_ flags);
3109#endif
3110#if EV_USE_LINUXAIO
3111 if (!backend && (flags & EVBACKEND_LINUXAIO)) backend = linuxaio_init (EV_A_ flags);
2925#endif 3112#endif
2926#if EV_USE_EPOLL 3113#if EV_USE_EPOLL
2927 if (!backend && (flags & EVBACKEND_EPOLL )) backend = epoll_init (EV_A_ flags); 3114 if (!backend && (flags & EVBACKEND_EPOLL )) backend = epoll_init (EV_A_ flags);
2928#endif 3115#endif
2929#if EV_USE_POLL 3116#if EV_USE_POLL
2930 if (!backend && (flags & EVBACKEND_POLL )) backend = poll_init (EV_A_ flags); 3117 if (!backend && (flags & EVBACKEND_POLL )) backend = poll_init (EV_A_ flags);
2931#endif 3118#endif
2932#if EV_USE_SELECT 3119#if EV_USE_SELECT
2933 if (!backend && (flags & EVBACKEND_SELECT)) backend = select_init (EV_A_ flags); 3120 if (!backend && (flags & EVBACKEND_SELECT )) backend = select_init (EV_A_ flags);
2934#endif 3121#endif
2935 3122
2936 ev_prepare_init (&pending_w, pendingcb); 3123 ev_prepare_init (&pending_w, pendingcb);
2937 3124
2938#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE 3125#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2955 return; 3142 return;
2956#endif 3143#endif
2957 3144
2958#if EV_CLEANUP_ENABLE 3145#if EV_CLEANUP_ENABLE
2959 /* queue cleanup watchers (and execute them) */ 3146 /* queue cleanup watchers (and execute them) */
2960 if (expect_false (cleanupcnt)) 3147 if (ecb_expect_false (cleanupcnt))
2961 { 3148 {
2962 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP); 3149 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP);
2963 EV_INVOKE_PENDING; 3150 EV_INVOKE_PENDING;
2964 } 3151 }
2965#endif 3152#endif
2993 3180
2994 if (backend_fd >= 0) 3181 if (backend_fd >= 0)
2995 close (backend_fd); 3182 close (backend_fd);
2996 3183
2997#if EV_USE_IOCP 3184#if EV_USE_IOCP
2998 if (backend == EVBACKEND_IOCP ) iocp_destroy (EV_A); 3185 if (backend == EVBACKEND_IOCP ) iocp_destroy (EV_A);
2999#endif 3186#endif
3000#if EV_USE_PORT 3187#if EV_USE_PORT
3001 if (backend == EVBACKEND_PORT ) port_destroy (EV_A); 3188 if (backend == EVBACKEND_PORT ) port_destroy (EV_A);
3002#endif 3189#endif
3003#if EV_USE_KQUEUE 3190#if EV_USE_KQUEUE
3004 if (backend == EVBACKEND_KQUEUE) kqueue_destroy (EV_A); 3191 if (backend == EVBACKEND_KQUEUE ) kqueue_destroy (EV_A);
3192#endif
3193#if EV_USE_IOURING
3194 if (backend == EVBACKEND_IOURING ) iouring_destroy (EV_A);
3195#endif
3196#if EV_USE_LINUXAIO
3197 if (backend == EVBACKEND_LINUXAIO) linuxaio_destroy (EV_A);
3005#endif 3198#endif
3006#if EV_USE_EPOLL 3199#if EV_USE_EPOLL
3007 if (backend == EVBACKEND_EPOLL ) epoll_destroy (EV_A); 3200 if (backend == EVBACKEND_EPOLL ) epoll_destroy (EV_A);
3008#endif 3201#endif
3009#if EV_USE_POLL 3202#if EV_USE_POLL
3010 if (backend == EVBACKEND_POLL ) poll_destroy (EV_A); 3203 if (backend == EVBACKEND_POLL ) poll_destroy (EV_A);
3011#endif 3204#endif
3012#if EV_USE_SELECT 3205#if EV_USE_SELECT
3013 if (backend == EVBACKEND_SELECT) select_destroy (EV_A); 3206 if (backend == EVBACKEND_SELECT ) select_destroy (EV_A);
3014#endif 3207#endif
3015 3208
3016 for (i = NUMPRI; i--; ) 3209 for (i = NUMPRI; i--; )
3017 { 3210 {
3018 array_free (pending, [i]); 3211 array_free (pending, [i]);
3060 3253
3061inline_size void 3254inline_size void
3062loop_fork (EV_P) 3255loop_fork (EV_P)
3063{ 3256{
3064#if EV_USE_PORT 3257#if EV_USE_PORT
3065 if (backend == EVBACKEND_PORT ) port_fork (EV_A); 3258 if (backend == EVBACKEND_PORT ) port_fork (EV_A);
3066#endif 3259#endif
3067#if EV_USE_KQUEUE 3260#if EV_USE_KQUEUE
3068 if (backend == EVBACKEND_KQUEUE) kqueue_fork (EV_A); 3261 if (backend == EVBACKEND_KQUEUE ) kqueue_fork (EV_A);
3262#endif
3263#if EV_USE_IOURING
3264 if (backend == EVBACKEND_IOURING ) iouring_fork (EV_A);
3265#endif
3266#if EV_USE_LINUXAIO
3267 if (backend == EVBACKEND_LINUXAIO) linuxaio_fork (EV_A);
3069#endif 3268#endif
3070#if EV_USE_EPOLL 3269#if EV_USE_EPOLL
3071 if (backend == EVBACKEND_EPOLL ) epoll_fork (EV_A); 3270 if (backend == EVBACKEND_EPOLL ) epoll_fork (EV_A);
3072#endif 3271#endif
3073#if EV_USE_INOTIFY 3272#if EV_USE_INOTIFY
3074 infy_fork (EV_A); 3273 infy_fork (EV_A);
3075#endif 3274#endif
3076 3275
3096 3295
3097#if EV_MULTIPLICITY 3296#if EV_MULTIPLICITY
3098 3297
3099ecb_cold 3298ecb_cold
3100struct ev_loop * 3299struct ev_loop *
3101ev_loop_new (unsigned int flags) EV_THROW 3300ev_loop_new (unsigned int flags) EV_NOEXCEPT
3102{ 3301{
3103 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop)); 3302 EV_P = (struct ev_loop *)ev_malloc (sizeof (struct ev_loop));
3104 3303
3105 memset (EV_A, 0, sizeof (struct ev_loop)); 3304 memset (EV_A, 0, sizeof (struct ev_loop));
3106 loop_init (EV_A_ flags); 3305 loop_init (EV_A_ flags);
3113} 3312}
3114 3313
3115#endif /* multiplicity */ 3314#endif /* multiplicity */
3116 3315
3117#if EV_VERIFY 3316#if EV_VERIFY
3118noinline ecb_cold 3317ecb_noinline ecb_cold
3119static void 3318static void
3120verify_watcher (EV_P_ W w) 3319verify_watcher (EV_P_ W w)
3121{ 3320{
3122 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI)); 3321 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
3123 3322
3124 if (w->pending) 3323 if (w->pending)
3125 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w)); 3324 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
3126} 3325}
3127 3326
3128noinline ecb_cold 3327ecb_noinline ecb_cold
3129static void 3328static void
3130verify_heap (EV_P_ ANHE *heap, int N) 3329verify_heap (EV_P_ ANHE *heap, int N)
3131{ 3330{
3132 int i; 3331 int i;
3133 3332
3139 3338
3140 verify_watcher (EV_A_ (W)ANHE_w (heap [i])); 3339 verify_watcher (EV_A_ (W)ANHE_w (heap [i]));
3141 } 3340 }
3142} 3341}
3143 3342
3144noinline ecb_cold 3343ecb_noinline ecb_cold
3145static void 3344static void
3146array_verify (EV_P_ W *ws, int cnt) 3345array_verify (EV_P_ W *ws, int cnt)
3147{ 3346{
3148 while (cnt--) 3347 while (cnt--)
3149 { 3348 {
3153} 3352}
3154#endif 3353#endif
3155 3354
3156#if EV_FEATURE_API 3355#if EV_FEATURE_API
3157void ecb_cold 3356void ecb_cold
3158ev_verify (EV_P) EV_THROW 3357ev_verify (EV_P) EV_NOEXCEPT
3159{ 3358{
3160#if EV_VERIFY 3359#if EV_VERIFY
3161 int i; 3360 int i;
3162 WL w, w2; 3361 WL w, w2;
3163 3362
3244ecb_cold 3443ecb_cold
3245struct ev_loop * 3444struct ev_loop *
3246#else 3445#else
3247int 3446int
3248#endif 3447#endif
3249ev_default_loop (unsigned int flags) EV_THROW 3448ev_default_loop (unsigned int flags) EV_NOEXCEPT
3250{ 3449{
3251 if (!ev_default_loop_ptr) 3450 if (!ev_default_loop_ptr)
3252 { 3451 {
3253#if EV_MULTIPLICITY 3452#if EV_MULTIPLICITY
3254 EV_P = ev_default_loop_ptr = &default_loop_struct; 3453 EV_P = ev_default_loop_ptr = &default_loop_struct;
3273 3472
3274 return ev_default_loop_ptr; 3473 return ev_default_loop_ptr;
3275} 3474}
3276 3475
3277void 3476void
3278ev_loop_fork (EV_P) EV_THROW 3477ev_loop_fork (EV_P) EV_NOEXCEPT
3279{ 3478{
3280 postfork = 1; 3479 postfork = 1;
3281} 3480}
3282 3481
3283/*****************************************************************************/ 3482/*****************************************************************************/
3287{ 3486{
3288 EV_CB_INVOKE ((W)w, revents); 3487 EV_CB_INVOKE ((W)w, revents);
3289} 3488}
3290 3489
3291unsigned int 3490unsigned int
3292ev_pending_count (EV_P) EV_THROW 3491ev_pending_count (EV_P) EV_NOEXCEPT
3293{ 3492{
3294 int pri; 3493 int pri;
3295 unsigned int count = 0; 3494 unsigned int count = 0;
3296 3495
3297 for (pri = NUMPRI; pri--; ) 3496 for (pri = NUMPRI; pri--; )
3298 count += pendingcnt [pri]; 3497 count += pendingcnt [pri];
3299 3498
3300 return count; 3499 return count;
3301} 3500}
3302 3501
3303noinline 3502ecb_noinline
3304void 3503void
3305ev_invoke_pending (EV_P) 3504ev_invoke_pending (EV_P)
3306{ 3505{
3307 pendingpri = NUMPRI; 3506 pendingpri = NUMPRI;
3308 3507
3309 while (pendingpri) /* pendingpri possibly gets modified in the inner loop */ 3508 do
3310 { 3509 {
3311 --pendingpri; 3510 --pendingpri;
3312 3511
3512 /* pendingpri possibly gets modified in the inner loop */
3313 while (pendingcnt [pendingpri]) 3513 while (pendingcnt [pendingpri])
3314 { 3514 {
3315 ANPENDING *p = pendings [pendingpri] + --pendingcnt [pendingpri]; 3515 ANPENDING *p = pendings [pendingpri] + --pendingcnt [pendingpri];
3316 3516
3317 p->w->pending = 0; 3517 p->w->pending = 0;
3318 EV_CB_INVOKE (p->w, p->events); 3518 EV_CB_INVOKE (p->w, p->events);
3319 EV_FREQUENT_CHECK; 3519 EV_FREQUENT_CHECK;
3320 } 3520 }
3321 } 3521 }
3522 while (pendingpri);
3322} 3523}
3323 3524
3324#if EV_IDLE_ENABLE 3525#if EV_IDLE_ENABLE
3325/* make idle watchers pending. this handles the "call-idle */ 3526/* make idle watchers pending. this handles the "call-idle */
3326/* only when higher priorities are idle" logic */ 3527/* only when higher priorities are idle" logic */
3327inline_size void 3528inline_size void
3328idle_reify (EV_P) 3529idle_reify (EV_P)
3329{ 3530{
3330 if (expect_false (idleall)) 3531 if (ecb_expect_false (idleall))
3331 { 3532 {
3332 int pri; 3533 int pri;
3333 3534
3334 for (pri = NUMPRI; pri--; ) 3535 for (pri = NUMPRI; pri--; )
3335 { 3536 {
3365 { 3566 {
3366 ev_at (w) += w->repeat; 3567 ev_at (w) += w->repeat;
3367 if (ev_at (w) < mn_now) 3568 if (ev_at (w) < mn_now)
3368 ev_at (w) = mn_now; 3569 ev_at (w) = mn_now;
3369 3570
3370 assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > 0.)); 3571 assert (("libev: negative ev_timer repeat value found while processing timers", w->repeat > EV_TS_CONST (0.)));
3371 3572
3372 ANHE_at_cache (timers [HEAP0]); 3573 ANHE_at_cache (timers [HEAP0]);
3373 downheap (timers, timercnt, HEAP0); 3574 downheap (timers, timercnt, HEAP0);
3374 } 3575 }
3375 else 3576 else
3384 } 3585 }
3385} 3586}
3386 3587
3387#if EV_PERIODIC_ENABLE 3588#if EV_PERIODIC_ENABLE
3388 3589
3389noinline 3590ecb_noinline
3390static void 3591static void
3391periodic_recalc (EV_P_ ev_periodic *w) 3592periodic_recalc (EV_P_ ev_periodic *w)
3392{ 3593{
3393 ev_tstamp interval = w->interval > MIN_INTERVAL ? w->interval : MIN_INTERVAL; 3594 ev_tstamp interval = w->interval > MIN_INTERVAL ? w->interval : MIN_INTERVAL;
3394 ev_tstamp at = w->offset + interval * ev_floor ((ev_rt_now - w->offset) / interval); 3595 ev_tstamp at = w->offset + interval * ev_floor ((ev_rt_now - w->offset) / interval);
3397 while (at <= ev_rt_now) 3598 while (at <= ev_rt_now)
3398 { 3599 {
3399 ev_tstamp nat = at + w->interval; 3600 ev_tstamp nat = at + w->interval;
3400 3601
3401 /* when resolution fails us, we use ev_rt_now */ 3602 /* when resolution fails us, we use ev_rt_now */
3402 if (expect_false (nat == at)) 3603 if (ecb_expect_false (nat == at))
3403 { 3604 {
3404 at = ev_rt_now; 3605 at = ev_rt_now;
3405 break; 3606 break;
3406 } 3607 }
3407 3608
3453 } 3654 }
3454} 3655}
3455 3656
3456/* simply recalculate all periodics */ 3657/* simply recalculate all periodics */
3457/* TODO: maybe ensure that at least one event happens when jumping forward? */ 3658/* TODO: maybe ensure that at least one event happens when jumping forward? */
3458noinline ecb_cold 3659ecb_noinline ecb_cold
3459static void 3660static void
3460periodics_reschedule (EV_P) 3661periodics_reschedule (EV_P)
3461{ 3662{
3462 int i; 3663 int i;
3463 3664
3477 reheap (periodics, periodiccnt); 3678 reheap (periodics, periodiccnt);
3478} 3679}
3479#endif 3680#endif
3480 3681
3481/* adjust all timers by a given offset */ 3682/* adjust all timers by a given offset */
3482noinline ecb_cold 3683ecb_noinline ecb_cold
3483static void 3684static void
3484timers_reschedule (EV_P_ ev_tstamp adjust) 3685timers_reschedule (EV_P_ ev_tstamp adjust)
3485{ 3686{
3486 int i; 3687 int i;
3487 3688
3497/* also detect if there was a timejump, and act accordingly */ 3698/* also detect if there was a timejump, and act accordingly */
3498inline_speed void 3699inline_speed void
3499time_update (EV_P_ ev_tstamp max_block) 3700time_update (EV_P_ ev_tstamp max_block)
3500{ 3701{
3501#if EV_USE_MONOTONIC 3702#if EV_USE_MONOTONIC
3502 if (expect_true (have_monotonic)) 3703 if (ecb_expect_true (have_monotonic))
3503 { 3704 {
3504 int i; 3705 int i;
3505 ev_tstamp odiff = rtmn_diff; 3706 ev_tstamp odiff = rtmn_diff;
3506 3707
3507 mn_now = get_clock (); 3708 mn_now = get_clock ();
3508 3709
3509 /* only fetch the realtime clock every 0.5*MIN_TIMEJUMP seconds */ 3710 /* only fetch the realtime clock every 0.5*MIN_TIMEJUMP seconds */
3510 /* interpolate in the meantime */ 3711 /* interpolate in the meantime */
3511 if (expect_true (mn_now - now_floor < MIN_TIMEJUMP * .5)) 3712 if (ecb_expect_true (mn_now - now_floor < EV_TS_CONST (MIN_TIMEJUMP * .5)))
3512 { 3713 {
3513 ev_rt_now = rtmn_diff + mn_now; 3714 ev_rt_now = rtmn_diff + mn_now;
3514 return; 3715 return;
3515 } 3716 }
3516 3717
3530 ev_tstamp diff; 3731 ev_tstamp diff;
3531 rtmn_diff = ev_rt_now - mn_now; 3732 rtmn_diff = ev_rt_now - mn_now;
3532 3733
3533 diff = odiff - rtmn_diff; 3734 diff = odiff - rtmn_diff;
3534 3735
3535 if (expect_true ((diff < 0. ? -diff : diff) < MIN_TIMEJUMP)) 3736 if (ecb_expect_true ((diff < EV_TS_CONST (0.) ? -diff : diff) < EV_TS_CONST (MIN_TIMEJUMP)))
3536 return; /* all is well */ 3737 return; /* all is well */
3537 3738
3538 ev_rt_now = ev_time (); 3739 ev_rt_now = ev_time ();
3539 mn_now = get_clock (); 3740 mn_now = get_clock ();
3540 now_floor = mn_now; 3741 now_floor = mn_now;
3549 else 3750 else
3550#endif 3751#endif
3551 { 3752 {
3552 ev_rt_now = ev_time (); 3753 ev_rt_now = ev_time ();
3553 3754
3554 if (expect_false (mn_now > ev_rt_now || ev_rt_now > mn_now + max_block + MIN_TIMEJUMP)) 3755 if (ecb_expect_false (mn_now > ev_rt_now || ev_rt_now > mn_now + max_block + EV_TS_CONST (MIN_TIMEJUMP)))
3555 { 3756 {
3556 /* adjust timers. this is easy, as the offset is the same for all of them */ 3757 /* adjust timers. this is easy, as the offset is the same for all of them */
3557 timers_reschedule (EV_A_ ev_rt_now - mn_now); 3758 timers_reschedule (EV_A_ ev_rt_now - mn_now);
3558#if EV_PERIODIC_ENABLE 3759#if EV_PERIODIC_ENABLE
3559 periodics_reschedule (EV_A); 3760 periodics_reschedule (EV_A);
3582#if EV_VERIFY >= 2 3783#if EV_VERIFY >= 2
3583 ev_verify (EV_A); 3784 ev_verify (EV_A);
3584#endif 3785#endif
3585 3786
3586#ifndef _WIN32 3787#ifndef _WIN32
3587 if (expect_false (curpid)) /* penalise the forking check even more */ 3788 if (ecb_expect_false (curpid)) /* penalise the forking check even more */
3588 if (expect_false (getpid () != curpid)) 3789 if (ecb_expect_false (getpid () != curpid))
3589 { 3790 {
3590 curpid = getpid (); 3791 curpid = getpid ();
3591 postfork = 1; 3792 postfork = 1;
3592 } 3793 }
3593#endif 3794#endif
3594 3795
3595#if EV_FORK_ENABLE 3796#if EV_FORK_ENABLE
3596 /* we might have forked, so queue fork handlers */ 3797 /* we might have forked, so queue fork handlers */
3597 if (expect_false (postfork)) 3798 if (ecb_expect_false (postfork))
3598 if (forkcnt) 3799 if (forkcnt)
3599 { 3800 {
3600 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK); 3801 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK);
3601 EV_INVOKE_PENDING; 3802 EV_INVOKE_PENDING;
3602 } 3803 }
3603#endif 3804#endif
3604 3805
3605#if EV_PREPARE_ENABLE 3806#if EV_PREPARE_ENABLE
3606 /* queue prepare watchers (and execute them) */ 3807 /* queue prepare watchers (and execute them) */
3607 if (expect_false (preparecnt)) 3808 if (ecb_expect_false (preparecnt))
3608 { 3809 {
3609 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE); 3810 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE);
3610 EV_INVOKE_PENDING; 3811 EV_INVOKE_PENDING;
3611 } 3812 }
3612#endif 3813#endif
3613 3814
3614 if (expect_false (loop_done)) 3815 if (ecb_expect_false (loop_done))
3615 break; 3816 break;
3616 3817
3617 /* we might have forked, so reify kernel state if necessary */ 3818 /* we might have forked, so reify kernel state if necessary */
3618 if (expect_false (postfork)) 3819 if (ecb_expect_false (postfork))
3619 loop_fork (EV_A); 3820 loop_fork (EV_A);
3620 3821
3621 /* update fd-related kernel structures */ 3822 /* update fd-related kernel structures */
3622 fd_reify (EV_A); 3823 fd_reify (EV_A);
3623 3824
3628 3829
3629 /* remember old timestamp for io_blocktime calculation */ 3830 /* remember old timestamp for io_blocktime calculation */
3630 ev_tstamp prev_mn_now = mn_now; 3831 ev_tstamp prev_mn_now = mn_now;
3631 3832
3632 /* update time to cancel out callback processing overhead */ 3833 /* update time to cancel out callback processing overhead */
3633 time_update (EV_A_ 1e100); 3834 time_update (EV_A_ EV_TS_CONST (EV_TSTAMP_HUGE));
3634 3835
3635 /* from now on, we want a pipe-wake-up */ 3836 /* from now on, we want a pipe-wake-up */
3636 pipe_write_wanted = 1; 3837 pipe_write_wanted = 1;
3637 3838
3638 ECB_MEMORY_FENCE; /* make sure pipe_write_wanted is visible before we check for potential skips */ 3839 ECB_MEMORY_FENCE; /* make sure pipe_write_wanted is visible before we check for potential skips */
3639 3840
3640 if (expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped))) 3841 if (ecb_expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped)))
3641 { 3842 {
3642 waittime = MAX_BLOCKTIME; 3843 waittime = EV_TS_CONST (MAX_BLOCKTIME);
3643 3844
3644 if (timercnt) 3845 if (timercnt)
3645 { 3846 {
3646 ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now; 3847 ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now;
3647 if (waittime > to) waittime = to; 3848 if (waittime > to) waittime = to;
3654 if (waittime > to) waittime = to; 3855 if (waittime > to) waittime = to;
3655 } 3856 }
3656#endif 3857#endif
3657 3858
3658 /* don't let timeouts decrease the waittime below timeout_blocktime */ 3859 /* don't let timeouts decrease the waittime below timeout_blocktime */
3659 if (expect_false (waittime < timeout_blocktime)) 3860 if (ecb_expect_false (waittime < timeout_blocktime))
3660 waittime = timeout_blocktime; 3861 waittime = timeout_blocktime;
3661 3862
3662 /* at this point, we NEED to wait, so we have to ensure */ 3863 /* at this point, we NEED to wait, so we have to ensure */
3663 /* to pass a minimum nonzero value to the backend */ 3864 /* to pass a minimum nonzero value to the backend */
3664 if (expect_false (waittime < backend_mintime)) 3865 if (ecb_expect_false (waittime < backend_mintime))
3665 waittime = backend_mintime; 3866 waittime = backend_mintime;
3666 3867
3667 /* extra check because io_blocktime is commonly 0 */ 3868 /* extra check because io_blocktime is commonly 0 */
3668 if (expect_false (io_blocktime)) 3869 if (ecb_expect_false (io_blocktime))
3669 { 3870 {
3670 sleeptime = io_blocktime - (mn_now - prev_mn_now); 3871 sleeptime = io_blocktime - (mn_now - prev_mn_now);
3671 3872
3672 if (sleeptime > waittime - backend_mintime) 3873 if (sleeptime > waittime - backend_mintime)
3673 sleeptime = waittime - backend_mintime; 3874 sleeptime = waittime - backend_mintime;
3674 3875
3675 if (expect_true (sleeptime > 0.)) 3876 if (ecb_expect_true (sleeptime > EV_TS_CONST (0.)))
3676 { 3877 {
3677 ev_sleep (sleeptime); 3878 ev_sleep (sleeptime);
3678 waittime -= sleeptime; 3879 waittime -= sleeptime;
3679 } 3880 }
3680 } 3881 }
3694 { 3895 {
3695 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); 3896 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
3696 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3897 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
3697 } 3898 }
3698 3899
3699
3700 /* update ev_rt_now, do magic */ 3900 /* update ev_rt_now, do magic */
3701 time_update (EV_A_ waittime + sleeptime); 3901 time_update (EV_A_ waittime + sleeptime);
3702 } 3902 }
3703 3903
3704 /* queue pending timers and reschedule them */ 3904 /* queue pending timers and reschedule them */
3712 idle_reify (EV_A); 3912 idle_reify (EV_A);
3713#endif 3913#endif
3714 3914
3715#if EV_CHECK_ENABLE 3915#if EV_CHECK_ENABLE
3716 /* queue check watchers, to be executed first */ 3916 /* queue check watchers, to be executed first */
3717 if (expect_false (checkcnt)) 3917 if (ecb_expect_false (checkcnt))
3718 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK); 3918 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK);
3719#endif 3919#endif
3720 3920
3721 EV_INVOKE_PENDING; 3921 EV_INVOKE_PENDING;
3722 } 3922 }
3723 while (expect_true ( 3923 while (ecb_expect_true (
3724 activecnt 3924 activecnt
3725 && !loop_done 3925 && !loop_done
3726 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT)) 3926 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT))
3727 )); 3927 ));
3728 3928
3735 3935
3736 return activecnt; 3936 return activecnt;
3737} 3937}
3738 3938
3739void 3939void
3740ev_break (EV_P_ int how) EV_THROW 3940ev_break (EV_P_ int how) EV_NOEXCEPT
3741{ 3941{
3742 loop_done = how; 3942 loop_done = how;
3743} 3943}
3744 3944
3745void 3945void
3746ev_ref (EV_P) EV_THROW 3946ev_ref (EV_P) EV_NOEXCEPT
3747{ 3947{
3748 ++activecnt; 3948 ++activecnt;
3749} 3949}
3750 3950
3751void 3951void
3752ev_unref (EV_P) EV_THROW 3952ev_unref (EV_P) EV_NOEXCEPT
3753{ 3953{
3754 --activecnt; 3954 --activecnt;
3755} 3955}
3756 3956
3757void 3957void
3758ev_now_update (EV_P) EV_THROW 3958ev_now_update (EV_P) EV_NOEXCEPT
3759{ 3959{
3760 time_update (EV_A_ 1e100); 3960 time_update (EV_A_ EV_TSTAMP_HUGE);
3761} 3961}
3762 3962
3763void 3963void
3764ev_suspend (EV_P) EV_THROW 3964ev_suspend (EV_P) EV_NOEXCEPT
3765{ 3965{
3766 ev_now_update (EV_A); 3966 ev_now_update (EV_A);
3767} 3967}
3768 3968
3769void 3969void
3770ev_resume (EV_P) EV_THROW 3970ev_resume (EV_P) EV_NOEXCEPT
3771{ 3971{
3772 ev_tstamp mn_prev = mn_now; 3972 ev_tstamp mn_prev = mn_now;
3773 3973
3774 ev_now_update (EV_A); 3974 ev_now_update (EV_A);
3775 timers_reschedule (EV_A_ mn_now - mn_prev); 3975 timers_reschedule (EV_A_ mn_now - mn_prev);
3792inline_size void 3992inline_size void
3793wlist_del (WL *head, WL elem) 3993wlist_del (WL *head, WL elem)
3794{ 3994{
3795 while (*head) 3995 while (*head)
3796 { 3996 {
3797 if (expect_true (*head == elem)) 3997 if (ecb_expect_true (*head == elem))
3798 { 3998 {
3799 *head = elem->next; 3999 *head = elem->next;
3800 break; 4000 break;
3801 } 4001 }
3802 4002
3814 w->pending = 0; 4014 w->pending = 0;
3815 } 4015 }
3816} 4016}
3817 4017
3818int 4018int
3819ev_clear_pending (EV_P_ void *w) EV_THROW 4019ev_clear_pending (EV_P_ void *w) EV_NOEXCEPT
3820{ 4020{
3821 W w_ = (W)w; 4021 W w_ = (W)w;
3822 int pending = w_->pending; 4022 int pending = w_->pending;
3823 4023
3824 if (expect_true (pending)) 4024 if (ecb_expect_true (pending))
3825 { 4025 {
3826 ANPENDING *p = pendings [ABSPRI (w_)] + pending - 1; 4026 ANPENDING *p = pendings [ABSPRI (w_)] + pending - 1;
3827 p->w = (W)&pending_w; 4027 p->w = (W)&pending_w;
3828 w_->pending = 0; 4028 w_->pending = 0;
3829 return p->events; 4029 return p->events;
3856 w->active = 0; 4056 w->active = 0;
3857} 4057}
3858 4058
3859/*****************************************************************************/ 4059/*****************************************************************************/
3860 4060
3861noinline 4061ecb_noinline
3862void 4062void
3863ev_io_start (EV_P_ ev_io *w) EV_THROW 4063ev_io_start (EV_P_ ev_io *w) EV_NOEXCEPT
3864{ 4064{
3865 int fd = w->fd; 4065 int fd = w->fd;
3866 4066
3867 if (expect_false (ev_is_active (w))) 4067 if (ecb_expect_false (ev_is_active (w)))
3868 return; 4068 return;
3869 4069
3870 assert (("libev: ev_io_start called with negative fd", fd >= 0)); 4070 assert (("libev: ev_io_start called with negative fd", fd >= 0));
3871 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE)))); 4071 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
3872 4072
4073#if EV_VERIFY >= 2
4074 assert (("libev: ev_io_start called on watcher with invalid fd", fd_valid (fd)));
4075#endif
3873 EV_FREQUENT_CHECK; 4076 EV_FREQUENT_CHECK;
3874 4077
3875 ev_start (EV_A_ (W)w, 1); 4078 ev_start (EV_A_ (W)w, 1);
3876 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_init_zero); 4079 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_needsize_zerofill);
3877 wlist_add (&anfds[fd].head, (WL)w); 4080 wlist_add (&anfds[fd].head, (WL)w);
3878 4081
3879 /* common bug, apparently */ 4082 /* common bug, apparently */
3880 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w)); 4083 assert (("libev: ev_io_start called with corrupted watcher", ((WL)w)->next != (WL)w));
3881 4084
3883 w->events &= ~EV__IOFDSET; 4086 w->events &= ~EV__IOFDSET;
3884 4087
3885 EV_FREQUENT_CHECK; 4088 EV_FREQUENT_CHECK;
3886} 4089}
3887 4090
3888noinline 4091ecb_noinline
3889void 4092void
3890ev_io_stop (EV_P_ ev_io *w) EV_THROW 4093ev_io_stop (EV_P_ ev_io *w) EV_NOEXCEPT
3891{ 4094{
3892 clear_pending (EV_A_ (W)w); 4095 clear_pending (EV_A_ (W)w);
3893 if (expect_false (!ev_is_active (w))) 4096 if (ecb_expect_false (!ev_is_active (w)))
3894 return; 4097 return;
3895 4098
3896 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax)); 4099 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
3897 4100
4101#if EV_VERIFY >= 2
4102 assert (("libev: ev_io_stop called on watcher with invalid fd", fd_valid (w->fd)));
4103#endif
3898 EV_FREQUENT_CHECK; 4104 EV_FREQUENT_CHECK;
3899 4105
3900 wlist_del (&anfds[w->fd].head, (WL)w); 4106 wlist_del (&anfds[w->fd].head, (WL)w);
3901 ev_stop (EV_A_ (W)w); 4107 ev_stop (EV_A_ (W)w);
3902 4108
3903 fd_change (EV_A_ w->fd, EV_ANFD_REIFY); 4109 fd_change (EV_A_ w->fd, EV_ANFD_REIFY);
3904 4110
3905 EV_FREQUENT_CHECK; 4111 EV_FREQUENT_CHECK;
3906} 4112}
3907 4113
3908noinline 4114ecb_noinline
3909void 4115void
3910ev_timer_start (EV_P_ ev_timer *w) EV_THROW 4116ev_timer_start (EV_P_ ev_timer *w) EV_NOEXCEPT
3911{ 4117{
3912 if (expect_false (ev_is_active (w))) 4118 if (ecb_expect_false (ev_is_active (w)))
3913 return; 4119 return;
3914 4120
3915 ev_at (w) += mn_now; 4121 ev_at (w) += mn_now;
3916 4122
3917 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.)); 4123 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
3918 4124
3919 EV_FREQUENT_CHECK; 4125 EV_FREQUENT_CHECK;
3920 4126
3921 ++timercnt; 4127 ++timercnt;
3922 ev_start (EV_A_ (W)w, timercnt + HEAP0 - 1); 4128 ev_start (EV_A_ (W)w, timercnt + HEAP0 - 1);
3923 array_needsize (ANHE, timers, timermax, ev_active (w) + 1, EMPTY2); 4129 array_needsize (ANHE, timers, timermax, ev_active (w) + 1, array_needsize_noinit);
3924 ANHE_w (timers [ev_active (w)]) = (WT)w; 4130 ANHE_w (timers [ev_active (w)]) = (WT)w;
3925 ANHE_at_cache (timers [ev_active (w)]); 4131 ANHE_at_cache (timers [ev_active (w)]);
3926 upheap (timers, ev_active (w)); 4132 upheap (timers, ev_active (w));
3927 4133
3928 EV_FREQUENT_CHECK; 4134 EV_FREQUENT_CHECK;
3929 4135
3930 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/ 4136 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/
3931} 4137}
3932 4138
3933noinline 4139ecb_noinline
3934void 4140void
3935ev_timer_stop (EV_P_ ev_timer *w) EV_THROW 4141ev_timer_stop (EV_P_ ev_timer *w) EV_NOEXCEPT
3936{ 4142{
3937 clear_pending (EV_A_ (W)w); 4143 clear_pending (EV_A_ (W)w);
3938 if (expect_false (!ev_is_active (w))) 4144 if (ecb_expect_false (!ev_is_active (w)))
3939 return; 4145 return;
3940 4146
3941 EV_FREQUENT_CHECK; 4147 EV_FREQUENT_CHECK;
3942 4148
3943 { 4149 {
3945 4151
3946 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w)); 4152 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
3947 4153
3948 --timercnt; 4154 --timercnt;
3949 4155
3950 if (expect_true (active < timercnt + HEAP0)) 4156 if (ecb_expect_true (active < timercnt + HEAP0))
3951 { 4157 {
3952 timers [active] = timers [timercnt + HEAP0]; 4158 timers [active] = timers [timercnt + HEAP0];
3953 adjustheap (timers, timercnt, active); 4159 adjustheap (timers, timercnt, active);
3954 } 4160 }
3955 } 4161 }
3959 ev_stop (EV_A_ (W)w); 4165 ev_stop (EV_A_ (W)w);
3960 4166
3961 EV_FREQUENT_CHECK; 4167 EV_FREQUENT_CHECK;
3962} 4168}
3963 4169
3964noinline 4170ecb_noinline
3965void 4171void
3966ev_timer_again (EV_P_ ev_timer *w) EV_THROW 4172ev_timer_again (EV_P_ ev_timer *w) EV_NOEXCEPT
3967{ 4173{
3968 EV_FREQUENT_CHECK; 4174 EV_FREQUENT_CHECK;
3969 4175
3970 clear_pending (EV_A_ (W)w); 4176 clear_pending (EV_A_ (W)w);
3971 4177
3988 4194
3989 EV_FREQUENT_CHECK; 4195 EV_FREQUENT_CHECK;
3990} 4196}
3991 4197
3992ev_tstamp 4198ev_tstamp
3993ev_timer_remaining (EV_P_ ev_timer *w) EV_THROW 4199ev_timer_remaining (EV_P_ ev_timer *w) EV_NOEXCEPT
3994{ 4200{
3995 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.); 4201 return ev_at (w) - (ev_is_active (w) ? mn_now : EV_TS_CONST (0.));
3996} 4202}
3997 4203
3998#if EV_PERIODIC_ENABLE 4204#if EV_PERIODIC_ENABLE
3999noinline 4205ecb_noinline
4000void 4206void
4001ev_periodic_start (EV_P_ ev_periodic *w) EV_THROW 4207ev_periodic_start (EV_P_ ev_periodic *w) EV_NOEXCEPT
4002{ 4208{
4003 if (expect_false (ev_is_active (w))) 4209 if (ecb_expect_false (ev_is_active (w)))
4004 return; 4210 return;
4005 4211
4006 if (w->reschedule_cb) 4212 if (w->reschedule_cb)
4007 ev_at (w) = w->reschedule_cb (w, ev_rt_now); 4213 ev_at (w) = w->reschedule_cb (w, ev_rt_now);
4008 else if (w->interval) 4214 else if (w->interval)
4015 4221
4016 EV_FREQUENT_CHECK; 4222 EV_FREQUENT_CHECK;
4017 4223
4018 ++periodiccnt; 4224 ++periodiccnt;
4019 ev_start (EV_A_ (W)w, periodiccnt + HEAP0 - 1); 4225 ev_start (EV_A_ (W)w, periodiccnt + HEAP0 - 1);
4020 array_needsize (ANHE, periodics, periodicmax, ev_active (w) + 1, EMPTY2); 4226 array_needsize (ANHE, periodics, periodicmax, ev_active (w) + 1, array_needsize_noinit);
4021 ANHE_w (periodics [ev_active (w)]) = (WT)w; 4227 ANHE_w (periodics [ev_active (w)]) = (WT)w;
4022 ANHE_at_cache (periodics [ev_active (w)]); 4228 ANHE_at_cache (periodics [ev_active (w)]);
4023 upheap (periodics, ev_active (w)); 4229 upheap (periodics, ev_active (w));
4024 4230
4025 EV_FREQUENT_CHECK; 4231 EV_FREQUENT_CHECK;
4026 4232
4027 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/ 4233 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/
4028} 4234}
4029 4235
4030noinline 4236ecb_noinline
4031void 4237void
4032ev_periodic_stop (EV_P_ ev_periodic *w) EV_THROW 4238ev_periodic_stop (EV_P_ ev_periodic *w) EV_NOEXCEPT
4033{ 4239{
4034 clear_pending (EV_A_ (W)w); 4240 clear_pending (EV_A_ (W)w);
4035 if (expect_false (!ev_is_active (w))) 4241 if (ecb_expect_false (!ev_is_active (w)))
4036 return; 4242 return;
4037 4243
4038 EV_FREQUENT_CHECK; 4244 EV_FREQUENT_CHECK;
4039 4245
4040 { 4246 {
4042 4248
4043 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w)); 4249 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
4044 4250
4045 --periodiccnt; 4251 --periodiccnt;
4046 4252
4047 if (expect_true (active < periodiccnt + HEAP0)) 4253 if (ecb_expect_true (active < periodiccnt + HEAP0))
4048 { 4254 {
4049 periodics [active] = periodics [periodiccnt + HEAP0]; 4255 periodics [active] = periodics [periodiccnt + HEAP0];
4050 adjustheap (periodics, periodiccnt, active); 4256 adjustheap (periodics, periodiccnt, active);
4051 } 4257 }
4052 } 4258 }
4054 ev_stop (EV_A_ (W)w); 4260 ev_stop (EV_A_ (W)w);
4055 4261
4056 EV_FREQUENT_CHECK; 4262 EV_FREQUENT_CHECK;
4057} 4263}
4058 4264
4059noinline 4265ecb_noinline
4060void 4266void
4061ev_periodic_again (EV_P_ ev_periodic *w) EV_THROW 4267ev_periodic_again (EV_P_ ev_periodic *w) EV_NOEXCEPT
4062{ 4268{
4063 /* TODO: use adjustheap and recalculation */ 4269 /* TODO: use adjustheap and recalculation */
4064 ev_periodic_stop (EV_A_ w); 4270 ev_periodic_stop (EV_A_ w);
4065 ev_periodic_start (EV_A_ w); 4271 ev_periodic_start (EV_A_ w);
4066} 4272}
4070# define SA_RESTART 0 4276# define SA_RESTART 0
4071#endif 4277#endif
4072 4278
4073#if EV_SIGNAL_ENABLE 4279#if EV_SIGNAL_ENABLE
4074 4280
4075noinline 4281ecb_noinline
4076void 4282void
4077ev_signal_start (EV_P_ ev_signal *w) EV_THROW 4283ev_signal_start (EV_P_ ev_signal *w) EV_NOEXCEPT
4078{ 4284{
4079 if (expect_false (ev_is_active (w))) 4285 if (ecb_expect_false (ev_is_active (w)))
4080 return; 4286 return;
4081 4287
4082 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG)); 4288 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
4083 4289
4084#if EV_MULTIPLICITY 4290#if EV_MULTIPLICITY
4153 } 4359 }
4154 4360
4155 EV_FREQUENT_CHECK; 4361 EV_FREQUENT_CHECK;
4156} 4362}
4157 4363
4158noinline 4364ecb_noinline
4159void 4365void
4160ev_signal_stop (EV_P_ ev_signal *w) EV_THROW 4366ev_signal_stop (EV_P_ ev_signal *w) EV_NOEXCEPT
4161{ 4367{
4162 clear_pending (EV_A_ (W)w); 4368 clear_pending (EV_A_ (W)w);
4163 if (expect_false (!ev_is_active (w))) 4369 if (ecb_expect_false (!ev_is_active (w)))
4164 return; 4370 return;
4165 4371
4166 EV_FREQUENT_CHECK; 4372 EV_FREQUENT_CHECK;
4167 4373
4168 wlist_del (&signals [w->signum - 1].head, (WL)w); 4374 wlist_del (&signals [w->signum - 1].head, (WL)w);
4196#endif 4402#endif
4197 4403
4198#if EV_CHILD_ENABLE 4404#if EV_CHILD_ENABLE
4199 4405
4200void 4406void
4201ev_child_start (EV_P_ ev_child *w) EV_THROW 4407ev_child_start (EV_P_ ev_child *w) EV_NOEXCEPT
4202{ 4408{
4203#if EV_MULTIPLICITY 4409#if EV_MULTIPLICITY
4204 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); 4410 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
4205#endif 4411#endif
4206 if (expect_false (ev_is_active (w))) 4412 if (ecb_expect_false (ev_is_active (w)))
4207 return; 4413 return;
4208 4414
4209 EV_FREQUENT_CHECK; 4415 EV_FREQUENT_CHECK;
4210 4416
4211 ev_start (EV_A_ (W)w, 1); 4417 ev_start (EV_A_ (W)w, 1);
4213 4419
4214 EV_FREQUENT_CHECK; 4420 EV_FREQUENT_CHECK;
4215} 4421}
4216 4422
4217void 4423void
4218ev_child_stop (EV_P_ ev_child *w) EV_THROW 4424ev_child_stop (EV_P_ ev_child *w) EV_NOEXCEPT
4219{ 4425{
4220 clear_pending (EV_A_ (W)w); 4426 clear_pending (EV_A_ (W)w);
4221 if (expect_false (!ev_is_active (w))) 4427 if (ecb_expect_false (!ev_is_active (w)))
4222 return; 4428 return;
4223 4429
4224 EV_FREQUENT_CHECK; 4430 EV_FREQUENT_CHECK;
4225 4431
4226 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); 4432 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w);
4240 4446
4241#define DEF_STAT_INTERVAL 5.0074891 4447#define DEF_STAT_INTERVAL 5.0074891
4242#define NFS_STAT_INTERVAL 30.1074891 /* for filesystems potentially failing inotify */ 4448#define NFS_STAT_INTERVAL 30.1074891 /* for filesystems potentially failing inotify */
4243#define MIN_STAT_INTERVAL 0.1074891 4449#define MIN_STAT_INTERVAL 0.1074891
4244 4450
4245noinline static void stat_timer_cb (EV_P_ ev_timer *w_, int revents); 4451ecb_noinline static void stat_timer_cb (EV_P_ ev_timer *w_, int revents);
4246 4452
4247#if EV_USE_INOTIFY 4453#if EV_USE_INOTIFY
4248 4454
4249/* the * 2 is to allow for alignment padding, which for some reason is >> 8 */ 4455/* the * 2 is to allow for alignment padding, which for some reason is >> 8 */
4250# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX) 4456# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX)
4251 4457
4252noinline 4458ecb_noinline
4253static void 4459static void
4254infy_add (EV_P_ ev_stat *w) 4460infy_add (EV_P_ ev_stat *w)
4255{ 4461{
4256 w->wd = inotify_add_watch (fs_fd, w->path, 4462 w->wd = inotify_add_watch (fs_fd, w->path,
4257 IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY 4463 IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY
4322 if (ev_is_active (&w->timer)) ev_ref (EV_A); 4528 if (ev_is_active (&w->timer)) ev_ref (EV_A);
4323 ev_timer_again (EV_A_ &w->timer); 4529 ev_timer_again (EV_A_ &w->timer);
4324 if (ev_is_active (&w->timer)) ev_unref (EV_A); 4530 if (ev_is_active (&w->timer)) ev_unref (EV_A);
4325} 4531}
4326 4532
4327noinline 4533ecb_noinline
4328static void 4534static void
4329infy_del (EV_P_ ev_stat *w) 4535infy_del (EV_P_ ev_stat *w)
4330{ 4536{
4331 int slot; 4537 int slot;
4332 int wd = w->wd; 4538 int wd = w->wd;
4340 4546
4341 /* remove this watcher, if others are watching it, they will rearm */ 4547 /* remove this watcher, if others are watching it, they will rearm */
4342 inotify_rm_watch (fs_fd, wd); 4548 inotify_rm_watch (fs_fd, wd);
4343} 4549}
4344 4550
4345noinline 4551ecb_noinline
4346static void 4552static void
4347infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev) 4553infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev)
4348{ 4554{
4349 if (slot < 0) 4555 if (slot < 0)
4350 /* overflow, need to check for all hash slots */ 4556 /* overflow, need to check for all hash slots */
4488#else 4694#else
4489# define EV_LSTAT(p,b) lstat (p, b) 4695# define EV_LSTAT(p,b) lstat (p, b)
4490#endif 4696#endif
4491 4697
4492void 4698void
4493ev_stat_stat (EV_P_ ev_stat *w) EV_THROW 4699ev_stat_stat (EV_P_ ev_stat *w) EV_NOEXCEPT
4494{ 4700{
4495 if (lstat (w->path, &w->attr) < 0) 4701 if (lstat (w->path, &w->attr) < 0)
4496 w->attr.st_nlink = 0; 4702 w->attr.st_nlink = 0;
4497 else if (!w->attr.st_nlink) 4703 else if (!w->attr.st_nlink)
4498 w->attr.st_nlink = 1; 4704 w->attr.st_nlink = 1;
4499} 4705}
4500 4706
4501noinline 4707ecb_noinline
4502static void 4708static void
4503stat_timer_cb (EV_P_ ev_timer *w_, int revents) 4709stat_timer_cb (EV_P_ ev_timer *w_, int revents)
4504{ 4710{
4505 ev_stat *w = (ev_stat *)(((char *)w_) - offsetof (ev_stat, timer)); 4711 ev_stat *w = (ev_stat *)(((char *)w_) - offsetof (ev_stat, timer));
4506 4712
4538 ev_feed_event (EV_A_ w, EV_STAT); 4744 ev_feed_event (EV_A_ w, EV_STAT);
4539 } 4745 }
4540} 4746}
4541 4747
4542void 4748void
4543ev_stat_start (EV_P_ ev_stat *w) EV_THROW 4749ev_stat_start (EV_P_ ev_stat *w) EV_NOEXCEPT
4544{ 4750{
4545 if (expect_false (ev_is_active (w))) 4751 if (ecb_expect_false (ev_is_active (w)))
4546 return; 4752 return;
4547 4753
4548 ev_stat_stat (EV_A_ w); 4754 ev_stat_stat (EV_A_ w);
4549 4755
4550 if (w->interval < MIN_STAT_INTERVAL && w->interval) 4756 if (w->interval < MIN_STAT_INTERVAL && w->interval)
4569 4775
4570 EV_FREQUENT_CHECK; 4776 EV_FREQUENT_CHECK;
4571} 4777}
4572 4778
4573void 4779void
4574ev_stat_stop (EV_P_ ev_stat *w) EV_THROW 4780ev_stat_stop (EV_P_ ev_stat *w) EV_NOEXCEPT
4575{ 4781{
4576 clear_pending (EV_A_ (W)w); 4782 clear_pending (EV_A_ (W)w);
4577 if (expect_false (!ev_is_active (w))) 4783 if (ecb_expect_false (!ev_is_active (w)))
4578 return; 4784 return;
4579 4785
4580 EV_FREQUENT_CHECK; 4786 EV_FREQUENT_CHECK;
4581 4787
4582#if EV_USE_INOTIFY 4788#if EV_USE_INOTIFY
4595} 4801}
4596#endif 4802#endif
4597 4803
4598#if EV_IDLE_ENABLE 4804#if EV_IDLE_ENABLE
4599void 4805void
4600ev_idle_start (EV_P_ ev_idle *w) EV_THROW 4806ev_idle_start (EV_P_ ev_idle *w) EV_NOEXCEPT
4601{ 4807{
4602 if (expect_false (ev_is_active (w))) 4808 if (ecb_expect_false (ev_is_active (w)))
4603 return; 4809 return;
4604 4810
4605 pri_adjust (EV_A_ (W)w); 4811 pri_adjust (EV_A_ (W)w);
4606 4812
4607 EV_FREQUENT_CHECK; 4813 EV_FREQUENT_CHECK;
4610 int active = ++idlecnt [ABSPRI (w)]; 4816 int active = ++idlecnt [ABSPRI (w)];
4611 4817
4612 ++idleall; 4818 ++idleall;
4613 ev_start (EV_A_ (W)w, active); 4819 ev_start (EV_A_ (W)w, active);
4614 4820
4615 array_needsize (ev_idle *, idles [ABSPRI (w)], idlemax [ABSPRI (w)], active, EMPTY2); 4821 array_needsize (ev_idle *, idles [ABSPRI (w)], idlemax [ABSPRI (w)], active, array_needsize_noinit);
4616 idles [ABSPRI (w)][active - 1] = w; 4822 idles [ABSPRI (w)][active - 1] = w;
4617 } 4823 }
4618 4824
4619 EV_FREQUENT_CHECK; 4825 EV_FREQUENT_CHECK;
4620} 4826}
4621 4827
4622void 4828void
4623ev_idle_stop (EV_P_ ev_idle *w) EV_THROW 4829ev_idle_stop (EV_P_ ev_idle *w) EV_NOEXCEPT
4624{ 4830{
4625 clear_pending (EV_A_ (W)w); 4831 clear_pending (EV_A_ (W)w);
4626 if (expect_false (!ev_is_active (w))) 4832 if (ecb_expect_false (!ev_is_active (w)))
4627 return; 4833 return;
4628 4834
4629 EV_FREQUENT_CHECK; 4835 EV_FREQUENT_CHECK;
4630 4836
4631 { 4837 {
4642} 4848}
4643#endif 4849#endif
4644 4850
4645#if EV_PREPARE_ENABLE 4851#if EV_PREPARE_ENABLE
4646void 4852void
4647ev_prepare_start (EV_P_ ev_prepare *w) EV_THROW 4853ev_prepare_start (EV_P_ ev_prepare *w) EV_NOEXCEPT
4648{ 4854{
4649 if (expect_false (ev_is_active (w))) 4855 if (ecb_expect_false (ev_is_active (w)))
4650 return; 4856 return;
4651 4857
4652 EV_FREQUENT_CHECK; 4858 EV_FREQUENT_CHECK;
4653 4859
4654 ev_start (EV_A_ (W)w, ++preparecnt); 4860 ev_start (EV_A_ (W)w, ++preparecnt);
4655 array_needsize (ev_prepare *, prepares, preparemax, preparecnt, EMPTY2); 4861 array_needsize (ev_prepare *, prepares, preparemax, preparecnt, array_needsize_noinit);
4656 prepares [preparecnt - 1] = w; 4862 prepares [preparecnt - 1] = w;
4657 4863
4658 EV_FREQUENT_CHECK; 4864 EV_FREQUENT_CHECK;
4659} 4865}
4660 4866
4661void 4867void
4662ev_prepare_stop (EV_P_ ev_prepare *w) EV_THROW 4868ev_prepare_stop (EV_P_ ev_prepare *w) EV_NOEXCEPT
4663{ 4869{
4664 clear_pending (EV_A_ (W)w); 4870 clear_pending (EV_A_ (W)w);
4665 if (expect_false (!ev_is_active (w))) 4871 if (ecb_expect_false (!ev_is_active (w)))
4666 return; 4872 return;
4667 4873
4668 EV_FREQUENT_CHECK; 4874 EV_FREQUENT_CHECK;
4669 4875
4670 { 4876 {
4680} 4886}
4681#endif 4887#endif
4682 4888
4683#if EV_CHECK_ENABLE 4889#if EV_CHECK_ENABLE
4684void 4890void
4685ev_check_start (EV_P_ ev_check *w) EV_THROW 4891ev_check_start (EV_P_ ev_check *w) EV_NOEXCEPT
4686{ 4892{
4687 if (expect_false (ev_is_active (w))) 4893 if (ecb_expect_false (ev_is_active (w)))
4688 return; 4894 return;
4689 4895
4690 EV_FREQUENT_CHECK; 4896 EV_FREQUENT_CHECK;
4691 4897
4692 ev_start (EV_A_ (W)w, ++checkcnt); 4898 ev_start (EV_A_ (W)w, ++checkcnt);
4693 array_needsize (ev_check *, checks, checkmax, checkcnt, EMPTY2); 4899 array_needsize (ev_check *, checks, checkmax, checkcnt, array_needsize_noinit);
4694 checks [checkcnt - 1] = w; 4900 checks [checkcnt - 1] = w;
4695 4901
4696 EV_FREQUENT_CHECK; 4902 EV_FREQUENT_CHECK;
4697} 4903}
4698 4904
4699void 4905void
4700ev_check_stop (EV_P_ ev_check *w) EV_THROW 4906ev_check_stop (EV_P_ ev_check *w) EV_NOEXCEPT
4701{ 4907{
4702 clear_pending (EV_A_ (W)w); 4908 clear_pending (EV_A_ (W)w);
4703 if (expect_false (!ev_is_active (w))) 4909 if (ecb_expect_false (!ev_is_active (w)))
4704 return; 4910 return;
4705 4911
4706 EV_FREQUENT_CHECK; 4912 EV_FREQUENT_CHECK;
4707 4913
4708 { 4914 {
4717 EV_FREQUENT_CHECK; 4923 EV_FREQUENT_CHECK;
4718} 4924}
4719#endif 4925#endif
4720 4926
4721#if EV_EMBED_ENABLE 4927#if EV_EMBED_ENABLE
4722noinline 4928ecb_noinline
4723void 4929void
4724ev_embed_sweep (EV_P_ ev_embed *w) EV_THROW 4930ev_embed_sweep (EV_P_ ev_embed *w) EV_NOEXCEPT
4725{ 4931{
4726 ev_run (w->other, EVRUN_NOWAIT); 4932 ev_run (w->other, EVRUN_NOWAIT);
4727} 4933}
4728 4934
4729static void 4935static void
4777 ev_idle_stop (EV_A_ idle); 4983 ev_idle_stop (EV_A_ idle);
4778} 4984}
4779#endif 4985#endif
4780 4986
4781void 4987void
4782ev_embed_start (EV_P_ ev_embed *w) EV_THROW 4988ev_embed_start (EV_P_ ev_embed *w) EV_NOEXCEPT
4783{ 4989{
4784 if (expect_false (ev_is_active (w))) 4990 if (ecb_expect_false (ev_is_active (w)))
4785 return; 4991 return;
4786 4992
4787 { 4993 {
4788 EV_P = w->other; 4994 EV_P = w->other;
4789 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ())); 4995 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
4808 5014
4809 EV_FREQUENT_CHECK; 5015 EV_FREQUENT_CHECK;
4810} 5016}
4811 5017
4812void 5018void
4813ev_embed_stop (EV_P_ ev_embed *w) EV_THROW 5019ev_embed_stop (EV_P_ ev_embed *w) EV_NOEXCEPT
4814{ 5020{
4815 clear_pending (EV_A_ (W)w); 5021 clear_pending (EV_A_ (W)w);
4816 if (expect_false (!ev_is_active (w))) 5022 if (ecb_expect_false (!ev_is_active (w)))
4817 return; 5023 return;
4818 5024
4819 EV_FREQUENT_CHECK; 5025 EV_FREQUENT_CHECK;
4820 5026
4821 ev_io_stop (EV_A_ &w->io); 5027 ev_io_stop (EV_A_ &w->io);
4828} 5034}
4829#endif 5035#endif
4830 5036
4831#if EV_FORK_ENABLE 5037#if EV_FORK_ENABLE
4832void 5038void
4833ev_fork_start (EV_P_ ev_fork *w) EV_THROW 5039ev_fork_start (EV_P_ ev_fork *w) EV_NOEXCEPT
4834{ 5040{
4835 if (expect_false (ev_is_active (w))) 5041 if (ecb_expect_false (ev_is_active (w)))
4836 return; 5042 return;
4837 5043
4838 EV_FREQUENT_CHECK; 5044 EV_FREQUENT_CHECK;
4839 5045
4840 ev_start (EV_A_ (W)w, ++forkcnt); 5046 ev_start (EV_A_ (W)w, ++forkcnt);
4841 array_needsize (ev_fork *, forks, forkmax, forkcnt, EMPTY2); 5047 array_needsize (ev_fork *, forks, forkmax, forkcnt, array_needsize_noinit);
4842 forks [forkcnt - 1] = w; 5048 forks [forkcnt - 1] = w;
4843 5049
4844 EV_FREQUENT_CHECK; 5050 EV_FREQUENT_CHECK;
4845} 5051}
4846 5052
4847void 5053void
4848ev_fork_stop (EV_P_ ev_fork *w) EV_THROW 5054ev_fork_stop (EV_P_ ev_fork *w) EV_NOEXCEPT
4849{ 5055{
4850 clear_pending (EV_A_ (W)w); 5056 clear_pending (EV_A_ (W)w);
4851 if (expect_false (!ev_is_active (w))) 5057 if (ecb_expect_false (!ev_is_active (w)))
4852 return; 5058 return;
4853 5059
4854 EV_FREQUENT_CHECK; 5060 EV_FREQUENT_CHECK;
4855 5061
4856 { 5062 {
4866} 5072}
4867#endif 5073#endif
4868 5074
4869#if EV_CLEANUP_ENABLE 5075#if EV_CLEANUP_ENABLE
4870void 5076void
4871ev_cleanup_start (EV_P_ ev_cleanup *w) EV_THROW 5077ev_cleanup_start (EV_P_ ev_cleanup *w) EV_NOEXCEPT
4872{ 5078{
4873 if (expect_false (ev_is_active (w))) 5079 if (ecb_expect_false (ev_is_active (w)))
4874 return; 5080 return;
4875 5081
4876 EV_FREQUENT_CHECK; 5082 EV_FREQUENT_CHECK;
4877 5083
4878 ev_start (EV_A_ (W)w, ++cleanupcnt); 5084 ev_start (EV_A_ (W)w, ++cleanupcnt);
4879 array_needsize (ev_cleanup *, cleanups, cleanupmax, cleanupcnt, EMPTY2); 5085 array_needsize (ev_cleanup *, cleanups, cleanupmax, cleanupcnt, array_needsize_noinit);
4880 cleanups [cleanupcnt - 1] = w; 5086 cleanups [cleanupcnt - 1] = w;
4881 5087
4882 /* cleanup watchers should never keep a refcount on the loop */ 5088 /* cleanup watchers should never keep a refcount on the loop */
4883 ev_unref (EV_A); 5089 ev_unref (EV_A);
4884 EV_FREQUENT_CHECK; 5090 EV_FREQUENT_CHECK;
4885} 5091}
4886 5092
4887void 5093void
4888ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_THROW 5094ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_NOEXCEPT
4889{ 5095{
4890 clear_pending (EV_A_ (W)w); 5096 clear_pending (EV_A_ (W)w);
4891 if (expect_false (!ev_is_active (w))) 5097 if (ecb_expect_false (!ev_is_active (w)))
4892 return; 5098 return;
4893 5099
4894 EV_FREQUENT_CHECK; 5100 EV_FREQUENT_CHECK;
4895 ev_ref (EV_A); 5101 ev_ref (EV_A);
4896 5102
4907} 5113}
4908#endif 5114#endif
4909 5115
4910#if EV_ASYNC_ENABLE 5116#if EV_ASYNC_ENABLE
4911void 5117void
4912ev_async_start (EV_P_ ev_async *w) EV_THROW 5118ev_async_start (EV_P_ ev_async *w) EV_NOEXCEPT
4913{ 5119{
4914 if (expect_false (ev_is_active (w))) 5120 if (ecb_expect_false (ev_is_active (w)))
4915 return; 5121 return;
4916 5122
4917 w->sent = 0; 5123 w->sent = 0;
4918 5124
4919 evpipe_init (EV_A); 5125 evpipe_init (EV_A);
4920 5126
4921 EV_FREQUENT_CHECK; 5127 EV_FREQUENT_CHECK;
4922 5128
4923 ev_start (EV_A_ (W)w, ++asynccnt); 5129 ev_start (EV_A_ (W)w, ++asynccnt);
4924 array_needsize (ev_async *, asyncs, asyncmax, asynccnt, EMPTY2); 5130 array_needsize (ev_async *, asyncs, asyncmax, asynccnt, array_needsize_noinit);
4925 asyncs [asynccnt - 1] = w; 5131 asyncs [asynccnt - 1] = w;
4926 5132
4927 EV_FREQUENT_CHECK; 5133 EV_FREQUENT_CHECK;
4928} 5134}
4929 5135
4930void 5136void
4931ev_async_stop (EV_P_ ev_async *w) EV_THROW 5137ev_async_stop (EV_P_ ev_async *w) EV_NOEXCEPT
4932{ 5138{
4933 clear_pending (EV_A_ (W)w); 5139 clear_pending (EV_A_ (W)w);
4934 if (expect_false (!ev_is_active (w))) 5140 if (ecb_expect_false (!ev_is_active (w)))
4935 return; 5141 return;
4936 5142
4937 EV_FREQUENT_CHECK; 5143 EV_FREQUENT_CHECK;
4938 5144
4939 { 5145 {
4947 5153
4948 EV_FREQUENT_CHECK; 5154 EV_FREQUENT_CHECK;
4949} 5155}
4950 5156
4951void 5157void
4952ev_async_send (EV_P_ ev_async *w) EV_THROW 5158ev_async_send (EV_P_ ev_async *w) EV_NOEXCEPT
4953{ 5159{
4954 w->sent = 1; 5160 w->sent = 1;
4955 evpipe_write (EV_A_ &async_pending); 5161 evpipe_write (EV_A_ &async_pending);
4956} 5162}
4957#endif 5163#endif
4994 5200
4995 once_cb (EV_A_ once, revents | ev_clear_pending (EV_A_ &once->io)); 5201 once_cb (EV_A_ once, revents | ev_clear_pending (EV_A_ &once->io));
4996} 5202}
4997 5203
4998void 5204void
4999ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg) EV_THROW 5205ev_once (EV_P_ int fd, int events, ev_tstamp timeout, void (*cb)(int revents, void *arg), void *arg) EV_NOEXCEPT
5000{ 5206{
5001 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once)); 5207 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once));
5002
5003 if (expect_false (!once))
5004 {
5005 cb (EV_ERROR | EV_READ | EV_WRITE | EV_TIMER, arg);
5006 return;
5007 }
5008 5208
5009 once->cb = cb; 5209 once->cb = cb;
5010 once->arg = arg; 5210 once->arg = arg;
5011 5211
5012 ev_init (&once->io, once_cb_io); 5212 ev_init (&once->io, once_cb_io);
5027/*****************************************************************************/ 5227/*****************************************************************************/
5028 5228
5029#if EV_WALK_ENABLE 5229#if EV_WALK_ENABLE
5030ecb_cold 5230ecb_cold
5031void 5231void
5032ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_THROW 5232ev_walk (EV_P_ int types, void (*cb)(EV_P_ int type, void *w)) EV_NOEXCEPT
5033{ 5233{
5034 int i, j; 5234 int i, j;
5035 ev_watcher_list *wl, *wn; 5235 ev_watcher_list *wl, *wn;
5036 5236
5037 if (types & (EV_IO | EV_EMBED)) 5237 if (types & (EV_IO | EV_EMBED))

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines