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

Comparing libev/ev.c (file contents):
Revision 1.490 by root, Thu Jun 20 22:44:59 2019 UTC vs.
Revision 1.513 by root, Fri Dec 20 05:20:23 2019 UTC

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
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
320#ifndef EV_USE_LINUXAIO 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
321# define EV_USE_LINUXAIO 0 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
322#endif 352#endif
323 353
324#ifndef EV_USE_INOTIFY 354#ifndef EV_USE_INOTIFY
325# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4)) 355# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4))
326# define EV_USE_INOTIFY EV_FEATURE_OS 356# define EV_USE_INOTIFY EV_FEATURE_OS
383/* aix's poll.h seems to cause lots of trouble */ 413/* aix's poll.h seems to cause lots of trouble */
384#ifdef _AIX 414#ifdef _AIX
385/* AIX has a completely broken poll.h header */ 415/* AIX has a completely broken poll.h header */
386# undef EV_USE_POLL 416# undef EV_USE_POLL
387# define EV_USE_POLL 0 417# define EV_USE_POLL 0
388#endif
389
390#if EV_USE_LINUXAIO
391# include <linux/aio_abi.h> /* probably only needed for aio_context_t */
392#endif 418#endif
393 419
394/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */ 420/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */
395/* which makes programs even slower. might work on other unices, too. */ 421/* which makes programs even slower. might work on other unices, too. */
396#if EV_USE_CLOCK_SYSCALL 422#if EV_USE_CLOCK_SYSCALL
397# include <sys/syscall.h> 423# include <sys/syscall.h>
398# ifdef SYS_clock_gettime 424# ifdef SYS_clock_gettime
399# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts)) 425# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts))
400# undef EV_USE_MONOTONIC 426# undef EV_USE_MONOTONIC
401# define EV_USE_MONOTONIC 1 427# define EV_USE_MONOTONIC 1
428# define EV_NEED_SYSCALL 1
402# else 429# else
403# undef EV_USE_CLOCK_SYSCALL 430# undef EV_USE_CLOCK_SYSCALL
404# define EV_USE_CLOCK_SYSCALL 0 431# define EV_USE_CLOCK_SYSCALL 0
405# endif 432# endif
406#endif 433#endif
420#if !EV_STAT_ENABLE 447#if !EV_STAT_ENABLE
421# undef EV_USE_INOTIFY 448# undef EV_USE_INOTIFY
422# define EV_USE_INOTIFY 0 449# define EV_USE_INOTIFY 0
423#endif 450#endif
424 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
425#if !EV_USE_NANOSLEEP 460#if !EV_USE_NANOSLEEP
426/* 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 */
427# if !defined _WIN32 && !defined __hpux 462# if !defined _WIN32 && !defined __hpux
428# 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
429# endif 489# endif
430#endif 490#endif
431 491
432#if EV_USE_INOTIFY 492#if EV_USE_INOTIFY
433# include <sys/statfs.h> 493# include <sys/statfs.h>
475 uint32_t ssi_signo; 535 uint32_t ssi_signo;
476 char pad[128 - sizeof (uint32_t)]; 536 char pad[128 - sizeof (uint32_t)];
477}; 537};
478#endif 538#endif
479 539
480/**/ 540/*****************************************************************************/
481 541
482#if EV_VERIFY >= 3 542#if EV_VERIFY >= 3
483# define EV_FREQUENT_CHECK ev_verify (EV_A) 543# define EV_FREQUENT_CHECK ev_verify (EV_A)
484#else 544#else
485# define EV_FREQUENT_CHECK do { } while (0) 545# define EV_FREQUENT_CHECK do { } while (0)
490 * This value is good at least till the year 4000. 550 * This value is good at least till the year 4000.
491 */ 551 */
492#define MIN_INTERVAL 0.0001220703125 /* 1/2**13, good till 4000 */ 552#define MIN_INTERVAL 0.0001220703125 /* 1/2**13, good till 4000 */
493/*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */ 553/*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
494 554
495#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) */
496#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) */
497 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
498#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)
499#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
500 575
501/* 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 */
502/* ECB.H BEGIN */ 577/* ECB.H BEGIN */
503/* 578/*
504 * libecb - http://software.schmorp.de/pkg/libecb 579 * libecb - http://software.schmorp.de/pkg/libecb
542 617
543#ifndef ECB_H 618#ifndef ECB_H
544#define ECB_H 619#define ECB_H
545 620
546/* 16 bits major, 16 bits minor */ 621/* 16 bits major, 16 bits minor */
547#define ECB_VERSION 0x00010005 622#define ECB_VERSION 0x00010006
548 623
549#ifdef _WIN32 624#ifdef _WIN32
550 typedef signed char int8_t; 625 typedef signed char int8_t;
551 typedef unsigned char uint8_t; 626 typedef unsigned char uint8_t;
552 typedef signed short int16_t; 627 typedef signed short int16_t;
666 #include <intrin.h> /* fence functions _ReadBarrier, also bit search functions _BitScanReverse */ 741 #include <intrin.h> /* fence functions _ReadBarrier, also bit search functions _BitScanReverse */
667#endif 742#endif
668 743
669#ifndef ECB_MEMORY_FENCE 744#ifndef ECB_MEMORY_FENCE
670 #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")
671 #if __i386 || __i386__ 747 #if __i386 || __i386__
672 #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")
673 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory") 749 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
674 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("" : : : "memory") 750 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("" : : : "memory")
675 #elif ECB_GCC_AMD64 751 #elif ECB_GCC_AMD64
725 #if ECB_GCC_VERSION(4,7) 801 #if ECB_GCC_VERSION(4,7)
726 /* see comment below (stdatomic.h) about the C11 memory model. */ 802 /* see comment below (stdatomic.h) about the C11 memory model. */
727 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST) 803 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST)
728 #define ECB_MEMORY_FENCE_ACQUIRE __atomic_thread_fence (__ATOMIC_ACQUIRE) 804 #define ECB_MEMORY_FENCE_ACQUIRE __atomic_thread_fence (__ATOMIC_ACQUIRE)
729 #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)
730 807
731 #elif ECB_CLANG_EXTENSION(c_atomic) 808 #elif ECB_CLANG_EXTENSION(c_atomic)
732 /* see comment below (stdatomic.h) about the C11 memory model. */ 809 /* see comment below (stdatomic.h) about the C11 memory model. */
733 #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST) 810 #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST)
734 #define ECB_MEMORY_FENCE_ACQUIRE __c11_atomic_thread_fence (__ATOMIC_ACQUIRE) 811 #define ECB_MEMORY_FENCE_ACQUIRE __c11_atomic_thread_fence (__ATOMIC_ACQUIRE)
735 #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)
736 814
737 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__ 815 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
738 #define ECB_MEMORY_FENCE __sync_synchronize () 816 #define ECB_MEMORY_FENCE __sync_synchronize ()
739 #elif _MSC_VER >= 1500 /* VC++ 2008 */ 817 #elif _MSC_VER >= 1500 /* VC++ 2008 */
740 /* 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... */
750 #elif defined _WIN32 828 #elif defined _WIN32
751 #include <WinNT.h> 829 #include <WinNT.h>
752 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */ 830 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */
753 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110 831 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
754 #include <mbarrier.h> 832 #include <mbarrier.h>
755 #define ECB_MEMORY_FENCE __machine_rw_barrier () 833 #define ECB_MEMORY_FENCE __machine_rw_barrier ()
756 #define ECB_MEMORY_FENCE_ACQUIRE __machine_r_barrier () 834 #define ECB_MEMORY_FENCE_ACQUIRE __machine_acq_barrier ()
757 #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 ()
758 #elif __xlC__ 837 #elif __xlC__
759 #define ECB_MEMORY_FENCE __sync () 838 #define ECB_MEMORY_FENCE __sync ()
760 #endif 839 #endif
761#endif 840#endif
762 841
763#ifndef ECB_MEMORY_FENCE 842#ifndef ECB_MEMORY_FENCE
764 #if ECB_C11 && !defined __STDC_NO_ATOMICS__ 843 #if ECB_C11 && !defined __STDC_NO_ATOMICS__
765 /* 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, */
766 /* not just C11 atomics and atomic accesses */ 845 /* not just C11 atomics and atomic accesses */
767 #include <stdatomic.h> 846 #include <stdatomic.h>
768 /* Unfortunately, neither gcc 4.7 nor clang 3.1 generate any instructions for */
769 /* any fence other than seq_cst, which isn't very efficient for us. */
770 /* Why that is, we don't know - either the C11 memory model is quite useless */
771 /* for most usages, or gcc and clang have a bug */
772 /* I *currently* lean towards the latter, and inefficiently implement */
773 /* all three of ecb's fences as a seq_cst fence */
774 /* Update, gcc-4.8 generates mfence for all c++ fences, but nothing */
775 /* for all __atomic_thread_fence's except seq_cst */
776 #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)
777 #endif 850 #endif
778#endif 851#endif
779 852
780#ifndef ECB_MEMORY_FENCE 853#ifndef ECB_MEMORY_FENCE
781 #if !ECB_AVOID_PTHREADS 854 #if !ECB_AVOID_PTHREADS
799 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 872 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
800#endif 873#endif
801 874
802#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE 875#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE
803 #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 */
804#endif 881#endif
805 882
806/*****************************************************************************/ 883/*****************************************************************************/
807 884
808#if ECB_CPP 885#if ECB_CPP
1517/* ECB.H END */ 1594/* ECB.H END */
1518 1595
1519#if ECB_MEMORY_FENCE_NEEDS_PTHREADS 1596#if ECB_MEMORY_FENCE_NEEDS_PTHREADS
1520/* 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
1521 * 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
1522 * 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
1523 * libev, in which cases the memory fences become nops. 1600 * libev, in which cases the memory fences become nops.
1524 * alternatively, you can remove this #error and link against libpthread, 1601 * alternatively, you can remove this #error and link against libpthread,
1525 * which will then provide the memory fences. 1602 * which will then provide the memory fences.
1526 */ 1603 */
1527# error "memory fences not defined for your architecture, please report" 1604# error "memory fences not defined for your architecture, please report"
1531# define ECB_MEMORY_FENCE do { } while (0) 1608# define ECB_MEMORY_FENCE do { } while (0)
1532# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 1609# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
1533# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 1610# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
1534#endif 1611#endif
1535 1612
1536#define expect_false(cond) ecb_expect_false (cond)
1537#define expect_true(cond) ecb_expect_true (cond)
1538#define noinline ecb_noinline
1539
1540#define inline_size ecb_inline 1613#define inline_size ecb_inline
1541 1614
1542#if EV_FEATURE_CODE 1615#if EV_FEATURE_CODE
1543# define inline_speed ecb_inline 1616# define inline_speed ecb_inline
1544#else 1617#else
1545# define inline_speed noinline static 1618# define inline_speed ecb_noinline static
1546#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/*****************************************************************************/
1547 1686
1548#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1) 1687#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1)
1549 1688
1550#if EV_MINPRI == EV_MAXPRI 1689#if EV_MINPRI == EV_MAXPRI
1551# define ABSPRI(w) (((W)w), 0) 1690# define ABSPRI(w) (((W)w), 0)
1586# include "ev_win32.c" 1725# include "ev_win32.c"
1587#endif 1726#endif
1588 1727
1589/*****************************************************************************/ 1728/*****************************************************************************/
1590 1729
1730#if EV_USE_LINUXAIO
1731# include <linux/aio_abi.h> /* probably only needed for aio_context_t */
1732#endif
1733
1591/* define a suitable floor function (only used by periodics atm) */ 1734/* define a suitable floor function (only used by periodics atm) */
1592 1735
1593#if EV_USE_FLOOR 1736#if EV_USE_FLOOR
1594# include <math.h> 1737# include <math.h>
1595# define ev_floor(v) floor (v) 1738# define ev_floor(v) floor (v)
1596#else 1739#else
1597 1740
1598#include <float.h> 1741#include <float.h>
1599 1742
1600/* a floor() replacement function, should be independent of ev_tstamp type */ 1743/* a floor() replacement function, should be independent of ev_tstamp type */
1601noinline 1744ecb_noinline
1602static ev_tstamp 1745static ev_tstamp
1603ev_floor (ev_tstamp v) 1746ev_floor (ev_tstamp v)
1604{ 1747{
1605 /* the choice of shift factor is not terribly important */ 1748 /* the choice of shift factor is not terribly important */
1606#if FLT_RADIX != 2 /* assume FLT_RADIX == 10 */ 1749#if FLT_RADIX != 2 /* assume FLT_RADIX == 10 */
1607 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 10000000000000000000. : 1000000000.; 1750 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 10000000000000000000. : 1000000000.;
1608#else 1751#else
1609 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 18446744073709551616. : 4294967296.; 1752 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 18446744073709551616. : 4294967296.;
1610#endif 1753#endif
1611 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
1612 /* argument too large for an unsigned long? */ 1763 /* argument too large for an unsigned long? then reduce it */
1613 if (expect_false (v >= shift)) 1764 if (ecb_expect_false (v >= shift))
1614 { 1765 {
1615 ev_tstamp f; 1766 ev_tstamp f;
1616 1767
1617 if (v == v - 1.) 1768 if (v == v - 1.)
1618 return v; /* very large number */ 1769 return v; /* very large numbers are assumed to be integer */
1619 1770
1620 f = shift * ev_floor (v * (1. / shift)); 1771 f = shift * ev_floor (v * (1. / shift));
1621 return f + ev_floor (v - f); 1772 return f + ev_floor (v - f);
1622 } 1773 }
1623 1774
1624 /* special treatment for negative args? */
1625 if (expect_false (v < 0.))
1626 {
1627 ev_tstamp f = -ev_floor (-v);
1628
1629 return f - (f == v ? 0 : 1);
1630 }
1631
1632 /* fits into an unsigned long */ 1775 /* fits into an unsigned long */
1633 return (unsigned long)v; 1776 return (unsigned long)v;
1634} 1777}
1635 1778
1636#endif 1779#endif
1639 1782
1640#ifdef __linux 1783#ifdef __linux
1641# include <sys/utsname.h> 1784# include <sys/utsname.h>
1642#endif 1785#endif
1643 1786
1644noinline ecb_cold 1787ecb_noinline ecb_cold
1645static unsigned int 1788static unsigned int
1646ev_linux_version (void) 1789ev_linux_version (void)
1647{ 1790{
1648#ifdef __linux 1791#ifdef __linux
1649 unsigned int v = 0; 1792 unsigned int v = 0;
1679} 1822}
1680 1823
1681/*****************************************************************************/ 1824/*****************************************************************************/
1682 1825
1683#if EV_AVOID_STDIO 1826#if EV_AVOID_STDIO
1684noinline ecb_cold 1827ecb_noinline ecb_cold
1685static void 1828static void
1686ev_printerr (const char *msg) 1829ev_printerr (const char *msg)
1687{ 1830{
1688 write (STDERR_FILENO, msg, strlen (msg)); 1831 write (STDERR_FILENO, msg, strlen (msg));
1689} 1832}
1696ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT 1839ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT
1697{ 1840{
1698 syserr_cb = cb; 1841 syserr_cb = cb;
1699} 1842}
1700 1843
1701noinline ecb_cold 1844ecb_noinline ecb_cold
1702static void 1845static void
1703ev_syserr (const char *msg) 1846ev_syserr (const char *msg)
1704{ 1847{
1705 if (!msg) 1848 if (!msg)
1706 msg = "(libev) system error"; 1849 msg = "(libev) system error";
1778{ 1921{
1779 WL head; 1922 WL head;
1780 unsigned char events; /* the events watched for */ 1923 unsigned char events; /* the events watched for */
1781 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) */
1782 unsigned char emask; /* some backends store the actual kernel mask in here */ 1925 unsigned char emask; /* some backends store the actual kernel mask in here */
1783 unsigned char unused; 1926 unsigned char eflags; /* flags field for use by backends */
1784#if EV_USE_EPOLL 1927#if EV_USE_EPOLL
1785 unsigned int egen; /* generation counter to counter epoll bugs */ 1928 unsigned int egen; /* generation counter to counter epoll bugs */
1786#endif 1929#endif
1787#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP 1930#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP
1788 SOCKET handle; 1931 SOCKET handle;
1842 static struct ev_loop default_loop_struct; 1985 static struct ev_loop default_loop_struct;
1843 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 */
1844 1987
1845#else 1988#else
1846 1989
1847 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 */
1848 #define VAR(name,decl) static decl; 1991 #define VAR(name,decl) static decl;
1849 #include "ev_vars.h" 1992 #include "ev_vars.h"
1850 #undef VAR 1993 #undef VAR
1851 1994
1852 static int ev_default_loop_ptr; 1995 static int ev_default_loop_ptr;
1853 1996
1854#endif 1997#endif
1855 1998
1856#if EV_FEATURE_API 1999#if EV_FEATURE_API
1857# 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)
1858# 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)
1859# define EV_INVOKE_PENDING invoke_cb (EV_A) 2002# define EV_INVOKE_PENDING invoke_cb (EV_A)
1860#else 2003#else
1861# define EV_RELEASE_CB (void)0 2004# define EV_RELEASE_CB (void)0
1862# define EV_ACQUIRE_CB (void)0 2005# define EV_ACQUIRE_CB (void)0
1863# define EV_INVOKE_PENDING ev_invoke_pending (EV_A) 2006# define EV_INVOKE_PENDING ev_invoke_pending (EV_A)
1870#ifndef EV_HAVE_EV_TIME 2013#ifndef EV_HAVE_EV_TIME
1871ev_tstamp 2014ev_tstamp
1872ev_time (void) EV_NOEXCEPT 2015ev_time (void) EV_NOEXCEPT
1873{ 2016{
1874#if EV_USE_REALTIME 2017#if EV_USE_REALTIME
1875 if (expect_true (have_realtime)) 2018 if (ecb_expect_true (have_realtime))
1876 { 2019 {
1877 struct timespec ts; 2020 struct timespec ts;
1878 clock_gettime (CLOCK_REALTIME, &ts); 2021 clock_gettime (CLOCK_REALTIME, &ts);
1879 return ts.tv_sec + ts.tv_nsec * 1e-9; 2022 return EV_TS_GET (ts);
1880 } 2023 }
1881#endif 2024#endif
1882 2025
2026 {
1883 struct timeval tv; 2027 struct timeval tv;
1884 gettimeofday (&tv, 0); 2028 gettimeofday (&tv, 0);
1885 return tv.tv_sec + tv.tv_usec * 1e-6; 2029 return EV_TV_GET (tv);
2030 }
1886} 2031}
1887#endif 2032#endif
1888 2033
1889inline_size ev_tstamp 2034inline_size ev_tstamp
1890get_clock (void) 2035get_clock (void)
1891{ 2036{
1892#if EV_USE_MONOTONIC 2037#if EV_USE_MONOTONIC
1893 if (expect_true (have_monotonic)) 2038 if (ecb_expect_true (have_monotonic))
1894 { 2039 {
1895 struct timespec ts; 2040 struct timespec ts;
1896 clock_gettime (CLOCK_MONOTONIC, &ts); 2041 clock_gettime (CLOCK_MONOTONIC, &ts);
1897 return ts.tv_sec + ts.tv_nsec * 1e-9; 2042 return EV_TS_GET (ts);
1898 } 2043 }
1899#endif 2044#endif
1900 2045
1901 return ev_time (); 2046 return ev_time ();
1902} 2047}
1910#endif 2055#endif
1911 2056
1912void 2057void
1913ev_sleep (ev_tstamp delay) EV_NOEXCEPT 2058ev_sleep (ev_tstamp delay) EV_NOEXCEPT
1914{ 2059{
1915 if (delay > 0.) 2060 if (delay > EV_TS_CONST (0.))
1916 { 2061 {
1917#if EV_USE_NANOSLEEP 2062#if EV_USE_NANOSLEEP
1918 struct timespec ts; 2063 struct timespec ts;
1919 2064
1920 EV_TS_SET (ts, delay); 2065 EV_TS_SET (ts, delay);
1921 nanosleep (&ts, 0); 2066 nanosleep (&ts, 0);
1922#elif defined _WIN32 2067#elif defined _WIN32
1923 /* maybe this should round up, as ms is very low resolution */ 2068 /* maybe this should round up, as ms is very low resolution */
1924 /* compared to select (µs) or nanosleep (ns) */ 2069 /* compared to select (µs) or nanosleep (ns) */
1925 Sleep ((unsigned long)(delay * 1e3)); 2070 Sleep ((unsigned long)(EV_TS_TO_MSEC (delay)));
1926#else 2071#else
1927 struct timeval tv; 2072 struct timeval tv;
1928 2073
1929 /* 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 */
1930 /* something not guaranteed by newer posix versions, but guaranteed */ 2075 /* something not guaranteed by newer posix versions, but guaranteed */
1960 } 2105 }
1961 2106
1962 return ncur; 2107 return ncur;
1963} 2108}
1964 2109
1965noinline ecb_cold 2110ecb_noinline ecb_cold
1966static void * 2111static void *
1967array_realloc (int elem, void *base, int *cur, int cnt) 2112array_realloc (int elem, void *base, int *cur, int cnt)
1968{ 2113{
1969 *cur = array_nextsize (elem, *cur, cnt); 2114 *cur = array_nextsize (elem, *cur, cnt);
1970 return ev_realloc (base, elem * *cur); 2115 return ev_realloc (base, elem * *cur);
1971} 2116}
1972 2117
1973#define array_needsize_noinit(base,count) 2118#define array_needsize_noinit(base,offset,count)
1974 2119
1975#define array_needsize_zerofill(base,count) \ 2120#define array_needsize_zerofill(base,offset,count) \
1976 memset ((void *)(base), 0, sizeof (*(base)) * (count)) 2121 memset ((void *)(base + offset), 0, sizeof (*(base)) * (count))
1977 2122
1978#define array_needsize(type,base,cur,cnt,init) \ 2123#define array_needsize(type,base,cur,cnt,init) \
1979 if (expect_false ((cnt) > (cur))) \ 2124 if (ecb_expect_false ((cnt) > (cur))) \
1980 { \ 2125 { \
1981 ecb_unused int ocur_ = (cur); \ 2126 ecb_unused int ocur_ = (cur); \
1982 (base) = (type *)array_realloc \ 2127 (base) = (type *)array_realloc \
1983 (sizeof (type), (base), &(cur), (cnt)); \ 2128 (sizeof (type), (base), &(cur), (cnt)); \
1984 init ((base) + (ocur_), (cur) - ocur_); \ 2129 init ((base), ocur_, ((cur) - ocur_)); \
1985 } 2130 }
1986 2131
1987#if 0 2132#if 0
1988#define array_slim(type,stem) \ 2133#define array_slim(type,stem) \
1989 if (stem ## max < array_roundsize (stem ## cnt >> 2)) \ 2134 if (stem ## max < array_roundsize (stem ## cnt >> 2)) \
1998 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
1999 2144
2000/*****************************************************************************/ 2145/*****************************************************************************/
2001 2146
2002/* dummy callback for pending events */ 2147/* dummy callback for pending events */
2003noinline 2148ecb_noinline
2004static void 2149static void
2005pendingcb (EV_P_ ev_prepare *w, int revents) 2150pendingcb (EV_P_ ev_prepare *w, int revents)
2006{ 2151{
2007} 2152}
2008 2153
2009noinline 2154ecb_noinline
2010void 2155void
2011ev_feed_event (EV_P_ void *w, int revents) EV_NOEXCEPT 2156ev_feed_event (EV_P_ void *w, int revents) EV_NOEXCEPT
2012{ 2157{
2013 W w_ = (W)w; 2158 W w_ = (W)w;
2014 int pri = ABSPRI (w_); 2159 int pri = ABSPRI (w_);
2015 2160
2016 if (expect_false (w_->pending)) 2161 if (ecb_expect_false (w_->pending))
2017 pendings [pri][w_->pending - 1].events |= revents; 2162 pendings [pri][w_->pending - 1].events |= revents;
2018 else 2163 else
2019 { 2164 {
2020 w_->pending = ++pendingcnt [pri]; 2165 w_->pending = ++pendingcnt [pri];
2021 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, array_needsize_noinit); 2166 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, array_needsize_noinit);
2072inline_speed void 2217inline_speed void
2073fd_event (EV_P_ int fd, int revents) 2218fd_event (EV_P_ int fd, int revents)
2074{ 2219{
2075 ANFD *anfd = anfds + fd; 2220 ANFD *anfd = anfds + fd;
2076 2221
2077 if (expect_true (!anfd->reify)) 2222 if (ecb_expect_true (!anfd->reify))
2078 fd_event_nocheck (EV_A_ fd, revents); 2223 fd_event_nocheck (EV_A_ fd, revents);
2079} 2224}
2080 2225
2081void 2226void
2082ev_feed_fd_event (EV_P_ int fd, int revents) EV_NOEXCEPT 2227ev_feed_fd_event (EV_P_ int fd, int revents) EV_NOEXCEPT
2124 ev_io *w; 2269 ev_io *w;
2125 2270
2126 unsigned char o_events = anfd->events; 2271 unsigned char o_events = anfd->events;
2127 unsigned char o_reify = anfd->reify; 2272 unsigned char o_reify = anfd->reify;
2128 2273
2129 anfd->reify = 0; 2274 anfd->reify = 0;
2130 2275
2131 /*if (expect_true (o_reify & EV_ANFD_REIFY)) probably a deoptimisation */ 2276 /*if (ecb_expect_true (o_reify & EV_ANFD_REIFY)) probably a deoptimisation */
2132 { 2277 {
2133 anfd->events = 0; 2278 anfd->events = 0;
2134 2279
2135 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)
2136 anfd->events |= (unsigned char)w->events; 2281 anfd->events |= (unsigned char)w->events;
2152fd_change (EV_P_ int fd, int flags) 2297fd_change (EV_P_ int fd, int flags)
2153{ 2298{
2154 unsigned char reify = anfds [fd].reify; 2299 unsigned char reify = anfds [fd].reify;
2155 anfds [fd].reify |= flags; 2300 anfds [fd].reify |= flags;
2156 2301
2157 if (expect_true (!reify)) 2302 if (ecb_expect_true (!reify))
2158 { 2303 {
2159 ++fdchangecnt; 2304 ++fdchangecnt;
2160 array_needsize (int, fdchanges, fdchangemax, fdchangecnt, array_needsize_noinit); 2305 array_needsize (int, fdchanges, fdchangemax, fdchangecnt, array_needsize_noinit);
2161 fdchanges [fdchangecnt - 1] = fd; 2306 fdchanges [fdchangecnt - 1] = fd;
2162 } 2307 }
2185 return fcntl (fd, F_GETFD) != -1; 2330 return fcntl (fd, F_GETFD) != -1;
2186#endif 2331#endif
2187} 2332}
2188 2333
2189/* called on EBADF to verify fds */ 2334/* called on EBADF to verify fds */
2190noinline ecb_cold 2335ecb_noinline ecb_cold
2191static void 2336static void
2192fd_ebadf (EV_P) 2337fd_ebadf (EV_P)
2193{ 2338{
2194 int fd; 2339 int fd;
2195 2340
2198 if (!fd_valid (fd) && errno == EBADF) 2343 if (!fd_valid (fd) && errno == EBADF)
2199 fd_kill (EV_A_ fd); 2344 fd_kill (EV_A_ fd);
2200} 2345}
2201 2346
2202/* 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 */
2203noinline ecb_cold 2348ecb_noinline ecb_cold
2204static void 2349static void
2205fd_enomem (EV_P) 2350fd_enomem (EV_P)
2206{ 2351{
2207 int fd; 2352 int fd;
2208 2353
2213 break; 2358 break;
2214 } 2359 }
2215} 2360}
2216 2361
2217/* 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 */
2218noinline 2363ecb_noinline
2219static void 2364static void
2220fd_rearm_all (EV_P) 2365fd_rearm_all (EV_P)
2221{ 2366{
2222 int fd; 2367 int fd;
2223 2368
2277 ev_tstamp minat; 2422 ev_tstamp minat;
2278 ANHE *minpos; 2423 ANHE *minpos;
2279 ANHE *pos = heap + DHEAP * (k - HEAP0) + HEAP0 + 1; 2424 ANHE *pos = heap + DHEAP * (k - HEAP0) + HEAP0 + 1;
2280 2425
2281 /* find minimum child */ 2426 /* find minimum child */
2282 if (expect_true (pos + DHEAP - 1 < E)) 2427 if (ecb_expect_true (pos + DHEAP - 1 < E))
2283 { 2428 {
2284 /* fast path */ (minpos = pos + 0), (minat = ANHE_at (*minpos)); 2429 /* fast path */ (minpos = pos + 0), (minat = ANHE_at (*minpos));
2285 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));
2286 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));
2287 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));
2288 } 2433 }
2289 else if (pos < E) 2434 else if (pos < E)
2290 { 2435 {
2291 /* slow path */ (minpos = pos + 0), (minat = ANHE_at (*minpos)); 2436 /* slow path */ (minpos = pos + 0), (minat = ANHE_at (*minpos));
2292 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));
2293 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));
2294 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));
2295 } 2440 }
2296 else 2441 else
2297 break; 2442 break;
2298 2443
2299 if (ANHE_at (he) <= minat) 2444 if (ANHE_at (he) <= minat)
2307 2452
2308 heap [k] = he; 2453 heap [k] = he;
2309 ev_active (ANHE_w (he)) = k; 2454 ev_active (ANHE_w (he)) = k;
2310} 2455}
2311 2456
2312#else /* 4HEAP */ 2457#else /* not 4HEAP */
2313 2458
2314#define HEAP0 1 2459#define HEAP0 1
2315#define HPARENT(k) ((k) >> 1) 2460#define HPARENT(k) ((k) >> 1)
2316#define UPHEAP_DONE(p,k) (!(p)) 2461#define UPHEAP_DONE(p,k) (!(p))
2317 2462
2405 2550
2406/*****************************************************************************/ 2551/*****************************************************************************/
2407 2552
2408#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE 2553#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2409 2554
2410noinline ecb_cold 2555ecb_noinline ecb_cold
2411static void 2556static void
2412evpipe_init (EV_P) 2557evpipe_init (EV_P)
2413{ 2558{
2414 if (!ev_is_active (&pipe_w)) 2559 if (!ev_is_active (&pipe_w))
2415 { 2560 {
2456inline_speed void 2601inline_speed void
2457evpipe_write (EV_P_ EV_ATOMIC_T *flag) 2602evpipe_write (EV_P_ EV_ATOMIC_T *flag)
2458{ 2603{
2459 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 */
2460 2605
2461 if (expect_true (*flag)) 2606 if (ecb_expect_true (*flag))
2462 return; 2607 return;
2463 2608
2464 *flag = 1; 2609 *flag = 1;
2465 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 */
2466 2611
2543 sig_pending = 0; 2688 sig_pending = 0;
2544 2689
2545 ECB_MEMORY_FENCE; 2690 ECB_MEMORY_FENCE;
2546 2691
2547 for (i = EV_NSIG - 1; i--; ) 2692 for (i = EV_NSIG - 1; i--; )
2548 if (expect_false (signals [i].pending)) 2693 if (ecb_expect_false (signals [i].pending))
2549 ev_feed_signal_event (EV_A_ i + 1); 2694 ev_feed_signal_event (EV_A_ i + 1);
2550 } 2695 }
2551#endif 2696#endif
2552 2697
2553#if EV_ASYNC_ENABLE 2698#if EV_ASYNC_ENABLE
2594#endif 2739#endif
2595 2740
2596 ev_feed_signal (signum); 2741 ev_feed_signal (signum);
2597} 2742}
2598 2743
2599noinline 2744ecb_noinline
2600void 2745void
2601ev_feed_signal_event (EV_P_ int signum) EV_NOEXCEPT 2746ev_feed_signal_event (EV_P_ int signum) EV_NOEXCEPT
2602{ 2747{
2603 WL w; 2748 WL w;
2604 2749
2605 if (expect_false (signum <= 0 || signum >= EV_NSIG)) 2750 if (ecb_expect_false (signum <= 0 || signum >= EV_NSIG))
2606 return; 2751 return;
2607 2752
2608 --signum; 2753 --signum;
2609 2754
2610#if EV_MULTIPLICITY 2755#if EV_MULTIPLICITY
2611 /* 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 */
2612 /* or, likely more useful, feeding a signal nobody is waiting for */ 2757 /* or, likely more useful, feeding a signal nobody is waiting for */
2613 2758
2614 if (expect_false (signals [signum].loop != EV_A)) 2759 if (ecb_expect_false (signals [signum].loop != EV_A))
2615 return; 2760 return;
2616#endif 2761#endif
2617 2762
2618 signals [signum].pending = 0; 2763 signals [signum].pending = 0;
2619 ECB_MEMORY_FENCE_RELEASE; 2764 ECB_MEMORY_FENCE_RELEASE;
2712# include "ev_port.c" 2857# include "ev_port.c"
2713#endif 2858#endif
2714#if EV_USE_KQUEUE 2859#if EV_USE_KQUEUE
2715# include "ev_kqueue.c" 2860# include "ev_kqueue.c"
2716#endif 2861#endif
2862#if EV_USE_EPOLL
2863# include "ev_epoll.c"
2864#endif
2717#if EV_USE_LINUXAIO 2865#if EV_USE_LINUXAIO
2718# include "ev_linuxaio.c" 2866# include "ev_linuxaio.c"
2719#endif 2867#endif
2720#if EV_USE_EPOLL 2868#if EV_USE_IOURING
2721# include "ev_epoll.c" 2869# include "ev_iouring.c"
2722#endif 2870#endif
2723#if EV_USE_POLL 2871#if EV_USE_POLL
2724# include "ev_poll.c" 2872# include "ev_poll.c"
2725#endif 2873#endif
2726#if EV_USE_SELECT 2874#if EV_USE_SELECT
2759 2907
2760 if (EV_USE_PORT ) flags |= EVBACKEND_PORT; 2908 if (EV_USE_PORT ) flags |= EVBACKEND_PORT;
2761 if (EV_USE_KQUEUE ) flags |= EVBACKEND_KQUEUE; 2909 if (EV_USE_KQUEUE ) flags |= EVBACKEND_KQUEUE;
2762 if (EV_USE_EPOLL ) flags |= EVBACKEND_EPOLL; 2910 if (EV_USE_EPOLL ) flags |= EVBACKEND_EPOLL;
2763 if (EV_USE_LINUXAIO) flags |= EVBACKEND_LINUXAIO; 2911 if (EV_USE_LINUXAIO) flags |= EVBACKEND_LINUXAIO;
2912 if (EV_USE_IOURING ) flags |= EVBACKEND_IOURING;
2764 if (EV_USE_POLL ) flags |= EVBACKEND_POLL; 2913 if (EV_USE_POLL ) flags |= EVBACKEND_POLL;
2765 if (EV_USE_SELECT ) flags |= EVBACKEND_SELECT; 2914 if (EV_USE_SELECT ) flags |= EVBACKEND_SELECT;
2766 2915
2767 return flags; 2916 return flags;
2768} 2917}
2785#endif 2934#endif
2786#ifdef __FreeBSD__ 2935#ifdef __FreeBSD__
2787 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) */
2788#endif 2937#endif
2789 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
2790 return flags; 2948 return flags;
2791} 2949}
2792 2950
2793ecb_cold 2951ecb_cold
2794unsigned int 2952unsigned int
2798 2956
2799 /* 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 */
2800 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 */
2801 flags &= ~EVBACKEND_EPOLL; 2959 flags &= ~EVBACKEND_EPOLL;
2802 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
2803 return flags; 2968 return flags;
2804} 2969}
2805 2970
2806unsigned int 2971unsigned int
2807ev_backend (EV_P) EV_NOEXCEPT 2972ev_backend (EV_P) EV_NOEXCEPT
2859 acquire_cb = acquire; 3024 acquire_cb = acquire;
2860} 3025}
2861#endif 3026#endif
2862 3027
2863/* initialise a loop structure, must be zero-initialised */ 3028/* initialise a loop structure, must be zero-initialised */
2864noinline ecb_cold 3029ecb_noinline ecb_cold
2865static void 3030static void
2866loop_init (EV_P_ unsigned int flags) EV_NOEXCEPT 3031loop_init (EV_P_ unsigned int flags) EV_NOEXCEPT
2867{ 3032{
2868 if (!backend) 3033 if (!backend)
2869 { 3034 {
2937 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags); 3102 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags);
2938#endif 3103#endif
2939#if EV_USE_KQUEUE 3104#if EV_USE_KQUEUE
2940 if (!backend && (flags & EVBACKEND_KQUEUE )) backend = kqueue_init (EV_A_ flags); 3105 if (!backend && (flags & EVBACKEND_KQUEUE )) backend = kqueue_init (EV_A_ flags);
2941#endif 3106#endif
3107#if EV_USE_IOURING
3108 if (!backend && (flags & EVBACKEND_IOURING )) backend = iouring_init (EV_A_ flags);
3109#endif
2942#if EV_USE_LINUXAIO 3110#if EV_USE_LINUXAIO
2943 if (!backend && (flags & EVBACKEND_LINUXAIO)) backend = linuxaio_init (EV_A_ flags); 3111 if (!backend && (flags & EVBACKEND_LINUXAIO)) backend = linuxaio_init (EV_A_ flags);
2944#endif 3112#endif
2945#if EV_USE_EPOLL 3113#if EV_USE_EPOLL
2946 if (!backend && (flags & EVBACKEND_EPOLL )) backend = epoll_init (EV_A_ flags); 3114 if (!backend && (flags & EVBACKEND_EPOLL )) backend = epoll_init (EV_A_ flags);
2974 return; 3142 return;
2975#endif 3143#endif
2976 3144
2977#if EV_CLEANUP_ENABLE 3145#if EV_CLEANUP_ENABLE
2978 /* queue cleanup watchers (and execute them) */ 3146 /* queue cleanup watchers (and execute them) */
2979 if (expect_false (cleanupcnt)) 3147 if (ecb_expect_false (cleanupcnt))
2980 { 3148 {
2981 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP); 3149 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP);
2982 EV_INVOKE_PENDING; 3150 EV_INVOKE_PENDING;
2983 } 3151 }
2984#endif 3152#endif
3019#if EV_USE_PORT 3187#if EV_USE_PORT
3020 if (backend == EVBACKEND_PORT ) port_destroy (EV_A); 3188 if (backend == EVBACKEND_PORT ) port_destroy (EV_A);
3021#endif 3189#endif
3022#if EV_USE_KQUEUE 3190#if EV_USE_KQUEUE
3023 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);
3024#endif 3195#endif
3025#if EV_USE_LINUXAIO 3196#if EV_USE_LINUXAIO
3026 if (backend == EVBACKEND_LINUXAIO) linuxaio_destroy (EV_A); 3197 if (backend == EVBACKEND_LINUXAIO) linuxaio_destroy (EV_A);
3027#endif 3198#endif
3028#if EV_USE_EPOLL 3199#if EV_USE_EPOLL
3087 if (backend == EVBACKEND_PORT ) port_fork (EV_A); 3258 if (backend == EVBACKEND_PORT ) port_fork (EV_A);
3088#endif 3259#endif
3089#if EV_USE_KQUEUE 3260#if EV_USE_KQUEUE
3090 if (backend == EVBACKEND_KQUEUE ) kqueue_fork (EV_A); 3261 if (backend == EVBACKEND_KQUEUE ) kqueue_fork (EV_A);
3091#endif 3262#endif
3263#if EV_USE_IOURING
3264 if (backend == EVBACKEND_IOURING ) iouring_fork (EV_A);
3265#endif
3092#if EV_USE_LINUXAIO 3266#if EV_USE_LINUXAIO
3093 if (backend == EVBACKEND_LINUXAIO) linuxaio_fork (EV_A); 3267 if (backend == EVBACKEND_LINUXAIO) linuxaio_fork (EV_A);
3094#endif 3268#endif
3095#if EV_USE_EPOLL 3269#if EV_USE_EPOLL
3096 if (backend == EVBACKEND_EPOLL ) epoll_fork (EV_A); 3270 if (backend == EVBACKEND_EPOLL ) epoll_fork (EV_A);
3138} 3312}
3139 3313
3140#endif /* multiplicity */ 3314#endif /* multiplicity */
3141 3315
3142#if EV_VERIFY 3316#if EV_VERIFY
3143noinline ecb_cold 3317ecb_noinline ecb_cold
3144static void 3318static void
3145verify_watcher (EV_P_ W w) 3319verify_watcher (EV_P_ W w)
3146{ 3320{
3147 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));
3148 3322
3149 if (w->pending) 3323 if (w->pending)
3150 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));
3151} 3325}
3152 3326
3153noinline ecb_cold 3327ecb_noinline ecb_cold
3154static void 3328static void
3155verify_heap (EV_P_ ANHE *heap, int N) 3329verify_heap (EV_P_ ANHE *heap, int N)
3156{ 3330{
3157 int i; 3331 int i;
3158 3332
3164 3338
3165 verify_watcher (EV_A_ (W)ANHE_w (heap [i])); 3339 verify_watcher (EV_A_ (W)ANHE_w (heap [i]));
3166 } 3340 }
3167} 3341}
3168 3342
3169noinline ecb_cold 3343ecb_noinline ecb_cold
3170static void 3344static void
3171array_verify (EV_P_ W *ws, int cnt) 3345array_verify (EV_P_ W *ws, int cnt)
3172{ 3346{
3173 while (cnt--) 3347 while (cnt--)
3174 { 3348 {
3323 count += pendingcnt [pri]; 3497 count += pendingcnt [pri];
3324 3498
3325 return count; 3499 return count;
3326} 3500}
3327 3501
3328noinline 3502ecb_noinline
3329void 3503void
3330ev_invoke_pending (EV_P) 3504ev_invoke_pending (EV_P)
3331{ 3505{
3332 pendingpri = NUMPRI; 3506 pendingpri = NUMPRI;
3333 3507
3352/* make idle watchers pending. this handles the "call-idle */ 3526/* make idle watchers pending. this handles the "call-idle */
3353/* only when higher priorities are idle" logic */ 3527/* only when higher priorities are idle" logic */
3354inline_size void 3528inline_size void
3355idle_reify (EV_P) 3529idle_reify (EV_P)
3356{ 3530{
3357 if (expect_false (idleall)) 3531 if (ecb_expect_false (idleall))
3358 { 3532 {
3359 int pri; 3533 int pri;
3360 3534
3361 for (pri = NUMPRI; pri--; ) 3535 for (pri = NUMPRI; pri--; )
3362 { 3536 {
3392 { 3566 {
3393 ev_at (w) += w->repeat; 3567 ev_at (w) += w->repeat;
3394 if (ev_at (w) < mn_now) 3568 if (ev_at (w) < mn_now)
3395 ev_at (w) = mn_now; 3569 ev_at (w) = mn_now;
3396 3570
3397 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.)));
3398 3572
3399 ANHE_at_cache (timers [HEAP0]); 3573 ANHE_at_cache (timers [HEAP0]);
3400 downheap (timers, timercnt, HEAP0); 3574 downheap (timers, timercnt, HEAP0);
3401 } 3575 }
3402 else 3576 else
3411 } 3585 }
3412} 3586}
3413 3587
3414#if EV_PERIODIC_ENABLE 3588#if EV_PERIODIC_ENABLE
3415 3589
3416noinline 3590ecb_noinline
3417static void 3591static void
3418periodic_recalc (EV_P_ ev_periodic *w) 3592periodic_recalc (EV_P_ ev_periodic *w)
3419{ 3593{
3420 ev_tstamp interval = w->interval > MIN_INTERVAL ? w->interval : MIN_INTERVAL; 3594 ev_tstamp interval = w->interval > MIN_INTERVAL ? w->interval : MIN_INTERVAL;
3421 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);
3424 while (at <= ev_rt_now) 3598 while (at <= ev_rt_now)
3425 { 3599 {
3426 ev_tstamp nat = at + w->interval; 3600 ev_tstamp nat = at + w->interval;
3427 3601
3428 /* when resolution fails us, we use ev_rt_now */ 3602 /* when resolution fails us, we use ev_rt_now */
3429 if (expect_false (nat == at)) 3603 if (ecb_expect_false (nat == at))
3430 { 3604 {
3431 at = ev_rt_now; 3605 at = ev_rt_now;
3432 break; 3606 break;
3433 } 3607 }
3434 3608
3480 } 3654 }
3481} 3655}
3482 3656
3483/* simply recalculate all periodics */ 3657/* simply recalculate all periodics */
3484/* 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? */
3485noinline ecb_cold 3659ecb_noinline ecb_cold
3486static void 3660static void
3487periodics_reschedule (EV_P) 3661periodics_reschedule (EV_P)
3488{ 3662{
3489 int i; 3663 int i;
3490 3664
3504 reheap (periodics, periodiccnt); 3678 reheap (periodics, periodiccnt);
3505} 3679}
3506#endif 3680#endif
3507 3681
3508/* adjust all timers by a given offset */ 3682/* adjust all timers by a given offset */
3509noinline ecb_cold 3683ecb_noinline ecb_cold
3510static void 3684static void
3511timers_reschedule (EV_P_ ev_tstamp adjust) 3685timers_reschedule (EV_P_ ev_tstamp adjust)
3512{ 3686{
3513 int i; 3687 int i;
3514 3688
3524/* also detect if there was a timejump, and act accordingly */ 3698/* also detect if there was a timejump, and act accordingly */
3525inline_speed void 3699inline_speed void
3526time_update (EV_P_ ev_tstamp max_block) 3700time_update (EV_P_ ev_tstamp max_block)
3527{ 3701{
3528#if EV_USE_MONOTONIC 3702#if EV_USE_MONOTONIC
3529 if (expect_true (have_monotonic)) 3703 if (ecb_expect_true (have_monotonic))
3530 { 3704 {
3531 int i; 3705 int i;
3532 ev_tstamp odiff = rtmn_diff; 3706 ev_tstamp odiff = rtmn_diff;
3533 3707
3534 mn_now = get_clock (); 3708 mn_now = get_clock ();
3535 3709
3536 /* only fetch the realtime clock every 0.5*MIN_TIMEJUMP seconds */ 3710 /* only fetch the realtime clock every 0.5*MIN_TIMEJUMP seconds */
3537 /* interpolate in the meantime */ 3711 /* interpolate in the meantime */
3538 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)))
3539 { 3713 {
3540 ev_rt_now = rtmn_diff + mn_now; 3714 ev_rt_now = rtmn_diff + mn_now;
3541 return; 3715 return;
3542 } 3716 }
3543 3717
3557 ev_tstamp diff; 3731 ev_tstamp diff;
3558 rtmn_diff = ev_rt_now - mn_now; 3732 rtmn_diff = ev_rt_now - mn_now;
3559 3733
3560 diff = odiff - rtmn_diff; 3734 diff = odiff - rtmn_diff;
3561 3735
3562 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)))
3563 return; /* all is well */ 3737 return; /* all is well */
3564 3738
3565 ev_rt_now = ev_time (); 3739 ev_rt_now = ev_time ();
3566 mn_now = get_clock (); 3740 mn_now = get_clock ();
3567 now_floor = mn_now; 3741 now_floor = mn_now;
3576 else 3750 else
3577#endif 3751#endif
3578 { 3752 {
3579 ev_rt_now = ev_time (); 3753 ev_rt_now = ev_time ();
3580 3754
3581 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)))
3582 { 3756 {
3583 /* 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 */
3584 timers_reschedule (EV_A_ ev_rt_now - mn_now); 3758 timers_reschedule (EV_A_ ev_rt_now - mn_now);
3585#if EV_PERIODIC_ENABLE 3759#if EV_PERIODIC_ENABLE
3586 periodics_reschedule (EV_A); 3760 periodics_reschedule (EV_A);
3609#if EV_VERIFY >= 2 3783#if EV_VERIFY >= 2
3610 ev_verify (EV_A); 3784 ev_verify (EV_A);
3611#endif 3785#endif
3612 3786
3613#ifndef _WIN32 3787#ifndef _WIN32
3614 if (expect_false (curpid)) /* penalise the forking check even more */ 3788 if (ecb_expect_false (curpid)) /* penalise the forking check even more */
3615 if (expect_false (getpid () != curpid)) 3789 if (ecb_expect_false (getpid () != curpid))
3616 { 3790 {
3617 curpid = getpid (); 3791 curpid = getpid ();
3618 postfork = 1; 3792 postfork = 1;
3619 } 3793 }
3620#endif 3794#endif
3621 3795
3622#if EV_FORK_ENABLE 3796#if EV_FORK_ENABLE
3623 /* we might have forked, so queue fork handlers */ 3797 /* we might have forked, so queue fork handlers */
3624 if (expect_false (postfork)) 3798 if (ecb_expect_false (postfork))
3625 if (forkcnt) 3799 if (forkcnt)
3626 { 3800 {
3627 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK); 3801 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK);
3628 EV_INVOKE_PENDING; 3802 EV_INVOKE_PENDING;
3629 } 3803 }
3630#endif 3804#endif
3631 3805
3632#if EV_PREPARE_ENABLE 3806#if EV_PREPARE_ENABLE
3633 /* queue prepare watchers (and execute them) */ 3807 /* queue prepare watchers (and execute them) */
3634 if (expect_false (preparecnt)) 3808 if (ecb_expect_false (preparecnt))
3635 { 3809 {
3636 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE); 3810 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE);
3637 EV_INVOKE_PENDING; 3811 EV_INVOKE_PENDING;
3638 } 3812 }
3639#endif 3813#endif
3640 3814
3641 if (expect_false (loop_done)) 3815 if (ecb_expect_false (loop_done))
3642 break; 3816 break;
3643 3817
3644 /* we might have forked, so reify kernel state if necessary */ 3818 /* we might have forked, so reify kernel state if necessary */
3645 if (expect_false (postfork)) 3819 if (ecb_expect_false (postfork))
3646 loop_fork (EV_A); 3820 loop_fork (EV_A);
3647 3821
3648 /* update fd-related kernel structures */ 3822 /* update fd-related kernel structures */
3649 fd_reify (EV_A); 3823 fd_reify (EV_A);
3650 3824
3655 3829
3656 /* remember old timestamp for io_blocktime calculation */ 3830 /* remember old timestamp for io_blocktime calculation */
3657 ev_tstamp prev_mn_now = mn_now; 3831 ev_tstamp prev_mn_now = mn_now;
3658 3832
3659 /* update time to cancel out callback processing overhead */ 3833 /* update time to cancel out callback processing overhead */
3660 time_update (EV_A_ 1e100); 3834 time_update (EV_A_ EV_TS_CONST (EV_TSTAMP_HUGE));
3661 3835
3662 /* from now on, we want a pipe-wake-up */ 3836 /* from now on, we want a pipe-wake-up */
3663 pipe_write_wanted = 1; 3837 pipe_write_wanted = 1;
3664 3838
3665 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 */
3666 3840
3667 if (expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped))) 3841 if (ecb_expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped)))
3668 { 3842 {
3669 waittime = MAX_BLOCKTIME; 3843 waittime = EV_TS_CONST (MAX_BLOCKTIME);
3670 3844
3671 if (timercnt) 3845 if (timercnt)
3672 { 3846 {
3673 ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now; 3847 ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now;
3674 if (waittime > to) waittime = to; 3848 if (waittime > to) waittime = to;
3681 if (waittime > to) waittime = to; 3855 if (waittime > to) waittime = to;
3682 } 3856 }
3683#endif 3857#endif
3684 3858
3685 /* don't let timeouts decrease the waittime below timeout_blocktime */ 3859 /* don't let timeouts decrease the waittime below timeout_blocktime */
3686 if (expect_false (waittime < timeout_blocktime)) 3860 if (ecb_expect_false (waittime < timeout_blocktime))
3687 waittime = timeout_blocktime; 3861 waittime = timeout_blocktime;
3688 3862
3689 /* at this point, we NEED to wait, so we have to ensure */ 3863 /* now there are two more special cases left, either we have
3690 /* to pass a minimum nonzero value to the backend */ 3864 * already-expired timers, so we should not sleep, or we have timers
3865 * that expire very soon, in which case we need to weait for a minimum
3866 * amount of time for some event loop backends
3867 */
3691 if (expect_false (waittime < backend_mintime)) 3868 if (ecb_expect_false (waittime < backend_mintime))
3869 waittime = waittime <= EV_TS_CONST (0.)
3870 ? EV_TS_CONST (0.)
3692 waittime = backend_mintime; 3871 : backend_mintime;
3693 3872
3694 /* extra check because io_blocktime is commonly 0 */ 3873 /* extra check because io_blocktime is commonly 0 */
3695 if (expect_false (io_blocktime)) 3874 if (ecb_expect_false (io_blocktime))
3696 { 3875 {
3697 sleeptime = io_blocktime - (mn_now - prev_mn_now); 3876 sleeptime = io_blocktime - (mn_now - prev_mn_now);
3698 3877
3699 if (sleeptime > waittime - backend_mintime) 3878 if (sleeptime > waittime - backend_mintime)
3700 sleeptime = waittime - backend_mintime; 3879 sleeptime = waittime - backend_mintime;
3701 3880
3702 if (expect_true (sleeptime > 0.)) 3881 if (ecb_expect_true (sleeptime > EV_TS_CONST (0.)))
3703 { 3882 {
3704 ev_sleep (sleeptime); 3883 ev_sleep (sleeptime);
3705 waittime -= sleeptime; 3884 waittime -= sleeptime;
3706 } 3885 }
3707 } 3886 }
3721 { 3900 {
3722 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); 3901 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
3723 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3902 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
3724 } 3903 }
3725 3904
3726
3727 /* update ev_rt_now, do magic */ 3905 /* update ev_rt_now, do magic */
3728 time_update (EV_A_ waittime + sleeptime); 3906 time_update (EV_A_ waittime + sleeptime);
3729 } 3907 }
3730 3908
3731 /* queue pending timers and reschedule them */ 3909 /* queue pending timers and reschedule them */
3739 idle_reify (EV_A); 3917 idle_reify (EV_A);
3740#endif 3918#endif
3741 3919
3742#if EV_CHECK_ENABLE 3920#if EV_CHECK_ENABLE
3743 /* queue check watchers, to be executed first */ 3921 /* queue check watchers, to be executed first */
3744 if (expect_false (checkcnt)) 3922 if (ecb_expect_false (checkcnt))
3745 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK); 3923 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK);
3746#endif 3924#endif
3747 3925
3748 EV_INVOKE_PENDING; 3926 EV_INVOKE_PENDING;
3749 } 3927 }
3750 while (expect_true ( 3928 while (ecb_expect_true (
3751 activecnt 3929 activecnt
3752 && !loop_done 3930 && !loop_done
3753 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT)) 3931 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT))
3754 )); 3932 ));
3755 3933
3782} 3960}
3783 3961
3784void 3962void
3785ev_now_update (EV_P) EV_NOEXCEPT 3963ev_now_update (EV_P) EV_NOEXCEPT
3786{ 3964{
3787 time_update (EV_A_ 1e100); 3965 time_update (EV_A_ EV_TSTAMP_HUGE);
3788} 3966}
3789 3967
3790void 3968void
3791ev_suspend (EV_P) EV_NOEXCEPT 3969ev_suspend (EV_P) EV_NOEXCEPT
3792{ 3970{
3819inline_size void 3997inline_size void
3820wlist_del (WL *head, WL elem) 3998wlist_del (WL *head, WL elem)
3821{ 3999{
3822 while (*head) 4000 while (*head)
3823 { 4001 {
3824 if (expect_true (*head == elem)) 4002 if (ecb_expect_true (*head == elem))
3825 { 4003 {
3826 *head = elem->next; 4004 *head = elem->next;
3827 break; 4005 break;
3828 } 4006 }
3829 4007
3846ev_clear_pending (EV_P_ void *w) EV_NOEXCEPT 4024ev_clear_pending (EV_P_ void *w) EV_NOEXCEPT
3847{ 4025{
3848 W w_ = (W)w; 4026 W w_ = (W)w;
3849 int pending = w_->pending; 4027 int pending = w_->pending;
3850 4028
3851 if (expect_true (pending)) 4029 if (ecb_expect_true (pending))
3852 { 4030 {
3853 ANPENDING *p = pendings [ABSPRI (w_)] + pending - 1; 4031 ANPENDING *p = pendings [ABSPRI (w_)] + pending - 1;
3854 p->w = (W)&pending_w; 4032 p->w = (W)&pending_w;
3855 w_->pending = 0; 4033 w_->pending = 0;
3856 return p->events; 4034 return p->events;
3883 w->active = 0; 4061 w->active = 0;
3884} 4062}
3885 4063
3886/*****************************************************************************/ 4064/*****************************************************************************/
3887 4065
3888noinline 4066ecb_noinline
3889void 4067void
3890ev_io_start (EV_P_ ev_io *w) EV_NOEXCEPT 4068ev_io_start (EV_P_ ev_io *w) EV_NOEXCEPT
3891{ 4069{
3892 int fd = w->fd; 4070 int fd = w->fd;
3893 4071
3894 if (expect_false (ev_is_active (w))) 4072 if (ecb_expect_false (ev_is_active (w)))
3895 return; 4073 return;
3896 4074
3897 assert (("libev: ev_io_start called with negative fd", fd >= 0)); 4075 assert (("libev: ev_io_start called with negative fd", fd >= 0));
3898 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE)))); 4076 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
3899 4077
4078#if EV_VERIFY >= 2
4079 assert (("libev: ev_io_start called on watcher with invalid fd", fd_valid (fd)));
4080#endif
3900 EV_FREQUENT_CHECK; 4081 EV_FREQUENT_CHECK;
3901 4082
3902 ev_start (EV_A_ (W)w, 1); 4083 ev_start (EV_A_ (W)w, 1);
3903 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_needsize_zerofill); 4084 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_needsize_zerofill);
3904 wlist_add (&anfds[fd].head, (WL)w); 4085 wlist_add (&anfds[fd].head, (WL)w);
3910 w->events &= ~EV__IOFDSET; 4091 w->events &= ~EV__IOFDSET;
3911 4092
3912 EV_FREQUENT_CHECK; 4093 EV_FREQUENT_CHECK;
3913} 4094}
3914 4095
3915noinline 4096ecb_noinline
3916void 4097void
3917ev_io_stop (EV_P_ ev_io *w) EV_NOEXCEPT 4098ev_io_stop (EV_P_ ev_io *w) EV_NOEXCEPT
3918{ 4099{
3919 clear_pending (EV_A_ (W)w); 4100 clear_pending (EV_A_ (W)w);
3920 if (expect_false (!ev_is_active (w))) 4101 if (ecb_expect_false (!ev_is_active (w)))
3921 return; 4102 return;
3922 4103
3923 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax)); 4104 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
3924 4105
4106#if EV_VERIFY >= 2
4107 assert (("libev: ev_io_stop called on watcher with invalid fd", fd_valid (w->fd)));
4108#endif
3925 EV_FREQUENT_CHECK; 4109 EV_FREQUENT_CHECK;
3926 4110
3927 wlist_del (&anfds[w->fd].head, (WL)w); 4111 wlist_del (&anfds[w->fd].head, (WL)w);
3928 ev_stop (EV_A_ (W)w); 4112 ev_stop (EV_A_ (W)w);
3929 4113
3930 fd_change (EV_A_ w->fd, EV_ANFD_REIFY); 4114 fd_change (EV_A_ w->fd, EV_ANFD_REIFY);
3931 4115
3932 EV_FREQUENT_CHECK; 4116 EV_FREQUENT_CHECK;
3933} 4117}
3934 4118
3935noinline 4119ecb_noinline
3936void 4120void
3937ev_timer_start (EV_P_ ev_timer *w) EV_NOEXCEPT 4121ev_timer_start (EV_P_ ev_timer *w) EV_NOEXCEPT
3938{ 4122{
3939 if (expect_false (ev_is_active (w))) 4123 if (ecb_expect_false (ev_is_active (w)))
3940 return; 4124 return;
3941 4125
3942 ev_at (w) += mn_now; 4126 ev_at (w) += mn_now;
3943 4127
3944 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.)); 4128 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
3955 EV_FREQUENT_CHECK; 4139 EV_FREQUENT_CHECK;
3956 4140
3957 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/ 4141 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/
3958} 4142}
3959 4143
3960noinline 4144ecb_noinline
3961void 4145void
3962ev_timer_stop (EV_P_ ev_timer *w) EV_NOEXCEPT 4146ev_timer_stop (EV_P_ ev_timer *w) EV_NOEXCEPT
3963{ 4147{
3964 clear_pending (EV_A_ (W)w); 4148 clear_pending (EV_A_ (W)w);
3965 if (expect_false (!ev_is_active (w))) 4149 if (ecb_expect_false (!ev_is_active (w)))
3966 return; 4150 return;
3967 4151
3968 EV_FREQUENT_CHECK; 4152 EV_FREQUENT_CHECK;
3969 4153
3970 { 4154 {
3972 4156
3973 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w)); 4157 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
3974 4158
3975 --timercnt; 4159 --timercnt;
3976 4160
3977 if (expect_true (active < timercnt + HEAP0)) 4161 if (ecb_expect_true (active < timercnt + HEAP0))
3978 { 4162 {
3979 timers [active] = timers [timercnt + HEAP0]; 4163 timers [active] = timers [timercnt + HEAP0];
3980 adjustheap (timers, timercnt, active); 4164 adjustheap (timers, timercnt, active);
3981 } 4165 }
3982 } 4166 }
3986 ev_stop (EV_A_ (W)w); 4170 ev_stop (EV_A_ (W)w);
3987 4171
3988 EV_FREQUENT_CHECK; 4172 EV_FREQUENT_CHECK;
3989} 4173}
3990 4174
3991noinline 4175ecb_noinline
3992void 4176void
3993ev_timer_again (EV_P_ ev_timer *w) EV_NOEXCEPT 4177ev_timer_again (EV_P_ ev_timer *w) EV_NOEXCEPT
3994{ 4178{
3995 EV_FREQUENT_CHECK; 4179 EV_FREQUENT_CHECK;
3996 4180
4017} 4201}
4018 4202
4019ev_tstamp 4203ev_tstamp
4020ev_timer_remaining (EV_P_ ev_timer *w) EV_NOEXCEPT 4204ev_timer_remaining (EV_P_ ev_timer *w) EV_NOEXCEPT
4021{ 4205{
4022 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.); 4206 return ev_at (w) - (ev_is_active (w) ? mn_now : EV_TS_CONST (0.));
4023} 4207}
4024 4208
4025#if EV_PERIODIC_ENABLE 4209#if EV_PERIODIC_ENABLE
4026noinline 4210ecb_noinline
4027void 4211void
4028ev_periodic_start (EV_P_ ev_periodic *w) EV_NOEXCEPT 4212ev_periodic_start (EV_P_ ev_periodic *w) EV_NOEXCEPT
4029{ 4213{
4030 if (expect_false (ev_is_active (w))) 4214 if (ecb_expect_false (ev_is_active (w)))
4031 return; 4215 return;
4032 4216
4033 if (w->reschedule_cb) 4217 if (w->reschedule_cb)
4034 ev_at (w) = w->reschedule_cb (w, ev_rt_now); 4218 ev_at (w) = w->reschedule_cb (w, ev_rt_now);
4035 else if (w->interval) 4219 else if (w->interval)
4052 EV_FREQUENT_CHECK; 4236 EV_FREQUENT_CHECK;
4053 4237
4054 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/ 4238 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/
4055} 4239}
4056 4240
4057noinline 4241ecb_noinline
4058void 4242void
4059ev_periodic_stop (EV_P_ ev_periodic *w) EV_NOEXCEPT 4243ev_periodic_stop (EV_P_ ev_periodic *w) EV_NOEXCEPT
4060{ 4244{
4061 clear_pending (EV_A_ (W)w); 4245 clear_pending (EV_A_ (W)w);
4062 if (expect_false (!ev_is_active (w))) 4246 if (ecb_expect_false (!ev_is_active (w)))
4063 return; 4247 return;
4064 4248
4065 EV_FREQUENT_CHECK; 4249 EV_FREQUENT_CHECK;
4066 4250
4067 { 4251 {
4069 4253
4070 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w)); 4254 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
4071 4255
4072 --periodiccnt; 4256 --periodiccnt;
4073 4257
4074 if (expect_true (active < periodiccnt + HEAP0)) 4258 if (ecb_expect_true (active < periodiccnt + HEAP0))
4075 { 4259 {
4076 periodics [active] = periodics [periodiccnt + HEAP0]; 4260 periodics [active] = periodics [periodiccnt + HEAP0];
4077 adjustheap (periodics, periodiccnt, active); 4261 adjustheap (periodics, periodiccnt, active);
4078 } 4262 }
4079 } 4263 }
4081 ev_stop (EV_A_ (W)w); 4265 ev_stop (EV_A_ (W)w);
4082 4266
4083 EV_FREQUENT_CHECK; 4267 EV_FREQUENT_CHECK;
4084} 4268}
4085 4269
4086noinline 4270ecb_noinline
4087void 4271void
4088ev_periodic_again (EV_P_ ev_periodic *w) EV_NOEXCEPT 4272ev_periodic_again (EV_P_ ev_periodic *w) EV_NOEXCEPT
4089{ 4273{
4090 /* TODO: use adjustheap and recalculation */ 4274 /* TODO: use adjustheap and recalculation */
4091 ev_periodic_stop (EV_A_ w); 4275 ev_periodic_stop (EV_A_ w);
4097# define SA_RESTART 0 4281# define SA_RESTART 0
4098#endif 4282#endif
4099 4283
4100#if EV_SIGNAL_ENABLE 4284#if EV_SIGNAL_ENABLE
4101 4285
4102noinline 4286ecb_noinline
4103void 4287void
4104ev_signal_start (EV_P_ ev_signal *w) EV_NOEXCEPT 4288ev_signal_start (EV_P_ ev_signal *w) EV_NOEXCEPT
4105{ 4289{
4106 if (expect_false (ev_is_active (w))) 4290 if (ecb_expect_false (ev_is_active (w)))
4107 return; 4291 return;
4108 4292
4109 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG)); 4293 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
4110 4294
4111#if EV_MULTIPLICITY 4295#if EV_MULTIPLICITY
4180 } 4364 }
4181 4365
4182 EV_FREQUENT_CHECK; 4366 EV_FREQUENT_CHECK;
4183} 4367}
4184 4368
4185noinline 4369ecb_noinline
4186void 4370void
4187ev_signal_stop (EV_P_ ev_signal *w) EV_NOEXCEPT 4371ev_signal_stop (EV_P_ ev_signal *w) EV_NOEXCEPT
4188{ 4372{
4189 clear_pending (EV_A_ (W)w); 4373 clear_pending (EV_A_ (W)w);
4190 if (expect_false (!ev_is_active (w))) 4374 if (ecb_expect_false (!ev_is_active (w)))
4191 return; 4375 return;
4192 4376
4193 EV_FREQUENT_CHECK; 4377 EV_FREQUENT_CHECK;
4194 4378
4195 wlist_del (&signals [w->signum - 1].head, (WL)w); 4379 wlist_del (&signals [w->signum - 1].head, (WL)w);
4228ev_child_start (EV_P_ ev_child *w) EV_NOEXCEPT 4412ev_child_start (EV_P_ ev_child *w) EV_NOEXCEPT
4229{ 4413{
4230#if EV_MULTIPLICITY 4414#if EV_MULTIPLICITY
4231 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); 4415 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
4232#endif 4416#endif
4233 if (expect_false (ev_is_active (w))) 4417 if (ecb_expect_false (ev_is_active (w)))
4234 return; 4418 return;
4235 4419
4236 EV_FREQUENT_CHECK; 4420 EV_FREQUENT_CHECK;
4237 4421
4238 ev_start (EV_A_ (W)w, 1); 4422 ev_start (EV_A_ (W)w, 1);
4243 4427
4244void 4428void
4245ev_child_stop (EV_P_ ev_child *w) EV_NOEXCEPT 4429ev_child_stop (EV_P_ ev_child *w) EV_NOEXCEPT
4246{ 4430{
4247 clear_pending (EV_A_ (W)w); 4431 clear_pending (EV_A_ (W)w);
4248 if (expect_false (!ev_is_active (w))) 4432 if (ecb_expect_false (!ev_is_active (w)))
4249 return; 4433 return;
4250 4434
4251 EV_FREQUENT_CHECK; 4435 EV_FREQUENT_CHECK;
4252 4436
4253 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); 4437 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w);
4267 4451
4268#define DEF_STAT_INTERVAL 5.0074891 4452#define DEF_STAT_INTERVAL 5.0074891
4269#define NFS_STAT_INTERVAL 30.1074891 /* for filesystems potentially failing inotify */ 4453#define NFS_STAT_INTERVAL 30.1074891 /* for filesystems potentially failing inotify */
4270#define MIN_STAT_INTERVAL 0.1074891 4454#define MIN_STAT_INTERVAL 0.1074891
4271 4455
4272noinline static void stat_timer_cb (EV_P_ ev_timer *w_, int revents); 4456ecb_noinline static void stat_timer_cb (EV_P_ ev_timer *w_, int revents);
4273 4457
4274#if EV_USE_INOTIFY 4458#if EV_USE_INOTIFY
4275 4459
4276/* the * 2 is to allow for alignment padding, which for some reason is >> 8 */ 4460/* the * 2 is to allow for alignment padding, which for some reason is >> 8 */
4277# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX) 4461# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX)
4278 4462
4279noinline 4463ecb_noinline
4280static void 4464static void
4281infy_add (EV_P_ ev_stat *w) 4465infy_add (EV_P_ ev_stat *w)
4282{ 4466{
4283 w->wd = inotify_add_watch (fs_fd, w->path, 4467 w->wd = inotify_add_watch (fs_fd, w->path,
4284 IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY 4468 IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY
4349 if (ev_is_active (&w->timer)) ev_ref (EV_A); 4533 if (ev_is_active (&w->timer)) ev_ref (EV_A);
4350 ev_timer_again (EV_A_ &w->timer); 4534 ev_timer_again (EV_A_ &w->timer);
4351 if (ev_is_active (&w->timer)) ev_unref (EV_A); 4535 if (ev_is_active (&w->timer)) ev_unref (EV_A);
4352} 4536}
4353 4537
4354noinline 4538ecb_noinline
4355static void 4539static void
4356infy_del (EV_P_ ev_stat *w) 4540infy_del (EV_P_ ev_stat *w)
4357{ 4541{
4358 int slot; 4542 int slot;
4359 int wd = w->wd; 4543 int wd = w->wd;
4367 4551
4368 /* remove this watcher, if others are watching it, they will rearm */ 4552 /* remove this watcher, if others are watching it, they will rearm */
4369 inotify_rm_watch (fs_fd, wd); 4553 inotify_rm_watch (fs_fd, wd);
4370} 4554}
4371 4555
4372noinline 4556ecb_noinline
4373static void 4557static void
4374infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev) 4558infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev)
4375{ 4559{
4376 if (slot < 0) 4560 if (slot < 0)
4377 /* overflow, need to check for all hash slots */ 4561 /* overflow, need to check for all hash slots */
4523 w->attr.st_nlink = 0; 4707 w->attr.st_nlink = 0;
4524 else if (!w->attr.st_nlink) 4708 else if (!w->attr.st_nlink)
4525 w->attr.st_nlink = 1; 4709 w->attr.st_nlink = 1;
4526} 4710}
4527 4711
4528noinline 4712ecb_noinline
4529static void 4713static void
4530stat_timer_cb (EV_P_ ev_timer *w_, int revents) 4714stat_timer_cb (EV_P_ ev_timer *w_, int revents)
4531{ 4715{
4532 ev_stat *w = (ev_stat *)(((char *)w_) - offsetof (ev_stat, timer)); 4716 ev_stat *w = (ev_stat *)(((char *)w_) - offsetof (ev_stat, timer));
4533 4717
4567} 4751}
4568 4752
4569void 4753void
4570ev_stat_start (EV_P_ ev_stat *w) EV_NOEXCEPT 4754ev_stat_start (EV_P_ ev_stat *w) EV_NOEXCEPT
4571{ 4755{
4572 if (expect_false (ev_is_active (w))) 4756 if (ecb_expect_false (ev_is_active (w)))
4573 return; 4757 return;
4574 4758
4575 ev_stat_stat (EV_A_ w); 4759 ev_stat_stat (EV_A_ w);
4576 4760
4577 if (w->interval < MIN_STAT_INTERVAL && w->interval) 4761 if (w->interval < MIN_STAT_INTERVAL && w->interval)
4599 4783
4600void 4784void
4601ev_stat_stop (EV_P_ ev_stat *w) EV_NOEXCEPT 4785ev_stat_stop (EV_P_ ev_stat *w) EV_NOEXCEPT
4602{ 4786{
4603 clear_pending (EV_A_ (W)w); 4787 clear_pending (EV_A_ (W)w);
4604 if (expect_false (!ev_is_active (w))) 4788 if (ecb_expect_false (!ev_is_active (w)))
4605 return; 4789 return;
4606 4790
4607 EV_FREQUENT_CHECK; 4791 EV_FREQUENT_CHECK;
4608 4792
4609#if EV_USE_INOTIFY 4793#if EV_USE_INOTIFY
4624 4808
4625#if EV_IDLE_ENABLE 4809#if EV_IDLE_ENABLE
4626void 4810void
4627ev_idle_start (EV_P_ ev_idle *w) EV_NOEXCEPT 4811ev_idle_start (EV_P_ ev_idle *w) EV_NOEXCEPT
4628{ 4812{
4629 if (expect_false (ev_is_active (w))) 4813 if (ecb_expect_false (ev_is_active (w)))
4630 return; 4814 return;
4631 4815
4632 pri_adjust (EV_A_ (W)w); 4816 pri_adjust (EV_A_ (W)w);
4633 4817
4634 EV_FREQUENT_CHECK; 4818 EV_FREQUENT_CHECK;
4648 4832
4649void 4833void
4650ev_idle_stop (EV_P_ ev_idle *w) EV_NOEXCEPT 4834ev_idle_stop (EV_P_ ev_idle *w) EV_NOEXCEPT
4651{ 4835{
4652 clear_pending (EV_A_ (W)w); 4836 clear_pending (EV_A_ (W)w);
4653 if (expect_false (!ev_is_active (w))) 4837 if (ecb_expect_false (!ev_is_active (w)))
4654 return; 4838 return;
4655 4839
4656 EV_FREQUENT_CHECK; 4840 EV_FREQUENT_CHECK;
4657 4841
4658 { 4842 {
4671 4855
4672#if EV_PREPARE_ENABLE 4856#if EV_PREPARE_ENABLE
4673void 4857void
4674ev_prepare_start (EV_P_ ev_prepare *w) EV_NOEXCEPT 4858ev_prepare_start (EV_P_ ev_prepare *w) EV_NOEXCEPT
4675{ 4859{
4676 if (expect_false (ev_is_active (w))) 4860 if (ecb_expect_false (ev_is_active (w)))
4677 return; 4861 return;
4678 4862
4679 EV_FREQUENT_CHECK; 4863 EV_FREQUENT_CHECK;
4680 4864
4681 ev_start (EV_A_ (W)w, ++preparecnt); 4865 ev_start (EV_A_ (W)w, ++preparecnt);
4687 4871
4688void 4872void
4689ev_prepare_stop (EV_P_ ev_prepare *w) EV_NOEXCEPT 4873ev_prepare_stop (EV_P_ ev_prepare *w) EV_NOEXCEPT
4690{ 4874{
4691 clear_pending (EV_A_ (W)w); 4875 clear_pending (EV_A_ (W)w);
4692 if (expect_false (!ev_is_active (w))) 4876 if (ecb_expect_false (!ev_is_active (w)))
4693 return; 4877 return;
4694 4878
4695 EV_FREQUENT_CHECK; 4879 EV_FREQUENT_CHECK;
4696 4880
4697 { 4881 {
4709 4893
4710#if EV_CHECK_ENABLE 4894#if EV_CHECK_ENABLE
4711void 4895void
4712ev_check_start (EV_P_ ev_check *w) EV_NOEXCEPT 4896ev_check_start (EV_P_ ev_check *w) EV_NOEXCEPT
4713{ 4897{
4714 if (expect_false (ev_is_active (w))) 4898 if (ecb_expect_false (ev_is_active (w)))
4715 return; 4899 return;
4716 4900
4717 EV_FREQUENT_CHECK; 4901 EV_FREQUENT_CHECK;
4718 4902
4719 ev_start (EV_A_ (W)w, ++checkcnt); 4903 ev_start (EV_A_ (W)w, ++checkcnt);
4725 4909
4726void 4910void
4727ev_check_stop (EV_P_ ev_check *w) EV_NOEXCEPT 4911ev_check_stop (EV_P_ ev_check *w) EV_NOEXCEPT
4728{ 4912{
4729 clear_pending (EV_A_ (W)w); 4913 clear_pending (EV_A_ (W)w);
4730 if (expect_false (!ev_is_active (w))) 4914 if (ecb_expect_false (!ev_is_active (w)))
4731 return; 4915 return;
4732 4916
4733 EV_FREQUENT_CHECK; 4917 EV_FREQUENT_CHECK;
4734 4918
4735 { 4919 {
4744 EV_FREQUENT_CHECK; 4928 EV_FREQUENT_CHECK;
4745} 4929}
4746#endif 4930#endif
4747 4931
4748#if EV_EMBED_ENABLE 4932#if EV_EMBED_ENABLE
4749noinline 4933ecb_noinline
4750void 4934void
4751ev_embed_sweep (EV_P_ ev_embed *w) EV_NOEXCEPT 4935ev_embed_sweep (EV_P_ ev_embed *w) EV_NOEXCEPT
4752{ 4936{
4753 ev_run (w->other, EVRUN_NOWAIT); 4937 ev_run (w->other, EVRUN_NOWAIT);
4754} 4938}
4806#endif 4990#endif
4807 4991
4808void 4992void
4809ev_embed_start (EV_P_ ev_embed *w) EV_NOEXCEPT 4993ev_embed_start (EV_P_ ev_embed *w) EV_NOEXCEPT
4810{ 4994{
4811 if (expect_false (ev_is_active (w))) 4995 if (ecb_expect_false (ev_is_active (w)))
4812 return; 4996 return;
4813 4997
4814 { 4998 {
4815 EV_P = w->other; 4999 EV_P = w->other;
4816 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ())); 5000 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
4838 5022
4839void 5023void
4840ev_embed_stop (EV_P_ ev_embed *w) EV_NOEXCEPT 5024ev_embed_stop (EV_P_ ev_embed *w) EV_NOEXCEPT
4841{ 5025{
4842 clear_pending (EV_A_ (W)w); 5026 clear_pending (EV_A_ (W)w);
4843 if (expect_false (!ev_is_active (w))) 5027 if (ecb_expect_false (!ev_is_active (w)))
4844 return; 5028 return;
4845 5029
4846 EV_FREQUENT_CHECK; 5030 EV_FREQUENT_CHECK;
4847 5031
4848 ev_io_stop (EV_A_ &w->io); 5032 ev_io_stop (EV_A_ &w->io);
4857 5041
4858#if EV_FORK_ENABLE 5042#if EV_FORK_ENABLE
4859void 5043void
4860ev_fork_start (EV_P_ ev_fork *w) EV_NOEXCEPT 5044ev_fork_start (EV_P_ ev_fork *w) EV_NOEXCEPT
4861{ 5045{
4862 if (expect_false (ev_is_active (w))) 5046 if (ecb_expect_false (ev_is_active (w)))
4863 return; 5047 return;
4864 5048
4865 EV_FREQUENT_CHECK; 5049 EV_FREQUENT_CHECK;
4866 5050
4867 ev_start (EV_A_ (W)w, ++forkcnt); 5051 ev_start (EV_A_ (W)w, ++forkcnt);
4873 5057
4874void 5058void
4875ev_fork_stop (EV_P_ ev_fork *w) EV_NOEXCEPT 5059ev_fork_stop (EV_P_ ev_fork *w) EV_NOEXCEPT
4876{ 5060{
4877 clear_pending (EV_A_ (W)w); 5061 clear_pending (EV_A_ (W)w);
4878 if (expect_false (!ev_is_active (w))) 5062 if (ecb_expect_false (!ev_is_active (w)))
4879 return; 5063 return;
4880 5064
4881 EV_FREQUENT_CHECK; 5065 EV_FREQUENT_CHECK;
4882 5066
4883 { 5067 {
4895 5079
4896#if EV_CLEANUP_ENABLE 5080#if EV_CLEANUP_ENABLE
4897void 5081void
4898ev_cleanup_start (EV_P_ ev_cleanup *w) EV_NOEXCEPT 5082ev_cleanup_start (EV_P_ ev_cleanup *w) EV_NOEXCEPT
4899{ 5083{
4900 if (expect_false (ev_is_active (w))) 5084 if (ecb_expect_false (ev_is_active (w)))
4901 return; 5085 return;
4902 5086
4903 EV_FREQUENT_CHECK; 5087 EV_FREQUENT_CHECK;
4904 5088
4905 ev_start (EV_A_ (W)w, ++cleanupcnt); 5089 ev_start (EV_A_ (W)w, ++cleanupcnt);
4913 5097
4914void 5098void
4915ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_NOEXCEPT 5099ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_NOEXCEPT
4916{ 5100{
4917 clear_pending (EV_A_ (W)w); 5101 clear_pending (EV_A_ (W)w);
4918 if (expect_false (!ev_is_active (w))) 5102 if (ecb_expect_false (!ev_is_active (w)))
4919 return; 5103 return;
4920 5104
4921 EV_FREQUENT_CHECK; 5105 EV_FREQUENT_CHECK;
4922 ev_ref (EV_A); 5106 ev_ref (EV_A);
4923 5107
4936 5120
4937#if EV_ASYNC_ENABLE 5121#if EV_ASYNC_ENABLE
4938void 5122void
4939ev_async_start (EV_P_ ev_async *w) EV_NOEXCEPT 5123ev_async_start (EV_P_ ev_async *w) EV_NOEXCEPT
4940{ 5124{
4941 if (expect_false (ev_is_active (w))) 5125 if (ecb_expect_false (ev_is_active (w)))
4942 return; 5126 return;
4943 5127
4944 w->sent = 0; 5128 w->sent = 0;
4945 5129
4946 evpipe_init (EV_A); 5130 evpipe_init (EV_A);
4956 5140
4957void 5141void
4958ev_async_stop (EV_P_ ev_async *w) EV_NOEXCEPT 5142ev_async_stop (EV_P_ ev_async *w) EV_NOEXCEPT
4959{ 5143{
4960 clear_pending (EV_A_ (W)w); 5144 clear_pending (EV_A_ (W)w);
4961 if (expect_false (!ev_is_active (w))) 5145 if (ecb_expect_false (!ev_is_active (w)))
4962 return; 5146 return;
4963 5147
4964 EV_FREQUENT_CHECK; 5148 EV_FREQUENT_CHECK;
4965 5149
4966 { 5150 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines