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

Comparing libev/ev.c (file contents):
Revision 1.491 by root, Thu Jun 20 23:14:53 2019 UTC vs.
Revision 1.503 by root, Wed Jul 3 21:52:04 2019 UTC

325#ifndef EV_USE_PORT 325#ifndef EV_USE_PORT
326# define EV_USE_PORT 0 326# define EV_USE_PORT 0
327#endif 327#endif
328 328
329#ifndef EV_USE_LINUXAIO 329#ifndef EV_USE_LINUXAIO
330# if __linux /* libev currently assumes linux/aio_abi.h is always available on linux */
331# define EV_USE_LINUXAIO 1
332# else
330# define EV_USE_LINUXAIO 0 333# define EV_USE_LINUXAIO 0
334# endif
335#endif
336
337#ifndef EV_USE_IOURING
338# if __linux
339# define EV_USE_IOURING 0
340# else
341# define EV_USE_IOURING 0
342# endif
331#endif 343#endif
332 344
333#ifndef EV_USE_INOTIFY 345#ifndef EV_USE_INOTIFY
334# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4)) 346# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4))
335# define EV_USE_INOTIFY EV_FEATURE_OS 347# define EV_USE_INOTIFY EV_FEATURE_OS
392/* aix's poll.h seems to cause lots of trouble */ 404/* aix's poll.h seems to cause lots of trouble */
393#ifdef _AIX 405#ifdef _AIX
394/* AIX has a completely broken poll.h header */ 406/* AIX has a completely broken poll.h header */
395# undef EV_USE_POLL 407# undef EV_USE_POLL
396# define EV_USE_POLL 0 408# define EV_USE_POLL 0
397#endif
398
399#if EV_USE_LINUXAIO
400# include <linux/aio_abi.h> /* probably only needed for aio_context_t */
401#endif 409#endif
402 410
403/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */ 411/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */
404/* which makes programs even slower. might work on other unices, too. */ 412/* which makes programs even slower. might work on other unices, too. */
405#if EV_USE_CLOCK_SYSCALL 413#if EV_USE_CLOCK_SYSCALL
406# include <sys/syscall.h> 414# include <sys/syscall.h>
407# ifdef SYS_clock_gettime 415# ifdef SYS_clock_gettime
408# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts)) 416# define clock_gettime(id, ts) syscall (SYS_clock_gettime, (id), (ts))
409# undef EV_USE_MONOTONIC 417# undef EV_USE_MONOTONIC
410# define EV_USE_MONOTONIC 1 418# define EV_USE_MONOTONIC 1
419# define EV_NEED_SYSCALL 1
411# else 420# else
412# undef EV_USE_CLOCK_SYSCALL 421# undef EV_USE_CLOCK_SYSCALL
413# define EV_USE_CLOCK_SYSCALL 0 422# define EV_USE_CLOCK_SYSCALL 0
414# endif 423# endif
415#endif 424#endif
438# endif 447# endif
439#endif 448#endif
440 449
441#if EV_USE_LINUXAIO 450#if EV_USE_LINUXAIO
442# include <sys/syscall.h> 451# include <sys/syscall.h>
443# if !SYS_io_getevents 452# if SYS_io_getevents && EV_USE_EPOLL /* linuxaio backend requires epoll backend */
453# define EV_NEED_SYSCALL 1
454# else
444# undef EV_USE_LINUXAIO 455# undef EV_USE_LINUXAIO
445# define EV_USE_LINUXAIO 0 456# define EV_USE_LINUXAIO 0
457# endif
458#endif
459
460#if EV_USE_IOURING
461# include <sys/syscall.h>
462# if !SYS_io_uring_setup && __linux && !__alpha
463# define SYS_io_uring_setup 425
464# define SYS_io_uring_enter 426
465# define SYS_io_uring_wregister 427
466# endif
467# if SYS_io_uring_setup && EV_USE_EPOLL /* iouring backend requires epoll backend */
468# define EV_NEED_SYSCALL 1
469# else
470# undef EV_USE_IOURING
471# define EV_USE_IOURING 0
446# endif 472# endif
447#endif 473#endif
448 474
449#if EV_USE_INOTIFY 475#if EV_USE_INOTIFY
450# include <sys/statfs.h> 476# include <sys/statfs.h>
492 uint32_t ssi_signo; 518 uint32_t ssi_signo;
493 char pad[128 - sizeof (uint32_t)]; 519 char pad[128 - sizeof (uint32_t)];
494}; 520};
495#endif 521#endif
496 522
497/**/ 523/*****************************************************************************/
498 524
499#if EV_VERIFY >= 3 525#if EV_VERIFY >= 3
500# define EV_FREQUENT_CHECK ev_verify (EV_A) 526# define EV_FREQUENT_CHECK ev_verify (EV_A)
501#else 527#else
502# define EV_FREQUENT_CHECK do { } while (0) 528# define EV_FREQUENT_CHECK do { } while (0)
507 * This value is good at least till the year 4000. 533 * This value is good at least till the year 4000.
508 */ 534 */
509#define MIN_INTERVAL 0.0001220703125 /* 1/2**13, good till 4000 */ 535#define MIN_INTERVAL 0.0001220703125 /* 1/2**13, good till 4000 */
510/*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */ 536/*#define MIN_INTERVAL 0.00000095367431640625 /* 1/2**20, good till 2200 */
511 537
512#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */ 538#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */
513#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */ 539#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */
540
541/* find a portable timestamp that is "alawys" in the future but fits into time_t.
542 * this is quite hard, and we are mostly guessing - we handle 32 bit signed/unsigned time_t,
543 * and sizes large than 32 bit, but and maybe the unlikely loating point time_t */
544#define EV_TSTAMP_HUGE \
545 (sizeof (time_t) >= 8 ? 10000000000000. \
546 : 0 < (time_t)4294967295 ? 4294967295. \
547 : 2147483647.) \
514 548
515#define EV_TV_SET(tv,t) do { tv.tv_sec = (long)t; tv.tv_usec = (long)((t - tv.tv_sec) * 1e6); } while (0) 549#define EV_TV_SET(tv,t) do { tv.tv_sec = (long)t; tv.tv_usec = (long)((t - tv.tv_sec) * 1e6); } while (0)
516#define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } while (0) 550#define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } while (0)
517 551
518/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */ 552/* the following is ecb.h embedded into libev - use update_ev_c to update from an external copy */
559 593
560#ifndef ECB_H 594#ifndef ECB_H
561#define ECB_H 595#define ECB_H
562 596
563/* 16 bits major, 16 bits minor */ 597/* 16 bits major, 16 bits minor */
564#define ECB_VERSION 0x00010005 598#define ECB_VERSION 0x00010006
565 599
566#ifdef _WIN32 600#ifdef _WIN32
567 typedef signed char int8_t; 601 typedef signed char int8_t;
568 typedef unsigned char uint8_t; 602 typedef unsigned char uint8_t;
569 typedef signed short int16_t; 603 typedef signed short int16_t;
683 #include <intrin.h> /* fence functions _ReadBarrier, also bit search functions _BitScanReverse */ 717 #include <intrin.h> /* fence functions _ReadBarrier, also bit search functions _BitScanReverse */
684#endif 718#endif
685 719
686#ifndef ECB_MEMORY_FENCE 720#ifndef ECB_MEMORY_FENCE
687 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110 721 #if ECB_GCC_VERSION(2,5) || defined __INTEL_COMPILER || (__llvm__ && __GNUC__) || __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
722 #define ECB_MEMORY_FENCE_RELAXED __asm__ __volatile__ ("" : : : "memory")
688 #if __i386 || __i386__ 723 #if __i386 || __i386__
689 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory") 724 #define ECB_MEMORY_FENCE __asm__ __volatile__ ("lock; orb $0, -1(%%esp)" : : : "memory")
690 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory") 725 #define ECB_MEMORY_FENCE_ACQUIRE __asm__ __volatile__ ("" : : : "memory")
691 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("" : : : "memory") 726 #define ECB_MEMORY_FENCE_RELEASE __asm__ __volatile__ ("" : : : "memory")
692 #elif ECB_GCC_AMD64 727 #elif ECB_GCC_AMD64
742 #if ECB_GCC_VERSION(4,7) 777 #if ECB_GCC_VERSION(4,7)
743 /* see comment below (stdatomic.h) about the C11 memory model. */ 778 /* see comment below (stdatomic.h) about the C11 memory model. */
744 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST) 779 #define ECB_MEMORY_FENCE __atomic_thread_fence (__ATOMIC_SEQ_CST)
745 #define ECB_MEMORY_FENCE_ACQUIRE __atomic_thread_fence (__ATOMIC_ACQUIRE) 780 #define ECB_MEMORY_FENCE_ACQUIRE __atomic_thread_fence (__ATOMIC_ACQUIRE)
746 #define ECB_MEMORY_FENCE_RELEASE __atomic_thread_fence (__ATOMIC_RELEASE) 781 #define ECB_MEMORY_FENCE_RELEASE __atomic_thread_fence (__ATOMIC_RELEASE)
782 #define ECB_MEMORY_FENCE_RELAXED __atomic_thread_fence (__ATOMIC_RELAXED)
747 783
748 #elif ECB_CLANG_EXTENSION(c_atomic) 784 #elif ECB_CLANG_EXTENSION(c_atomic)
749 /* see comment below (stdatomic.h) about the C11 memory model. */ 785 /* see comment below (stdatomic.h) about the C11 memory model. */
750 #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST) 786 #define ECB_MEMORY_FENCE __c11_atomic_thread_fence (__ATOMIC_SEQ_CST)
751 #define ECB_MEMORY_FENCE_ACQUIRE __c11_atomic_thread_fence (__ATOMIC_ACQUIRE) 787 #define ECB_MEMORY_FENCE_ACQUIRE __c11_atomic_thread_fence (__ATOMIC_ACQUIRE)
752 #define ECB_MEMORY_FENCE_RELEASE __c11_atomic_thread_fence (__ATOMIC_RELEASE) 788 #define ECB_MEMORY_FENCE_RELEASE __c11_atomic_thread_fence (__ATOMIC_RELEASE)
789 #define ECB_MEMORY_FENCE_RELAXED __c11_atomic_thread_fence (__ATOMIC_RELAXED)
753 790
754 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__ 791 #elif ECB_GCC_VERSION(4,4) || defined __INTEL_COMPILER || defined __clang__
755 #define ECB_MEMORY_FENCE __sync_synchronize () 792 #define ECB_MEMORY_FENCE __sync_synchronize ()
756 #elif _MSC_VER >= 1500 /* VC++ 2008 */ 793 #elif _MSC_VER >= 1500 /* VC++ 2008 */
757 /* apparently, microsoft broke all the memory barrier stuff in Visual Studio 2008... */ 794 /* apparently, microsoft broke all the memory barrier stuff in Visual Studio 2008... */
767 #elif defined _WIN32 804 #elif defined _WIN32
768 #include <WinNT.h> 805 #include <WinNT.h>
769 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */ 806 #define ECB_MEMORY_FENCE MemoryBarrier () /* actually just xchg on x86... scary */
770 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110 807 #elif __SUNPRO_C >= 0x5110 || __SUNPRO_CC >= 0x5110
771 #include <mbarrier.h> 808 #include <mbarrier.h>
772 #define ECB_MEMORY_FENCE __machine_rw_barrier () 809 #define ECB_MEMORY_FENCE __machine_rw_barrier ()
773 #define ECB_MEMORY_FENCE_ACQUIRE __machine_r_barrier () 810 #define ECB_MEMORY_FENCE_ACQUIRE __machine_acq_barrier ()
774 #define ECB_MEMORY_FENCE_RELEASE __machine_w_barrier () 811 #define ECB_MEMORY_FENCE_RELEASE __machine_rel_barrier ()
812 #define ECB_MEMORY_FENCE_RELAXED __compiler_barrier ()
775 #elif __xlC__ 813 #elif __xlC__
776 #define ECB_MEMORY_FENCE __sync () 814 #define ECB_MEMORY_FENCE __sync ()
777 #endif 815 #endif
778#endif 816#endif
779 817
780#ifndef ECB_MEMORY_FENCE 818#ifndef ECB_MEMORY_FENCE
781 #if ECB_C11 && !defined __STDC_NO_ATOMICS__ 819 #if ECB_C11 && !defined __STDC_NO_ATOMICS__
782 /* we assume that these memory fences work on all variables/all memory accesses, */ 820 /* we assume that these memory fences work on all variables/all memory accesses, */
783 /* not just C11 atomics and atomic accesses */ 821 /* not just C11 atomics and atomic accesses */
784 #include <stdatomic.h> 822 #include <stdatomic.h>
785 /* Unfortunately, neither gcc 4.7 nor clang 3.1 generate any instructions for */
786 /* any fence other than seq_cst, which isn't very efficient for us. */
787 /* Why that is, we don't know - either the C11 memory model is quite useless */
788 /* for most usages, or gcc and clang have a bug */
789 /* I *currently* lean towards the latter, and inefficiently implement */
790 /* all three of ecb's fences as a seq_cst fence */
791 /* Update, gcc-4.8 generates mfence for all c++ fences, but nothing */
792 /* for all __atomic_thread_fence's except seq_cst */
793 #define ECB_MEMORY_FENCE atomic_thread_fence (memory_order_seq_cst) 823 #define ECB_MEMORY_FENCE atomic_thread_fence (memory_order_seq_cst)
824 #define ECB_MEMORY_FENCE_ACQUIRE atomic_thread_fence (memory_order_acquire)
825 #define ECB_MEMORY_FENCE_RELEASE atomic_thread_fence (memory_order_release)
794 #endif 826 #endif
795#endif 827#endif
796 828
797#ifndef ECB_MEMORY_FENCE 829#ifndef ECB_MEMORY_FENCE
798 #if !ECB_AVOID_PTHREADS 830 #if !ECB_AVOID_PTHREADS
816 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 848 #define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
817#endif 849#endif
818 850
819#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE 851#if !defined ECB_MEMORY_FENCE_RELEASE && defined ECB_MEMORY_FENCE
820 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 852 #define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
853#endif
854
855#if !defined ECB_MEMORY_FENCE_RELAXED && defined ECB_MEMORY_FENCE
856 #define ECB_MEMORY_FENCE_RELAXED ECB_MEMORY_FENCE /* very heavy-handed */
821#endif 857#endif
822 858
823/*****************************************************************************/ 859/*****************************************************************************/
824 860
825#if ECB_CPP 861#if ECB_CPP
1534/* ECB.H END */ 1570/* ECB.H END */
1535 1571
1536#if ECB_MEMORY_FENCE_NEEDS_PTHREADS 1572#if ECB_MEMORY_FENCE_NEEDS_PTHREADS
1537/* if your architecture doesn't need memory fences, e.g. because it is 1573/* if your architecture doesn't need memory fences, e.g. because it is
1538 * single-cpu/core, or if you use libev in a project that doesn't use libev 1574 * single-cpu/core, or if you use libev in a project that doesn't use libev
1539 * from multiple threads, then you can define ECB_AVOID_PTHREADS when compiling 1575 * from multiple threads, then you can define ECB_NO_THREADS when compiling
1540 * libev, in which cases the memory fences become nops. 1576 * libev, in which cases the memory fences become nops.
1541 * alternatively, you can remove this #error and link against libpthread, 1577 * alternatively, you can remove this #error and link against libpthread,
1542 * which will then provide the memory fences. 1578 * which will then provide the memory fences.
1543 */ 1579 */
1544# error "memory fences not defined for your architecture, please report" 1580# error "memory fences not defined for your architecture, please report"
1548# define ECB_MEMORY_FENCE do { } while (0) 1584# define ECB_MEMORY_FENCE do { } while (0)
1549# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE 1585# define ECB_MEMORY_FENCE_ACQUIRE ECB_MEMORY_FENCE
1550# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE 1586# define ECB_MEMORY_FENCE_RELEASE ECB_MEMORY_FENCE
1551#endif 1587#endif
1552 1588
1553#define expect_false(cond) ecb_expect_false (cond)
1554#define expect_true(cond) ecb_expect_true (cond)
1555#define noinline ecb_noinline
1556
1557#define inline_size ecb_inline 1589#define inline_size ecb_inline
1558 1590
1559#if EV_FEATURE_CODE 1591#if EV_FEATURE_CODE
1560# define inline_speed ecb_inline 1592# define inline_speed ecb_inline
1561#else 1593#else
1562# define inline_speed noinline static 1594# define inline_speed ecb_noinline static
1563#endif 1595#endif
1596
1597/*****************************************************************************/
1598/* raw syscall wrappers */
1599
1600#if EV_NEED_SYSCALL
1601
1602#include <sys/syscall.h>
1603
1604/*
1605 * define some syscall wrappers for common architectures
1606 * this is mostly for nice looks during debugging, not performance.
1607 * our syscalls return < 0, not == -1, on error. which is good
1608 * enough for linux aio.
1609 * TODO: arm is also common nowadays, maybe even mips and x86
1610 * TODO: after implementing this, it suddenly looks like overkill, but its hard to remove...
1611 */
1612#if __GNUC__ && __linux && ECB_AMD64 && !defined __OPTIMIZE_SIZE__
1613 /* the costly errno access probably kills this for size optimisation */
1614
1615 #define ev_syscall(nr,narg,arg1,arg2,arg3,arg4,arg5,arg6) \
1616 ({ \
1617 long res; \
1618 register unsigned long r6 __asm__ ("r9" ); \
1619 register unsigned long r5 __asm__ ("r8" ); \
1620 register unsigned long r4 __asm__ ("r10"); \
1621 register unsigned long r3 __asm__ ("rdx"); \
1622 register unsigned long r2 __asm__ ("rsi"); \
1623 register unsigned long r1 __asm__ ("rdi"); \
1624 if (narg >= 6) r6 = (unsigned long)(arg6); \
1625 if (narg >= 5) r5 = (unsigned long)(arg5); \
1626 if (narg >= 4) r4 = (unsigned long)(arg4); \
1627 if (narg >= 3) r3 = (unsigned long)(arg3); \
1628 if (narg >= 2) r2 = (unsigned long)(arg2); \
1629 if (narg >= 1) r1 = (unsigned long)(arg1); \
1630 __asm__ __volatile__ ( \
1631 "syscall\n\t" \
1632 : "=a" (res) \
1633 : "0" (nr), "r" (r1), "r" (r2), "r" (r3), "r" (r4), "r" (r5) \
1634 : "cc", "r11", "cx", "memory"); \
1635 errno = -res; \
1636 res; \
1637 })
1638
1639#endif
1640
1641#ifdef ev_syscall
1642 #define ev_syscall0(nr) ev_syscall (nr, 0, 0, 0, 0, 0, 0, 0)
1643 #define ev_syscall1(nr,arg1) ev_syscall (nr, 1, arg1, 0, 0, 0, 0, 0)
1644 #define ev_syscall2(nr,arg1,arg2) ev_syscall (nr, 2, arg1, arg2, 0, 0, 0, 0)
1645 #define ev_syscall3(nr,arg1,arg2,arg3) ev_syscall (nr, 3, arg1, arg2, arg3, 0, 0, 0)
1646 #define ev_syscall4(nr,arg1,arg2,arg3,arg4) ev_syscall (nr, 3, arg1, arg2, arg3, arg4, 0, 0)
1647 #define ev_syscall5(nr,arg1,arg2,arg3,arg4,arg5) ev_syscall (nr, 5, arg1, arg2, arg3, arg4, arg5, 0)
1648 #define ev_syscall6(nr,arg1,arg2,arg3,arg4,arg5,arg6) ev_syscall (nr, 6, arg1, arg2, arg3, arg4, arg5,arg6)
1649#else
1650 #define ev_syscall0(nr) syscall (nr)
1651 #define ev_syscall1(nr,arg1) syscall (nr, arg1)
1652 #define ev_syscall2(nr,arg1,arg2) syscall (nr, arg1, arg2)
1653 #define ev_syscall3(nr,arg1,arg2,arg3) syscall (nr, arg1, arg2, arg3)
1654 #define ev_syscall4(nr,arg1,arg2,arg3,arg4) syscall (nr, arg1, arg2, arg3, arg4)
1655 #define ev_syscall5(nr,arg1,arg2,arg3,arg4,arg5) syscall (nr, arg1, arg2, arg3, arg4, arg5)
1656 #define ev_syscall6(nr,arg1,arg2,arg3,arg4,arg5,arg6) syscall (nr, arg1, arg2, arg3, arg4, arg5,arg6)
1657#endif
1658
1659#endif
1660
1661/*****************************************************************************/
1564 1662
1565#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1) 1663#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1)
1566 1664
1567#if EV_MINPRI == EV_MAXPRI 1665#if EV_MINPRI == EV_MAXPRI
1568# define ABSPRI(w) (((W)w), 0) 1666# define ABSPRI(w) (((W)w), 0)
1603# include "ev_win32.c" 1701# include "ev_win32.c"
1604#endif 1702#endif
1605 1703
1606/*****************************************************************************/ 1704/*****************************************************************************/
1607 1705
1706#if EV_USE_LINUXAIO
1707# include <linux/aio_abi.h> /* probably only needed for aio_context_t */
1708#endif
1709
1608/* define a suitable floor function (only used by periodics atm) */ 1710/* define a suitable floor function (only used by periodics atm) */
1609 1711
1610#if EV_USE_FLOOR 1712#if EV_USE_FLOOR
1611# include <math.h> 1713# include <math.h>
1612# define ev_floor(v) floor (v) 1714# define ev_floor(v) floor (v)
1613#else 1715#else
1614 1716
1615#include <float.h> 1717#include <float.h>
1616 1718
1617/* a floor() replacement function, should be independent of ev_tstamp type */ 1719/* a floor() replacement function, should be independent of ev_tstamp type */
1618noinline 1720ecb_noinline
1619static ev_tstamp 1721static ev_tstamp
1620ev_floor (ev_tstamp v) 1722ev_floor (ev_tstamp v)
1621{ 1723{
1622 /* the choice of shift factor is not terribly important */ 1724 /* the choice of shift factor is not terribly important */
1623#if FLT_RADIX != 2 /* assume FLT_RADIX == 10 */ 1725#if FLT_RADIX != 2 /* assume FLT_RADIX == 10 */
1625#else 1727#else
1626 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 18446744073709551616. : 4294967296.; 1728 const ev_tstamp shift = sizeof (unsigned long) >= 8 ? 18446744073709551616. : 4294967296.;
1627#endif 1729#endif
1628 1730
1629 /* argument too large for an unsigned long? */ 1731 /* argument too large for an unsigned long? */
1630 if (expect_false (v >= shift)) 1732 if (ecb_expect_false (v >= shift))
1631 { 1733 {
1632 ev_tstamp f; 1734 ev_tstamp f;
1633 1735
1634 if (v == v - 1.) 1736 if (v == v - 1.)
1635 return v; /* very large number */ 1737 return v; /* very large number */
1637 f = shift * ev_floor (v * (1. / shift)); 1739 f = shift * ev_floor (v * (1. / shift));
1638 return f + ev_floor (v - f); 1740 return f + ev_floor (v - f);
1639 } 1741 }
1640 1742
1641 /* special treatment for negative args? */ 1743 /* special treatment for negative args? */
1642 if (expect_false (v < 0.)) 1744 if (ecb_expect_false (v < 0.))
1643 { 1745 {
1644 ev_tstamp f = -ev_floor (-v); 1746 ev_tstamp f = -ev_floor (-v);
1645 1747
1646 return f - (f == v ? 0 : 1); 1748 return f - (f == v ? 0 : 1);
1647 } 1749 }
1656 1758
1657#ifdef __linux 1759#ifdef __linux
1658# include <sys/utsname.h> 1760# include <sys/utsname.h>
1659#endif 1761#endif
1660 1762
1661noinline ecb_cold 1763ecb_noinline ecb_cold
1662static unsigned int 1764static unsigned int
1663ev_linux_version (void) 1765ev_linux_version (void)
1664{ 1766{
1665#ifdef __linux 1767#ifdef __linux
1666 unsigned int v = 0; 1768 unsigned int v = 0;
1696} 1798}
1697 1799
1698/*****************************************************************************/ 1800/*****************************************************************************/
1699 1801
1700#if EV_AVOID_STDIO 1802#if EV_AVOID_STDIO
1701noinline ecb_cold 1803ecb_noinline ecb_cold
1702static void 1804static void
1703ev_printerr (const char *msg) 1805ev_printerr (const char *msg)
1704{ 1806{
1705 write (STDERR_FILENO, msg, strlen (msg)); 1807 write (STDERR_FILENO, msg, strlen (msg));
1706} 1808}
1713ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT 1815ev_set_syserr_cb (void (*cb)(const char *msg) EV_NOEXCEPT) EV_NOEXCEPT
1714{ 1816{
1715 syserr_cb = cb; 1817 syserr_cb = cb;
1716} 1818}
1717 1819
1718noinline ecb_cold 1820ecb_noinline ecb_cold
1719static void 1821static void
1720ev_syserr (const char *msg) 1822ev_syserr (const char *msg)
1721{ 1823{
1722 if (!msg) 1824 if (!msg)
1723 msg = "(libev) system error"; 1825 msg = "(libev) system error";
1795{ 1897{
1796 WL head; 1898 WL head;
1797 unsigned char events; /* the events watched for */ 1899 unsigned char events; /* the events watched for */
1798 unsigned char reify; /* flag set when this ANFD needs reification (EV_ANFD_REIFY, EV__IOFDSET) */ 1900 unsigned char reify; /* flag set when this ANFD needs reification (EV_ANFD_REIFY, EV__IOFDSET) */
1799 unsigned char emask; /* some backends store the actual kernel mask in here */ 1901 unsigned char emask; /* some backends store the actual kernel mask in here */
1800 unsigned char unused; 1902 unsigned char eflags; /* flags field for use by backends */
1801#if EV_USE_EPOLL 1903#if EV_USE_EPOLL
1802 unsigned int egen; /* generation counter to counter epoll bugs */ 1904 unsigned int egen; /* generation counter to counter epoll bugs */
1803#endif 1905#endif
1804#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP 1906#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP
1805 SOCKET handle; 1907 SOCKET handle;
1869 static int ev_default_loop_ptr; 1971 static int ev_default_loop_ptr;
1870 1972
1871#endif 1973#endif
1872 1974
1873#if EV_FEATURE_API 1975#if EV_FEATURE_API
1874# define EV_RELEASE_CB if (expect_false (release_cb)) release_cb (EV_A) 1976# define EV_RELEASE_CB if (ecb_expect_false (release_cb)) release_cb (EV_A)
1875# define EV_ACQUIRE_CB if (expect_false (acquire_cb)) acquire_cb (EV_A) 1977# define EV_ACQUIRE_CB if (ecb_expect_false (acquire_cb)) acquire_cb (EV_A)
1876# define EV_INVOKE_PENDING invoke_cb (EV_A) 1978# define EV_INVOKE_PENDING invoke_cb (EV_A)
1877#else 1979#else
1878# define EV_RELEASE_CB (void)0 1980# define EV_RELEASE_CB (void)0
1879# define EV_ACQUIRE_CB (void)0 1981# define EV_ACQUIRE_CB (void)0
1880# define EV_INVOKE_PENDING ev_invoke_pending (EV_A) 1982# define EV_INVOKE_PENDING ev_invoke_pending (EV_A)
1887#ifndef EV_HAVE_EV_TIME 1989#ifndef EV_HAVE_EV_TIME
1888ev_tstamp 1990ev_tstamp
1889ev_time (void) EV_NOEXCEPT 1991ev_time (void) EV_NOEXCEPT
1890{ 1992{
1891#if EV_USE_REALTIME 1993#if EV_USE_REALTIME
1892 if (expect_true (have_realtime)) 1994 if (ecb_expect_true (have_realtime))
1893 { 1995 {
1894 struct timespec ts; 1996 struct timespec ts;
1895 clock_gettime (CLOCK_REALTIME, &ts); 1997 clock_gettime (CLOCK_REALTIME, &ts);
1896 return ts.tv_sec + ts.tv_nsec * 1e-9; 1998 return ts.tv_sec + ts.tv_nsec * 1e-9;
1897 } 1999 }
1905 2007
1906inline_size ev_tstamp 2008inline_size ev_tstamp
1907get_clock (void) 2009get_clock (void)
1908{ 2010{
1909#if EV_USE_MONOTONIC 2011#if EV_USE_MONOTONIC
1910 if (expect_true (have_monotonic)) 2012 if (ecb_expect_true (have_monotonic))
1911 { 2013 {
1912 struct timespec ts; 2014 struct timespec ts;
1913 clock_gettime (CLOCK_MONOTONIC, &ts); 2015 clock_gettime (CLOCK_MONOTONIC, &ts);
1914 return ts.tv_sec + ts.tv_nsec * 1e-9; 2016 return ts.tv_sec + ts.tv_nsec * 1e-9;
1915 } 2017 }
1977 } 2079 }
1978 2080
1979 return ncur; 2081 return ncur;
1980} 2082}
1981 2083
1982noinline ecb_cold 2084ecb_noinline ecb_cold
1983static void * 2085static void *
1984array_realloc (int elem, void *base, int *cur, int cnt) 2086array_realloc (int elem, void *base, int *cur, int cnt)
1985{ 2087{
1986 *cur = array_nextsize (elem, *cur, cnt); 2088 *cur = array_nextsize (elem, *cur, cnt);
1987 return ev_realloc (base, elem * *cur); 2089 return ev_realloc (base, elem * *cur);
1988} 2090}
1989 2091
1990#define array_needsize_noinit(base,count) 2092#define array_needsize_noinit(base,offset,count)
1991 2093
1992#define array_needsize_zerofill(base,count) \ 2094#define array_needsize_zerofill(base,offset,count) \
1993 memset ((void *)(base), 0, sizeof (*(base)) * (count)) 2095 memset ((void *)(base + offset), 0, sizeof (*(base)) * (count))
1994 2096
1995#define array_needsize(type,base,cur,cnt,init) \ 2097#define array_needsize(type,base,cur,cnt,init) \
1996 if (expect_false ((cnt) > (cur))) \ 2098 if (ecb_expect_false ((cnt) > (cur))) \
1997 { \ 2099 { \
1998 ecb_unused int ocur_ = (cur); \ 2100 ecb_unused int ocur_ = (cur); \
1999 (base) = (type *)array_realloc \ 2101 (base) = (type *)array_realloc \
2000 (sizeof (type), (base), &(cur), (cnt)); \ 2102 (sizeof (type), (base), &(cur), (cnt)); \
2001 init ((base) + (ocur_), (cur) - ocur_); \ 2103 init ((base), ocur_, ((cur) - ocur_)); \
2002 } 2104 }
2003 2105
2004#if 0 2106#if 0
2005#define array_slim(type,stem) \ 2107#define array_slim(type,stem) \
2006 if (stem ## max < array_roundsize (stem ## cnt >> 2)) \ 2108 if (stem ## max < array_roundsize (stem ## cnt >> 2)) \
2015 ev_free (stem ## s idx); stem ## cnt idx = stem ## max idx = 0; stem ## s idx = 0 2117 ev_free (stem ## s idx); stem ## cnt idx = stem ## max idx = 0; stem ## s idx = 0
2016 2118
2017/*****************************************************************************/ 2119/*****************************************************************************/
2018 2120
2019/* dummy callback for pending events */ 2121/* dummy callback for pending events */
2020noinline 2122ecb_noinline
2021static void 2123static void
2022pendingcb (EV_P_ ev_prepare *w, int revents) 2124pendingcb (EV_P_ ev_prepare *w, int revents)
2023{ 2125{
2024} 2126}
2025 2127
2026noinline 2128ecb_noinline
2027void 2129void
2028ev_feed_event (EV_P_ void *w, int revents) EV_NOEXCEPT 2130ev_feed_event (EV_P_ void *w, int revents) EV_NOEXCEPT
2029{ 2131{
2030 W w_ = (W)w; 2132 W w_ = (W)w;
2031 int pri = ABSPRI (w_); 2133 int pri = ABSPRI (w_);
2032 2134
2033 if (expect_false (w_->pending)) 2135 if (ecb_expect_false (w_->pending))
2034 pendings [pri][w_->pending - 1].events |= revents; 2136 pendings [pri][w_->pending - 1].events |= revents;
2035 else 2137 else
2036 { 2138 {
2037 w_->pending = ++pendingcnt [pri]; 2139 w_->pending = ++pendingcnt [pri];
2038 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, array_needsize_noinit); 2140 array_needsize (ANPENDING, pendings [pri], pendingmax [pri], w_->pending, array_needsize_noinit);
2089inline_speed void 2191inline_speed void
2090fd_event (EV_P_ int fd, int revents) 2192fd_event (EV_P_ int fd, int revents)
2091{ 2193{
2092 ANFD *anfd = anfds + fd; 2194 ANFD *anfd = anfds + fd;
2093 2195
2094 if (expect_true (!anfd->reify)) 2196 if (ecb_expect_true (!anfd->reify))
2095 fd_event_nocheck (EV_A_ fd, revents); 2197 fd_event_nocheck (EV_A_ fd, revents);
2096} 2198}
2097 2199
2098void 2200void
2099ev_feed_fd_event (EV_P_ int fd, int revents) EV_NOEXCEPT 2201ev_feed_fd_event (EV_P_ int fd, int revents) EV_NOEXCEPT
2141 ev_io *w; 2243 ev_io *w;
2142 2244
2143 unsigned char o_events = anfd->events; 2245 unsigned char o_events = anfd->events;
2144 unsigned char o_reify = anfd->reify; 2246 unsigned char o_reify = anfd->reify;
2145 2247
2146 anfd->reify = 0; 2248 anfd->reify = 0;
2147 2249
2148 /*if (expect_true (o_reify & EV_ANFD_REIFY)) probably a deoptimisation */ 2250 /*if (ecb_expect_true (o_reify & EV_ANFD_REIFY)) probably a deoptimisation */
2149 { 2251 {
2150 anfd->events = 0; 2252 anfd->events = 0;
2151 2253
2152 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) 2254 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next)
2153 anfd->events |= (unsigned char)w->events; 2255 anfd->events |= (unsigned char)w->events;
2169fd_change (EV_P_ int fd, int flags) 2271fd_change (EV_P_ int fd, int flags)
2170{ 2272{
2171 unsigned char reify = anfds [fd].reify; 2273 unsigned char reify = anfds [fd].reify;
2172 anfds [fd].reify |= flags; 2274 anfds [fd].reify |= flags;
2173 2275
2174 if (expect_true (!reify)) 2276 if (ecb_expect_true (!reify))
2175 { 2277 {
2176 ++fdchangecnt; 2278 ++fdchangecnt;
2177 array_needsize (int, fdchanges, fdchangemax, fdchangecnt, array_needsize_noinit); 2279 array_needsize (int, fdchanges, fdchangemax, fdchangecnt, array_needsize_noinit);
2178 fdchanges [fdchangecnt - 1] = fd; 2280 fdchanges [fdchangecnt - 1] = fd;
2179 } 2281 }
2202 return fcntl (fd, F_GETFD) != -1; 2304 return fcntl (fd, F_GETFD) != -1;
2203#endif 2305#endif
2204} 2306}
2205 2307
2206/* called on EBADF to verify fds */ 2308/* called on EBADF to verify fds */
2207noinline ecb_cold 2309ecb_noinline ecb_cold
2208static void 2310static void
2209fd_ebadf (EV_P) 2311fd_ebadf (EV_P)
2210{ 2312{
2211 int fd; 2313 int fd;
2212 2314
2215 if (!fd_valid (fd) && errno == EBADF) 2317 if (!fd_valid (fd) && errno == EBADF)
2216 fd_kill (EV_A_ fd); 2318 fd_kill (EV_A_ fd);
2217} 2319}
2218 2320
2219/* called on ENOMEM in select/poll to kill some fds and retry */ 2321/* called on ENOMEM in select/poll to kill some fds and retry */
2220noinline ecb_cold 2322ecb_noinline ecb_cold
2221static void 2323static void
2222fd_enomem (EV_P) 2324fd_enomem (EV_P)
2223{ 2325{
2224 int fd; 2326 int fd;
2225 2327
2230 break; 2332 break;
2231 } 2333 }
2232} 2334}
2233 2335
2234/* usually called after fork if backend needs to re-arm all fds from scratch */ 2336/* usually called after fork if backend needs to re-arm all fds from scratch */
2235noinline 2337ecb_noinline
2236static void 2338static void
2237fd_rearm_all (EV_P) 2339fd_rearm_all (EV_P)
2238{ 2340{
2239 int fd; 2341 int fd;
2240 2342
2294 ev_tstamp minat; 2396 ev_tstamp minat;
2295 ANHE *minpos; 2397 ANHE *minpos;
2296 ANHE *pos = heap + DHEAP * (k - HEAP0) + HEAP0 + 1; 2398 ANHE *pos = heap + DHEAP * (k - HEAP0) + HEAP0 + 1;
2297 2399
2298 /* find minimum child */ 2400 /* find minimum child */
2299 if (expect_true (pos + DHEAP - 1 < E)) 2401 if (ecb_expect_true (pos + DHEAP - 1 < E))
2300 { 2402 {
2301 /* fast path */ (minpos = pos + 0), (minat = ANHE_at (*minpos)); 2403 /* fast path */ (minpos = pos + 0), (minat = ANHE_at (*minpos));
2302 if ( ANHE_at (pos [1]) < minat) (minpos = pos + 1), (minat = ANHE_at (*minpos)); 2404 if ( ANHE_at (pos [1]) < minat) (minpos = pos + 1), (minat = ANHE_at (*minpos));
2303 if ( ANHE_at (pos [2]) < minat) (minpos = pos + 2), (minat = ANHE_at (*minpos)); 2405 if ( ANHE_at (pos [2]) < minat) (minpos = pos + 2), (minat = ANHE_at (*minpos));
2304 if ( ANHE_at (pos [3]) < minat) (minpos = pos + 3), (minat = ANHE_at (*minpos)); 2406 if ( ANHE_at (pos [3]) < minat) (minpos = pos + 3), (minat = ANHE_at (*minpos));
2422 2524
2423/*****************************************************************************/ 2525/*****************************************************************************/
2424 2526
2425#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE 2527#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
2426 2528
2427noinline ecb_cold 2529ecb_noinline ecb_cold
2428static void 2530static void
2429evpipe_init (EV_P) 2531evpipe_init (EV_P)
2430{ 2532{
2431 if (!ev_is_active (&pipe_w)) 2533 if (!ev_is_active (&pipe_w))
2432 { 2534 {
2473inline_speed void 2575inline_speed void
2474evpipe_write (EV_P_ EV_ATOMIC_T *flag) 2576evpipe_write (EV_P_ EV_ATOMIC_T *flag)
2475{ 2577{
2476 ECB_MEMORY_FENCE; /* push out the write before this function was called, acquire flag */ 2578 ECB_MEMORY_FENCE; /* push out the write before this function was called, acquire flag */
2477 2579
2478 if (expect_true (*flag)) 2580 if (ecb_expect_true (*flag))
2479 return; 2581 return;
2480 2582
2481 *flag = 1; 2583 *flag = 1;
2482 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */ 2584 ECB_MEMORY_FENCE_RELEASE; /* make sure flag is visible before the wakeup */
2483 2585
2560 sig_pending = 0; 2662 sig_pending = 0;
2561 2663
2562 ECB_MEMORY_FENCE; 2664 ECB_MEMORY_FENCE;
2563 2665
2564 for (i = EV_NSIG - 1; i--; ) 2666 for (i = EV_NSIG - 1; i--; )
2565 if (expect_false (signals [i].pending)) 2667 if (ecb_expect_false (signals [i].pending))
2566 ev_feed_signal_event (EV_A_ i + 1); 2668 ev_feed_signal_event (EV_A_ i + 1);
2567 } 2669 }
2568#endif 2670#endif
2569 2671
2570#if EV_ASYNC_ENABLE 2672#if EV_ASYNC_ENABLE
2611#endif 2713#endif
2612 2714
2613 ev_feed_signal (signum); 2715 ev_feed_signal (signum);
2614} 2716}
2615 2717
2616noinline 2718ecb_noinline
2617void 2719void
2618ev_feed_signal_event (EV_P_ int signum) EV_NOEXCEPT 2720ev_feed_signal_event (EV_P_ int signum) EV_NOEXCEPT
2619{ 2721{
2620 WL w; 2722 WL w;
2621 2723
2622 if (expect_false (signum <= 0 || signum >= EV_NSIG)) 2724 if (ecb_expect_false (signum <= 0 || signum >= EV_NSIG))
2623 return; 2725 return;
2624 2726
2625 --signum; 2727 --signum;
2626 2728
2627#if EV_MULTIPLICITY 2729#if EV_MULTIPLICITY
2628 /* it is permissible to try to feed a signal to the wrong loop */ 2730 /* it is permissible to try to feed a signal to the wrong loop */
2629 /* or, likely more useful, feeding a signal nobody is waiting for */ 2731 /* or, likely more useful, feeding a signal nobody is waiting for */
2630 2732
2631 if (expect_false (signals [signum].loop != EV_A)) 2733 if (ecb_expect_false (signals [signum].loop != EV_A))
2632 return; 2734 return;
2633#endif 2735#endif
2634 2736
2635 signals [signum].pending = 0; 2737 signals [signum].pending = 0;
2636 ECB_MEMORY_FENCE_RELEASE; 2738 ECB_MEMORY_FENCE_RELEASE;
2729# include "ev_port.c" 2831# include "ev_port.c"
2730#endif 2832#endif
2731#if EV_USE_KQUEUE 2833#if EV_USE_KQUEUE
2732# include "ev_kqueue.c" 2834# include "ev_kqueue.c"
2733#endif 2835#endif
2836#if EV_USE_EPOLL
2837# include "ev_epoll.c"
2838#endif
2734#if EV_USE_LINUXAIO 2839#if EV_USE_LINUXAIO
2735# include "ev_linuxaio.c" 2840# include "ev_linuxaio.c"
2736#endif 2841#endif
2737#if EV_USE_EPOLL 2842#if EV_USE_IOURING
2738# include "ev_epoll.c" 2843# include "ev_iouring.c"
2739#endif 2844#endif
2740#if EV_USE_POLL 2845#if EV_USE_POLL
2741# include "ev_poll.c" 2846# include "ev_poll.c"
2742#endif 2847#endif
2743#if EV_USE_SELECT 2848#if EV_USE_SELECT
2776 2881
2777 if (EV_USE_PORT ) flags |= EVBACKEND_PORT; 2882 if (EV_USE_PORT ) flags |= EVBACKEND_PORT;
2778 if (EV_USE_KQUEUE ) flags |= EVBACKEND_KQUEUE; 2883 if (EV_USE_KQUEUE ) flags |= EVBACKEND_KQUEUE;
2779 if (EV_USE_EPOLL ) flags |= EVBACKEND_EPOLL; 2884 if (EV_USE_EPOLL ) flags |= EVBACKEND_EPOLL;
2780 if (EV_USE_LINUXAIO) flags |= EVBACKEND_LINUXAIO; 2885 if (EV_USE_LINUXAIO) flags |= EVBACKEND_LINUXAIO;
2886 if (EV_USE_IOURING ) flags |= EVBACKEND_IOURING;
2781 if (EV_USE_POLL ) flags |= EVBACKEND_POLL; 2887 if (EV_USE_POLL ) flags |= EVBACKEND_POLL;
2782 if (EV_USE_SELECT ) flags |= EVBACKEND_SELECT; 2888 if (EV_USE_SELECT ) flags |= EVBACKEND_SELECT;
2783 2889
2784 return flags; 2890 return flags;
2785} 2891}
2803#ifdef __FreeBSD__ 2909#ifdef __FreeBSD__
2804 flags &= ~EVBACKEND_POLL; /* poll return value is unusable (http://forums.freebsd.org/archive/index.php/t-10270.html) */ 2910 flags &= ~EVBACKEND_POLL; /* poll return value is unusable (http://forums.freebsd.org/archive/index.php/t-10270.html) */
2805#endif 2911#endif
2806 2912
2807 /* TODO: linuxaio is very experimental */ 2913 /* TODO: linuxaio is very experimental */
2914#if !EV_RECOMMEND_LINUXAIO
2808 flags &= ~EVBACKEND_LINUXAIO; 2915 flags &= ~EVBACKEND_LINUXAIO;
2916#endif
2917 /* TODO: linuxaio is super experimental */
2918#if !EV_RECOMMEND_IOURING
2919 flags &= ~EVBACKEND_IOURING;
2920#endif
2809 2921
2810 return flags; 2922 return flags;
2811} 2923}
2812 2924
2813ecb_cold 2925ecb_cold
2818 2930
2819 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */ 2931 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
2820 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */ 2932 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */
2821 flags &= ~EVBACKEND_EPOLL; 2933 flags &= ~EVBACKEND_EPOLL;
2822 2934
2935 /* EVBACKEND_LINUXAIO is theoretically embeddable, but suffers from a performance overhead */
2936
2937 /* EVBACKEND_IOURING is practically embeddable, but the current implementation is not
2938 * because our backend_fd is the epoll fd we need as fallback.
2939 * if the kernel ever is fixed, this might change...
2940 */
2941
2823 return flags; 2942 return flags;
2824} 2943}
2825 2944
2826unsigned int 2945unsigned int
2827ev_backend (EV_P) EV_NOEXCEPT 2946ev_backend (EV_P) EV_NOEXCEPT
2879 acquire_cb = acquire; 2998 acquire_cb = acquire;
2880} 2999}
2881#endif 3000#endif
2882 3001
2883/* initialise a loop structure, must be zero-initialised */ 3002/* initialise a loop structure, must be zero-initialised */
2884noinline ecb_cold 3003ecb_noinline ecb_cold
2885static void 3004static void
2886loop_init (EV_P_ unsigned int flags) EV_NOEXCEPT 3005loop_init (EV_P_ unsigned int flags) EV_NOEXCEPT
2887{ 3006{
2888 if (!backend) 3007 if (!backend)
2889 { 3008 {
2957 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags); 3076 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags);
2958#endif 3077#endif
2959#if EV_USE_KQUEUE 3078#if EV_USE_KQUEUE
2960 if (!backend && (flags & EVBACKEND_KQUEUE )) backend = kqueue_init (EV_A_ flags); 3079 if (!backend && (flags & EVBACKEND_KQUEUE )) backend = kqueue_init (EV_A_ flags);
2961#endif 3080#endif
3081#if EV_USE_IOURING
3082 if (!backend && (flags & EVBACKEND_IOURING )) backend = iouring_init (EV_A_ flags);
3083#endif
2962#if EV_USE_LINUXAIO 3084#if EV_USE_LINUXAIO
2963 if (!backend && (flags & EVBACKEND_LINUXAIO)) backend = linuxaio_init (EV_A_ flags); 3085 if (!backend && (flags & EVBACKEND_LINUXAIO)) backend = linuxaio_init (EV_A_ flags);
2964#endif 3086#endif
2965#if EV_USE_EPOLL 3087#if EV_USE_EPOLL
2966 if (!backend && (flags & EVBACKEND_EPOLL )) backend = epoll_init (EV_A_ flags); 3088 if (!backend && (flags & EVBACKEND_EPOLL )) backend = epoll_init (EV_A_ flags);
2994 return; 3116 return;
2995#endif 3117#endif
2996 3118
2997#if EV_CLEANUP_ENABLE 3119#if EV_CLEANUP_ENABLE
2998 /* queue cleanup watchers (and execute them) */ 3120 /* queue cleanup watchers (and execute them) */
2999 if (expect_false (cleanupcnt)) 3121 if (ecb_expect_false (cleanupcnt))
3000 { 3122 {
3001 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP); 3123 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP);
3002 EV_INVOKE_PENDING; 3124 EV_INVOKE_PENDING;
3003 } 3125 }
3004#endif 3126#endif
3039#if EV_USE_PORT 3161#if EV_USE_PORT
3040 if (backend == EVBACKEND_PORT ) port_destroy (EV_A); 3162 if (backend == EVBACKEND_PORT ) port_destroy (EV_A);
3041#endif 3163#endif
3042#if EV_USE_KQUEUE 3164#if EV_USE_KQUEUE
3043 if (backend == EVBACKEND_KQUEUE ) kqueue_destroy (EV_A); 3165 if (backend == EVBACKEND_KQUEUE ) kqueue_destroy (EV_A);
3166#endif
3167#if EV_USE_IOURING
3168 if (backend == EVBACKEND_IOURING ) iouring_destroy (EV_A);
3044#endif 3169#endif
3045#if EV_USE_LINUXAIO 3170#if EV_USE_LINUXAIO
3046 if (backend == EVBACKEND_LINUXAIO) linuxaio_destroy (EV_A); 3171 if (backend == EVBACKEND_LINUXAIO) linuxaio_destroy (EV_A);
3047#endif 3172#endif
3048#if EV_USE_EPOLL 3173#if EV_USE_EPOLL
3107 if (backend == EVBACKEND_PORT ) port_fork (EV_A); 3232 if (backend == EVBACKEND_PORT ) port_fork (EV_A);
3108#endif 3233#endif
3109#if EV_USE_KQUEUE 3234#if EV_USE_KQUEUE
3110 if (backend == EVBACKEND_KQUEUE ) kqueue_fork (EV_A); 3235 if (backend == EVBACKEND_KQUEUE ) kqueue_fork (EV_A);
3111#endif 3236#endif
3237#if EV_USE_IOURING
3238 if (backend == EVBACKEND_IOURING ) iouring_fork (EV_A);
3239#endif
3112#if EV_USE_LINUXAIO 3240#if EV_USE_LINUXAIO
3113 if (backend == EVBACKEND_LINUXAIO) linuxaio_fork (EV_A); 3241 if (backend == EVBACKEND_LINUXAIO) linuxaio_fork (EV_A);
3114#endif 3242#endif
3115#if EV_USE_EPOLL 3243#if EV_USE_EPOLL
3116 if (backend == EVBACKEND_EPOLL ) epoll_fork (EV_A); 3244 if (backend == EVBACKEND_EPOLL ) epoll_fork (EV_A);
3158} 3286}
3159 3287
3160#endif /* multiplicity */ 3288#endif /* multiplicity */
3161 3289
3162#if EV_VERIFY 3290#if EV_VERIFY
3163noinline ecb_cold 3291ecb_noinline ecb_cold
3164static void 3292static void
3165verify_watcher (EV_P_ W w) 3293verify_watcher (EV_P_ W w)
3166{ 3294{
3167 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI)); 3295 assert (("libev: watcher has invalid priority", ABSPRI (w) >= 0 && ABSPRI (w) < NUMPRI));
3168 3296
3169 if (w->pending) 3297 if (w->pending)
3170 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w)); 3298 assert (("libev: pending watcher not on pending queue", pendings [ABSPRI (w)][w->pending - 1].w == w));
3171} 3299}
3172 3300
3173noinline ecb_cold 3301ecb_noinline ecb_cold
3174static void 3302static void
3175verify_heap (EV_P_ ANHE *heap, int N) 3303verify_heap (EV_P_ ANHE *heap, int N)
3176{ 3304{
3177 int i; 3305 int i;
3178 3306
3184 3312
3185 verify_watcher (EV_A_ (W)ANHE_w (heap [i])); 3313 verify_watcher (EV_A_ (W)ANHE_w (heap [i]));
3186 } 3314 }
3187} 3315}
3188 3316
3189noinline ecb_cold 3317ecb_noinline ecb_cold
3190static void 3318static void
3191array_verify (EV_P_ W *ws, int cnt) 3319array_verify (EV_P_ W *ws, int cnt)
3192{ 3320{
3193 while (cnt--) 3321 while (cnt--)
3194 { 3322 {
3343 count += pendingcnt [pri]; 3471 count += pendingcnt [pri];
3344 3472
3345 return count; 3473 return count;
3346} 3474}
3347 3475
3348noinline 3476ecb_noinline
3349void 3477void
3350ev_invoke_pending (EV_P) 3478ev_invoke_pending (EV_P)
3351{ 3479{
3352 pendingpri = NUMPRI; 3480 pendingpri = NUMPRI;
3353 3481
3372/* make idle watchers pending. this handles the "call-idle */ 3500/* make idle watchers pending. this handles the "call-idle */
3373/* only when higher priorities are idle" logic */ 3501/* only when higher priorities are idle" logic */
3374inline_size void 3502inline_size void
3375idle_reify (EV_P) 3503idle_reify (EV_P)
3376{ 3504{
3377 if (expect_false (idleall)) 3505 if (ecb_expect_false (idleall))
3378 { 3506 {
3379 int pri; 3507 int pri;
3380 3508
3381 for (pri = NUMPRI; pri--; ) 3509 for (pri = NUMPRI; pri--; )
3382 { 3510 {
3431 } 3559 }
3432} 3560}
3433 3561
3434#if EV_PERIODIC_ENABLE 3562#if EV_PERIODIC_ENABLE
3435 3563
3436noinline 3564ecb_noinline
3437static void 3565static void
3438periodic_recalc (EV_P_ ev_periodic *w) 3566periodic_recalc (EV_P_ ev_periodic *w)
3439{ 3567{
3440 ev_tstamp interval = w->interval > MIN_INTERVAL ? w->interval : MIN_INTERVAL; 3568 ev_tstamp interval = w->interval > MIN_INTERVAL ? w->interval : MIN_INTERVAL;
3441 ev_tstamp at = w->offset + interval * ev_floor ((ev_rt_now - w->offset) / interval); 3569 ev_tstamp at = w->offset + interval * ev_floor ((ev_rt_now - w->offset) / interval);
3444 while (at <= ev_rt_now) 3572 while (at <= ev_rt_now)
3445 { 3573 {
3446 ev_tstamp nat = at + w->interval; 3574 ev_tstamp nat = at + w->interval;
3447 3575
3448 /* when resolution fails us, we use ev_rt_now */ 3576 /* when resolution fails us, we use ev_rt_now */
3449 if (expect_false (nat == at)) 3577 if (ecb_expect_false (nat == at))
3450 { 3578 {
3451 at = ev_rt_now; 3579 at = ev_rt_now;
3452 break; 3580 break;
3453 } 3581 }
3454 3582
3500 } 3628 }
3501} 3629}
3502 3630
3503/* simply recalculate all periodics */ 3631/* simply recalculate all periodics */
3504/* TODO: maybe ensure that at least one event happens when jumping forward? */ 3632/* TODO: maybe ensure that at least one event happens when jumping forward? */
3505noinline ecb_cold 3633ecb_noinline ecb_cold
3506static void 3634static void
3507periodics_reschedule (EV_P) 3635periodics_reschedule (EV_P)
3508{ 3636{
3509 int i; 3637 int i;
3510 3638
3524 reheap (periodics, periodiccnt); 3652 reheap (periodics, periodiccnt);
3525} 3653}
3526#endif 3654#endif
3527 3655
3528/* adjust all timers by a given offset */ 3656/* adjust all timers by a given offset */
3529noinline ecb_cold 3657ecb_noinline ecb_cold
3530static void 3658static void
3531timers_reschedule (EV_P_ ev_tstamp adjust) 3659timers_reschedule (EV_P_ ev_tstamp adjust)
3532{ 3660{
3533 int i; 3661 int i;
3534 3662
3544/* also detect if there was a timejump, and act accordingly */ 3672/* also detect if there was a timejump, and act accordingly */
3545inline_speed void 3673inline_speed void
3546time_update (EV_P_ ev_tstamp max_block) 3674time_update (EV_P_ ev_tstamp max_block)
3547{ 3675{
3548#if EV_USE_MONOTONIC 3676#if EV_USE_MONOTONIC
3549 if (expect_true (have_monotonic)) 3677 if (ecb_expect_true (have_monotonic))
3550 { 3678 {
3551 int i; 3679 int i;
3552 ev_tstamp odiff = rtmn_diff; 3680 ev_tstamp odiff = rtmn_diff;
3553 3681
3554 mn_now = get_clock (); 3682 mn_now = get_clock ();
3555 3683
3556 /* only fetch the realtime clock every 0.5*MIN_TIMEJUMP seconds */ 3684 /* only fetch the realtime clock every 0.5*MIN_TIMEJUMP seconds */
3557 /* interpolate in the meantime */ 3685 /* interpolate in the meantime */
3558 if (expect_true (mn_now - now_floor < MIN_TIMEJUMP * .5)) 3686 if (ecb_expect_true (mn_now - now_floor < MIN_TIMEJUMP * .5))
3559 { 3687 {
3560 ev_rt_now = rtmn_diff + mn_now; 3688 ev_rt_now = rtmn_diff + mn_now;
3561 return; 3689 return;
3562 } 3690 }
3563 3691
3577 ev_tstamp diff; 3705 ev_tstamp diff;
3578 rtmn_diff = ev_rt_now - mn_now; 3706 rtmn_diff = ev_rt_now - mn_now;
3579 3707
3580 diff = odiff - rtmn_diff; 3708 diff = odiff - rtmn_diff;
3581 3709
3582 if (expect_true ((diff < 0. ? -diff : diff) < MIN_TIMEJUMP)) 3710 if (ecb_expect_true ((diff < 0. ? -diff : diff) < MIN_TIMEJUMP))
3583 return; /* all is well */ 3711 return; /* all is well */
3584 3712
3585 ev_rt_now = ev_time (); 3713 ev_rt_now = ev_time ();
3586 mn_now = get_clock (); 3714 mn_now = get_clock ();
3587 now_floor = mn_now; 3715 now_floor = mn_now;
3596 else 3724 else
3597#endif 3725#endif
3598 { 3726 {
3599 ev_rt_now = ev_time (); 3727 ev_rt_now = ev_time ();
3600 3728
3601 if (expect_false (mn_now > ev_rt_now || ev_rt_now > mn_now + max_block + MIN_TIMEJUMP)) 3729 if (ecb_expect_false (mn_now > ev_rt_now || ev_rt_now > mn_now + max_block + MIN_TIMEJUMP))
3602 { 3730 {
3603 /* adjust timers. this is easy, as the offset is the same for all of them */ 3731 /* adjust timers. this is easy, as the offset is the same for all of them */
3604 timers_reschedule (EV_A_ ev_rt_now - mn_now); 3732 timers_reschedule (EV_A_ ev_rt_now - mn_now);
3605#if EV_PERIODIC_ENABLE 3733#if EV_PERIODIC_ENABLE
3606 periodics_reschedule (EV_A); 3734 periodics_reschedule (EV_A);
3629#if EV_VERIFY >= 2 3757#if EV_VERIFY >= 2
3630 ev_verify (EV_A); 3758 ev_verify (EV_A);
3631#endif 3759#endif
3632 3760
3633#ifndef _WIN32 3761#ifndef _WIN32
3634 if (expect_false (curpid)) /* penalise the forking check even more */ 3762 if (ecb_expect_false (curpid)) /* penalise the forking check even more */
3635 if (expect_false (getpid () != curpid)) 3763 if (ecb_expect_false (getpid () != curpid))
3636 { 3764 {
3637 curpid = getpid (); 3765 curpid = getpid ();
3638 postfork = 1; 3766 postfork = 1;
3639 } 3767 }
3640#endif 3768#endif
3641 3769
3642#if EV_FORK_ENABLE 3770#if EV_FORK_ENABLE
3643 /* we might have forked, so queue fork handlers */ 3771 /* we might have forked, so queue fork handlers */
3644 if (expect_false (postfork)) 3772 if (ecb_expect_false (postfork))
3645 if (forkcnt) 3773 if (forkcnt)
3646 { 3774 {
3647 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK); 3775 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK);
3648 EV_INVOKE_PENDING; 3776 EV_INVOKE_PENDING;
3649 } 3777 }
3650#endif 3778#endif
3651 3779
3652#if EV_PREPARE_ENABLE 3780#if EV_PREPARE_ENABLE
3653 /* queue prepare watchers (and execute them) */ 3781 /* queue prepare watchers (and execute them) */
3654 if (expect_false (preparecnt)) 3782 if (ecb_expect_false (preparecnt))
3655 { 3783 {
3656 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE); 3784 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE);
3657 EV_INVOKE_PENDING; 3785 EV_INVOKE_PENDING;
3658 } 3786 }
3659#endif 3787#endif
3660 3788
3661 if (expect_false (loop_done)) 3789 if (ecb_expect_false (loop_done))
3662 break; 3790 break;
3663 3791
3664 /* we might have forked, so reify kernel state if necessary */ 3792 /* we might have forked, so reify kernel state if necessary */
3665 if (expect_false (postfork)) 3793 if (ecb_expect_false (postfork))
3666 loop_fork (EV_A); 3794 loop_fork (EV_A);
3667 3795
3668 /* update fd-related kernel structures */ 3796 /* update fd-related kernel structures */
3669 fd_reify (EV_A); 3797 fd_reify (EV_A);
3670 3798
3682 /* from now on, we want a pipe-wake-up */ 3810 /* from now on, we want a pipe-wake-up */
3683 pipe_write_wanted = 1; 3811 pipe_write_wanted = 1;
3684 3812
3685 ECB_MEMORY_FENCE; /* make sure pipe_write_wanted is visible before we check for potential skips */ 3813 ECB_MEMORY_FENCE; /* make sure pipe_write_wanted is visible before we check for potential skips */
3686 3814
3687 if (expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped))) 3815 if (ecb_expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt || pipe_write_skipped)))
3688 { 3816 {
3689 waittime = MAX_BLOCKTIME; 3817 waittime = MAX_BLOCKTIME;
3690 3818
3691 if (timercnt) 3819 if (timercnt)
3692 { 3820 {
3701 if (waittime > to) waittime = to; 3829 if (waittime > to) waittime = to;
3702 } 3830 }
3703#endif 3831#endif
3704 3832
3705 /* don't let timeouts decrease the waittime below timeout_blocktime */ 3833 /* don't let timeouts decrease the waittime below timeout_blocktime */
3706 if (expect_false (waittime < timeout_blocktime)) 3834 if (ecb_expect_false (waittime < timeout_blocktime))
3707 waittime = timeout_blocktime; 3835 waittime = timeout_blocktime;
3708 3836
3709 /* at this point, we NEED to wait, so we have to ensure */ 3837 /* at this point, we NEED to wait, so we have to ensure */
3710 /* to pass a minimum nonzero value to the backend */ 3838 /* to pass a minimum nonzero value to the backend */
3711 if (expect_false (waittime < backend_mintime)) 3839 if (ecb_expect_false (waittime < backend_mintime))
3712 waittime = backend_mintime; 3840 waittime = backend_mintime;
3713 3841
3714 /* extra check because io_blocktime is commonly 0 */ 3842 /* extra check because io_blocktime is commonly 0 */
3715 if (expect_false (io_blocktime)) 3843 if (ecb_expect_false (io_blocktime))
3716 { 3844 {
3717 sleeptime = io_blocktime - (mn_now - prev_mn_now); 3845 sleeptime = io_blocktime - (mn_now - prev_mn_now);
3718 3846
3719 if (sleeptime > waittime - backend_mintime) 3847 if (sleeptime > waittime - backend_mintime)
3720 sleeptime = waittime - backend_mintime; 3848 sleeptime = waittime - backend_mintime;
3721 3849
3722 if (expect_true (sleeptime > 0.)) 3850 if (ecb_expect_true (sleeptime > 0.))
3723 { 3851 {
3724 ev_sleep (sleeptime); 3852 ev_sleep (sleeptime);
3725 waittime -= sleeptime; 3853 waittime -= sleeptime;
3726 } 3854 }
3727 } 3855 }
3741 { 3869 {
3742 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w))); 3870 assert (("libev: pipe_w not active, but pipe not written", ev_is_active (&pipe_w)));
3743 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM); 3871 ev_feed_event (EV_A_ &pipe_w, EV_CUSTOM);
3744 } 3872 }
3745 3873
3746
3747 /* update ev_rt_now, do magic */ 3874 /* update ev_rt_now, do magic */
3748 time_update (EV_A_ waittime + sleeptime); 3875 time_update (EV_A_ waittime + sleeptime);
3749 } 3876 }
3750 3877
3751 /* queue pending timers and reschedule them */ 3878 /* queue pending timers and reschedule them */
3759 idle_reify (EV_A); 3886 idle_reify (EV_A);
3760#endif 3887#endif
3761 3888
3762#if EV_CHECK_ENABLE 3889#if EV_CHECK_ENABLE
3763 /* queue check watchers, to be executed first */ 3890 /* queue check watchers, to be executed first */
3764 if (expect_false (checkcnt)) 3891 if (ecb_expect_false (checkcnt))
3765 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK); 3892 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK);
3766#endif 3893#endif
3767 3894
3768 EV_INVOKE_PENDING; 3895 EV_INVOKE_PENDING;
3769 } 3896 }
3770 while (expect_true ( 3897 while (ecb_expect_true (
3771 activecnt 3898 activecnt
3772 && !loop_done 3899 && !loop_done
3773 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT)) 3900 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT))
3774 )); 3901 ));
3775 3902
3839inline_size void 3966inline_size void
3840wlist_del (WL *head, WL elem) 3967wlist_del (WL *head, WL elem)
3841{ 3968{
3842 while (*head) 3969 while (*head)
3843 { 3970 {
3844 if (expect_true (*head == elem)) 3971 if (ecb_expect_true (*head == elem))
3845 { 3972 {
3846 *head = elem->next; 3973 *head = elem->next;
3847 break; 3974 break;
3848 } 3975 }
3849 3976
3866ev_clear_pending (EV_P_ void *w) EV_NOEXCEPT 3993ev_clear_pending (EV_P_ void *w) EV_NOEXCEPT
3867{ 3994{
3868 W w_ = (W)w; 3995 W w_ = (W)w;
3869 int pending = w_->pending; 3996 int pending = w_->pending;
3870 3997
3871 if (expect_true (pending)) 3998 if (ecb_expect_true (pending))
3872 { 3999 {
3873 ANPENDING *p = pendings [ABSPRI (w_)] + pending - 1; 4000 ANPENDING *p = pendings [ABSPRI (w_)] + pending - 1;
3874 p->w = (W)&pending_w; 4001 p->w = (W)&pending_w;
3875 w_->pending = 0; 4002 w_->pending = 0;
3876 return p->events; 4003 return p->events;
3903 w->active = 0; 4030 w->active = 0;
3904} 4031}
3905 4032
3906/*****************************************************************************/ 4033/*****************************************************************************/
3907 4034
3908noinline 4035ecb_noinline
3909void 4036void
3910ev_io_start (EV_P_ ev_io *w) EV_NOEXCEPT 4037ev_io_start (EV_P_ ev_io *w) EV_NOEXCEPT
3911{ 4038{
3912 int fd = w->fd; 4039 int fd = w->fd;
3913 4040
3914 if (expect_false (ev_is_active (w))) 4041 if (ecb_expect_false (ev_is_active (w)))
3915 return; 4042 return;
3916 4043
3917 assert (("libev: ev_io_start called with negative fd", fd >= 0)); 4044 assert (("libev: ev_io_start called with negative fd", fd >= 0));
3918 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE)))); 4045 assert (("libev: ev_io_start called with illegal event mask", !(w->events & ~(EV__IOFDSET | EV_READ | EV_WRITE))));
3919 4046
4047#if EV_VERIFY >= 2
4048 assert (("libev: ev_io_start called on watcher with invalid fd", fd_valid (fd)));
4049#endif
3920 EV_FREQUENT_CHECK; 4050 EV_FREQUENT_CHECK;
3921 4051
3922 ev_start (EV_A_ (W)w, 1); 4052 ev_start (EV_A_ (W)w, 1);
3923 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_needsize_zerofill); 4053 array_needsize (ANFD, anfds, anfdmax, fd + 1, array_needsize_zerofill);
3924 wlist_add (&anfds[fd].head, (WL)w); 4054 wlist_add (&anfds[fd].head, (WL)w);
3930 w->events &= ~EV__IOFDSET; 4060 w->events &= ~EV__IOFDSET;
3931 4061
3932 EV_FREQUENT_CHECK; 4062 EV_FREQUENT_CHECK;
3933} 4063}
3934 4064
3935noinline 4065ecb_noinline
3936void 4066void
3937ev_io_stop (EV_P_ ev_io *w) EV_NOEXCEPT 4067ev_io_stop (EV_P_ ev_io *w) EV_NOEXCEPT
3938{ 4068{
3939 clear_pending (EV_A_ (W)w); 4069 clear_pending (EV_A_ (W)w);
3940 if (expect_false (!ev_is_active (w))) 4070 if (ecb_expect_false (!ev_is_active (w)))
3941 return; 4071 return;
3942 4072
3943 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax)); 4073 assert (("libev: ev_io_stop called with illegal fd (must stay constant after start!)", w->fd >= 0 && w->fd < anfdmax));
3944 4074
4075#if EV_VERIFY >= 2
4076 assert (("libev: ev_io_stop called on watcher with invalid fd", fd_valid (w->fd)));
4077#endif
3945 EV_FREQUENT_CHECK; 4078 EV_FREQUENT_CHECK;
3946 4079
3947 wlist_del (&anfds[w->fd].head, (WL)w); 4080 wlist_del (&anfds[w->fd].head, (WL)w);
3948 ev_stop (EV_A_ (W)w); 4081 ev_stop (EV_A_ (W)w);
3949 4082
3950 fd_change (EV_A_ w->fd, EV_ANFD_REIFY); 4083 fd_change (EV_A_ w->fd, EV_ANFD_REIFY);
3951 4084
3952 EV_FREQUENT_CHECK; 4085 EV_FREQUENT_CHECK;
3953} 4086}
3954 4087
3955noinline 4088ecb_noinline
3956void 4089void
3957ev_timer_start (EV_P_ ev_timer *w) EV_NOEXCEPT 4090ev_timer_start (EV_P_ ev_timer *w) EV_NOEXCEPT
3958{ 4091{
3959 if (expect_false (ev_is_active (w))) 4092 if (ecb_expect_false (ev_is_active (w)))
3960 return; 4093 return;
3961 4094
3962 ev_at (w) += mn_now; 4095 ev_at (w) += mn_now;
3963 4096
3964 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.)); 4097 assert (("libev: ev_timer_start called with negative timer repeat value", w->repeat >= 0.));
3975 EV_FREQUENT_CHECK; 4108 EV_FREQUENT_CHECK;
3976 4109
3977 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/ 4110 /*assert (("libev: internal timer heap corruption", timers [ev_active (w)] == (WT)w));*/
3978} 4111}
3979 4112
3980noinline 4113ecb_noinline
3981void 4114void
3982ev_timer_stop (EV_P_ ev_timer *w) EV_NOEXCEPT 4115ev_timer_stop (EV_P_ ev_timer *w) EV_NOEXCEPT
3983{ 4116{
3984 clear_pending (EV_A_ (W)w); 4117 clear_pending (EV_A_ (W)w);
3985 if (expect_false (!ev_is_active (w))) 4118 if (ecb_expect_false (!ev_is_active (w)))
3986 return; 4119 return;
3987 4120
3988 EV_FREQUENT_CHECK; 4121 EV_FREQUENT_CHECK;
3989 4122
3990 { 4123 {
3992 4125
3993 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w)); 4126 assert (("libev: internal timer heap corruption", ANHE_w (timers [active]) == (WT)w));
3994 4127
3995 --timercnt; 4128 --timercnt;
3996 4129
3997 if (expect_true (active < timercnt + HEAP0)) 4130 if (ecb_expect_true (active < timercnt + HEAP0))
3998 { 4131 {
3999 timers [active] = timers [timercnt + HEAP0]; 4132 timers [active] = timers [timercnt + HEAP0];
4000 adjustheap (timers, timercnt, active); 4133 adjustheap (timers, timercnt, active);
4001 } 4134 }
4002 } 4135 }
4006 ev_stop (EV_A_ (W)w); 4139 ev_stop (EV_A_ (W)w);
4007 4140
4008 EV_FREQUENT_CHECK; 4141 EV_FREQUENT_CHECK;
4009} 4142}
4010 4143
4011noinline 4144ecb_noinline
4012void 4145void
4013ev_timer_again (EV_P_ ev_timer *w) EV_NOEXCEPT 4146ev_timer_again (EV_P_ ev_timer *w) EV_NOEXCEPT
4014{ 4147{
4015 EV_FREQUENT_CHECK; 4148 EV_FREQUENT_CHECK;
4016 4149
4041{ 4174{
4042 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.); 4175 return ev_at (w) - (ev_is_active (w) ? mn_now : 0.);
4043} 4176}
4044 4177
4045#if EV_PERIODIC_ENABLE 4178#if EV_PERIODIC_ENABLE
4046noinline 4179ecb_noinline
4047void 4180void
4048ev_periodic_start (EV_P_ ev_periodic *w) EV_NOEXCEPT 4181ev_periodic_start (EV_P_ ev_periodic *w) EV_NOEXCEPT
4049{ 4182{
4050 if (expect_false (ev_is_active (w))) 4183 if (ecb_expect_false (ev_is_active (w)))
4051 return; 4184 return;
4052 4185
4053 if (w->reschedule_cb) 4186 if (w->reschedule_cb)
4054 ev_at (w) = w->reschedule_cb (w, ev_rt_now); 4187 ev_at (w) = w->reschedule_cb (w, ev_rt_now);
4055 else if (w->interval) 4188 else if (w->interval)
4072 EV_FREQUENT_CHECK; 4205 EV_FREQUENT_CHECK;
4073 4206
4074 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/ 4207 /*assert (("libev: internal periodic heap corruption", ANHE_w (periodics [ev_active (w)]) == (WT)w));*/
4075} 4208}
4076 4209
4077noinline 4210ecb_noinline
4078void 4211void
4079ev_periodic_stop (EV_P_ ev_periodic *w) EV_NOEXCEPT 4212ev_periodic_stop (EV_P_ ev_periodic *w) EV_NOEXCEPT
4080{ 4213{
4081 clear_pending (EV_A_ (W)w); 4214 clear_pending (EV_A_ (W)w);
4082 if (expect_false (!ev_is_active (w))) 4215 if (ecb_expect_false (!ev_is_active (w)))
4083 return; 4216 return;
4084 4217
4085 EV_FREQUENT_CHECK; 4218 EV_FREQUENT_CHECK;
4086 4219
4087 { 4220 {
4089 4222
4090 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w)); 4223 assert (("libev: internal periodic heap corruption", ANHE_w (periodics [active]) == (WT)w));
4091 4224
4092 --periodiccnt; 4225 --periodiccnt;
4093 4226
4094 if (expect_true (active < periodiccnt + HEAP0)) 4227 if (ecb_expect_true (active < periodiccnt + HEAP0))
4095 { 4228 {
4096 periodics [active] = periodics [periodiccnt + HEAP0]; 4229 periodics [active] = periodics [periodiccnt + HEAP0];
4097 adjustheap (periodics, periodiccnt, active); 4230 adjustheap (periodics, periodiccnt, active);
4098 } 4231 }
4099 } 4232 }
4101 ev_stop (EV_A_ (W)w); 4234 ev_stop (EV_A_ (W)w);
4102 4235
4103 EV_FREQUENT_CHECK; 4236 EV_FREQUENT_CHECK;
4104} 4237}
4105 4238
4106noinline 4239ecb_noinline
4107void 4240void
4108ev_periodic_again (EV_P_ ev_periodic *w) EV_NOEXCEPT 4241ev_periodic_again (EV_P_ ev_periodic *w) EV_NOEXCEPT
4109{ 4242{
4110 /* TODO: use adjustheap and recalculation */ 4243 /* TODO: use adjustheap and recalculation */
4111 ev_periodic_stop (EV_A_ w); 4244 ev_periodic_stop (EV_A_ w);
4117# define SA_RESTART 0 4250# define SA_RESTART 0
4118#endif 4251#endif
4119 4252
4120#if EV_SIGNAL_ENABLE 4253#if EV_SIGNAL_ENABLE
4121 4254
4122noinline 4255ecb_noinline
4123void 4256void
4124ev_signal_start (EV_P_ ev_signal *w) EV_NOEXCEPT 4257ev_signal_start (EV_P_ ev_signal *w) EV_NOEXCEPT
4125{ 4258{
4126 if (expect_false (ev_is_active (w))) 4259 if (ecb_expect_false (ev_is_active (w)))
4127 return; 4260 return;
4128 4261
4129 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG)); 4262 assert (("libev: ev_signal_start called with illegal signal number", w->signum > 0 && w->signum < EV_NSIG));
4130 4263
4131#if EV_MULTIPLICITY 4264#if EV_MULTIPLICITY
4200 } 4333 }
4201 4334
4202 EV_FREQUENT_CHECK; 4335 EV_FREQUENT_CHECK;
4203} 4336}
4204 4337
4205noinline 4338ecb_noinline
4206void 4339void
4207ev_signal_stop (EV_P_ ev_signal *w) EV_NOEXCEPT 4340ev_signal_stop (EV_P_ ev_signal *w) EV_NOEXCEPT
4208{ 4341{
4209 clear_pending (EV_A_ (W)w); 4342 clear_pending (EV_A_ (W)w);
4210 if (expect_false (!ev_is_active (w))) 4343 if (ecb_expect_false (!ev_is_active (w)))
4211 return; 4344 return;
4212 4345
4213 EV_FREQUENT_CHECK; 4346 EV_FREQUENT_CHECK;
4214 4347
4215 wlist_del (&signals [w->signum - 1].head, (WL)w); 4348 wlist_del (&signals [w->signum - 1].head, (WL)w);
4248ev_child_start (EV_P_ ev_child *w) EV_NOEXCEPT 4381ev_child_start (EV_P_ ev_child *w) EV_NOEXCEPT
4249{ 4382{
4250#if EV_MULTIPLICITY 4383#if EV_MULTIPLICITY
4251 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); 4384 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
4252#endif 4385#endif
4253 if (expect_false (ev_is_active (w))) 4386 if (ecb_expect_false (ev_is_active (w)))
4254 return; 4387 return;
4255 4388
4256 EV_FREQUENT_CHECK; 4389 EV_FREQUENT_CHECK;
4257 4390
4258 ev_start (EV_A_ (W)w, 1); 4391 ev_start (EV_A_ (W)w, 1);
4263 4396
4264void 4397void
4265ev_child_stop (EV_P_ ev_child *w) EV_NOEXCEPT 4398ev_child_stop (EV_P_ ev_child *w) EV_NOEXCEPT
4266{ 4399{
4267 clear_pending (EV_A_ (W)w); 4400 clear_pending (EV_A_ (W)w);
4268 if (expect_false (!ev_is_active (w))) 4401 if (ecb_expect_false (!ev_is_active (w)))
4269 return; 4402 return;
4270 4403
4271 EV_FREQUENT_CHECK; 4404 EV_FREQUENT_CHECK;
4272 4405
4273 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w); 4406 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w);
4287 4420
4288#define DEF_STAT_INTERVAL 5.0074891 4421#define DEF_STAT_INTERVAL 5.0074891
4289#define NFS_STAT_INTERVAL 30.1074891 /* for filesystems potentially failing inotify */ 4422#define NFS_STAT_INTERVAL 30.1074891 /* for filesystems potentially failing inotify */
4290#define MIN_STAT_INTERVAL 0.1074891 4423#define MIN_STAT_INTERVAL 0.1074891
4291 4424
4292noinline static void stat_timer_cb (EV_P_ ev_timer *w_, int revents); 4425ecb_noinline static void stat_timer_cb (EV_P_ ev_timer *w_, int revents);
4293 4426
4294#if EV_USE_INOTIFY 4427#if EV_USE_INOTIFY
4295 4428
4296/* the * 2 is to allow for alignment padding, which for some reason is >> 8 */ 4429/* the * 2 is to allow for alignment padding, which for some reason is >> 8 */
4297# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX) 4430# define EV_INOTIFY_BUFSIZE (sizeof (struct inotify_event) * 2 + NAME_MAX)
4298 4431
4299noinline 4432ecb_noinline
4300static void 4433static void
4301infy_add (EV_P_ ev_stat *w) 4434infy_add (EV_P_ ev_stat *w)
4302{ 4435{
4303 w->wd = inotify_add_watch (fs_fd, w->path, 4436 w->wd = inotify_add_watch (fs_fd, w->path,
4304 IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY 4437 IN_ATTRIB | IN_DELETE_SELF | IN_MOVE_SELF | IN_MODIFY
4369 if (ev_is_active (&w->timer)) ev_ref (EV_A); 4502 if (ev_is_active (&w->timer)) ev_ref (EV_A);
4370 ev_timer_again (EV_A_ &w->timer); 4503 ev_timer_again (EV_A_ &w->timer);
4371 if (ev_is_active (&w->timer)) ev_unref (EV_A); 4504 if (ev_is_active (&w->timer)) ev_unref (EV_A);
4372} 4505}
4373 4506
4374noinline 4507ecb_noinline
4375static void 4508static void
4376infy_del (EV_P_ ev_stat *w) 4509infy_del (EV_P_ ev_stat *w)
4377{ 4510{
4378 int slot; 4511 int slot;
4379 int wd = w->wd; 4512 int wd = w->wd;
4387 4520
4388 /* remove this watcher, if others are watching it, they will rearm */ 4521 /* remove this watcher, if others are watching it, they will rearm */
4389 inotify_rm_watch (fs_fd, wd); 4522 inotify_rm_watch (fs_fd, wd);
4390} 4523}
4391 4524
4392noinline 4525ecb_noinline
4393static void 4526static void
4394infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev) 4527infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev)
4395{ 4528{
4396 if (slot < 0) 4529 if (slot < 0)
4397 /* overflow, need to check for all hash slots */ 4530 /* overflow, need to check for all hash slots */
4543 w->attr.st_nlink = 0; 4676 w->attr.st_nlink = 0;
4544 else if (!w->attr.st_nlink) 4677 else if (!w->attr.st_nlink)
4545 w->attr.st_nlink = 1; 4678 w->attr.st_nlink = 1;
4546} 4679}
4547 4680
4548noinline 4681ecb_noinline
4549static void 4682static void
4550stat_timer_cb (EV_P_ ev_timer *w_, int revents) 4683stat_timer_cb (EV_P_ ev_timer *w_, int revents)
4551{ 4684{
4552 ev_stat *w = (ev_stat *)(((char *)w_) - offsetof (ev_stat, timer)); 4685 ev_stat *w = (ev_stat *)(((char *)w_) - offsetof (ev_stat, timer));
4553 4686
4587} 4720}
4588 4721
4589void 4722void
4590ev_stat_start (EV_P_ ev_stat *w) EV_NOEXCEPT 4723ev_stat_start (EV_P_ ev_stat *w) EV_NOEXCEPT
4591{ 4724{
4592 if (expect_false (ev_is_active (w))) 4725 if (ecb_expect_false (ev_is_active (w)))
4593 return; 4726 return;
4594 4727
4595 ev_stat_stat (EV_A_ w); 4728 ev_stat_stat (EV_A_ w);
4596 4729
4597 if (w->interval < MIN_STAT_INTERVAL && w->interval) 4730 if (w->interval < MIN_STAT_INTERVAL && w->interval)
4619 4752
4620void 4753void
4621ev_stat_stop (EV_P_ ev_stat *w) EV_NOEXCEPT 4754ev_stat_stop (EV_P_ ev_stat *w) EV_NOEXCEPT
4622{ 4755{
4623 clear_pending (EV_A_ (W)w); 4756 clear_pending (EV_A_ (W)w);
4624 if (expect_false (!ev_is_active (w))) 4757 if (ecb_expect_false (!ev_is_active (w)))
4625 return; 4758 return;
4626 4759
4627 EV_FREQUENT_CHECK; 4760 EV_FREQUENT_CHECK;
4628 4761
4629#if EV_USE_INOTIFY 4762#if EV_USE_INOTIFY
4644 4777
4645#if EV_IDLE_ENABLE 4778#if EV_IDLE_ENABLE
4646void 4779void
4647ev_idle_start (EV_P_ ev_idle *w) EV_NOEXCEPT 4780ev_idle_start (EV_P_ ev_idle *w) EV_NOEXCEPT
4648{ 4781{
4649 if (expect_false (ev_is_active (w))) 4782 if (ecb_expect_false (ev_is_active (w)))
4650 return; 4783 return;
4651 4784
4652 pri_adjust (EV_A_ (W)w); 4785 pri_adjust (EV_A_ (W)w);
4653 4786
4654 EV_FREQUENT_CHECK; 4787 EV_FREQUENT_CHECK;
4668 4801
4669void 4802void
4670ev_idle_stop (EV_P_ ev_idle *w) EV_NOEXCEPT 4803ev_idle_stop (EV_P_ ev_idle *w) EV_NOEXCEPT
4671{ 4804{
4672 clear_pending (EV_A_ (W)w); 4805 clear_pending (EV_A_ (W)w);
4673 if (expect_false (!ev_is_active (w))) 4806 if (ecb_expect_false (!ev_is_active (w)))
4674 return; 4807 return;
4675 4808
4676 EV_FREQUENT_CHECK; 4809 EV_FREQUENT_CHECK;
4677 4810
4678 { 4811 {
4691 4824
4692#if EV_PREPARE_ENABLE 4825#if EV_PREPARE_ENABLE
4693void 4826void
4694ev_prepare_start (EV_P_ ev_prepare *w) EV_NOEXCEPT 4827ev_prepare_start (EV_P_ ev_prepare *w) EV_NOEXCEPT
4695{ 4828{
4696 if (expect_false (ev_is_active (w))) 4829 if (ecb_expect_false (ev_is_active (w)))
4697 return; 4830 return;
4698 4831
4699 EV_FREQUENT_CHECK; 4832 EV_FREQUENT_CHECK;
4700 4833
4701 ev_start (EV_A_ (W)w, ++preparecnt); 4834 ev_start (EV_A_ (W)w, ++preparecnt);
4707 4840
4708void 4841void
4709ev_prepare_stop (EV_P_ ev_prepare *w) EV_NOEXCEPT 4842ev_prepare_stop (EV_P_ ev_prepare *w) EV_NOEXCEPT
4710{ 4843{
4711 clear_pending (EV_A_ (W)w); 4844 clear_pending (EV_A_ (W)w);
4712 if (expect_false (!ev_is_active (w))) 4845 if (ecb_expect_false (!ev_is_active (w)))
4713 return; 4846 return;
4714 4847
4715 EV_FREQUENT_CHECK; 4848 EV_FREQUENT_CHECK;
4716 4849
4717 { 4850 {
4729 4862
4730#if EV_CHECK_ENABLE 4863#if EV_CHECK_ENABLE
4731void 4864void
4732ev_check_start (EV_P_ ev_check *w) EV_NOEXCEPT 4865ev_check_start (EV_P_ ev_check *w) EV_NOEXCEPT
4733{ 4866{
4734 if (expect_false (ev_is_active (w))) 4867 if (ecb_expect_false (ev_is_active (w)))
4735 return; 4868 return;
4736 4869
4737 EV_FREQUENT_CHECK; 4870 EV_FREQUENT_CHECK;
4738 4871
4739 ev_start (EV_A_ (W)w, ++checkcnt); 4872 ev_start (EV_A_ (W)w, ++checkcnt);
4745 4878
4746void 4879void
4747ev_check_stop (EV_P_ ev_check *w) EV_NOEXCEPT 4880ev_check_stop (EV_P_ ev_check *w) EV_NOEXCEPT
4748{ 4881{
4749 clear_pending (EV_A_ (W)w); 4882 clear_pending (EV_A_ (W)w);
4750 if (expect_false (!ev_is_active (w))) 4883 if (ecb_expect_false (!ev_is_active (w)))
4751 return; 4884 return;
4752 4885
4753 EV_FREQUENT_CHECK; 4886 EV_FREQUENT_CHECK;
4754 4887
4755 { 4888 {
4764 EV_FREQUENT_CHECK; 4897 EV_FREQUENT_CHECK;
4765} 4898}
4766#endif 4899#endif
4767 4900
4768#if EV_EMBED_ENABLE 4901#if EV_EMBED_ENABLE
4769noinline 4902ecb_noinline
4770void 4903void
4771ev_embed_sweep (EV_P_ ev_embed *w) EV_NOEXCEPT 4904ev_embed_sweep (EV_P_ ev_embed *w) EV_NOEXCEPT
4772{ 4905{
4773 ev_run (w->other, EVRUN_NOWAIT); 4906 ev_run (w->other, EVRUN_NOWAIT);
4774} 4907}
4826#endif 4959#endif
4827 4960
4828void 4961void
4829ev_embed_start (EV_P_ ev_embed *w) EV_NOEXCEPT 4962ev_embed_start (EV_P_ ev_embed *w) EV_NOEXCEPT
4830{ 4963{
4831 if (expect_false (ev_is_active (w))) 4964 if (ecb_expect_false (ev_is_active (w)))
4832 return; 4965 return;
4833 4966
4834 { 4967 {
4835 EV_P = w->other; 4968 EV_P = w->other;
4836 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ())); 4969 assert (("libev: loop to be embedded is not embeddable", backend & ev_embeddable_backends ()));
4858 4991
4859void 4992void
4860ev_embed_stop (EV_P_ ev_embed *w) EV_NOEXCEPT 4993ev_embed_stop (EV_P_ ev_embed *w) EV_NOEXCEPT
4861{ 4994{
4862 clear_pending (EV_A_ (W)w); 4995 clear_pending (EV_A_ (W)w);
4863 if (expect_false (!ev_is_active (w))) 4996 if (ecb_expect_false (!ev_is_active (w)))
4864 return; 4997 return;
4865 4998
4866 EV_FREQUENT_CHECK; 4999 EV_FREQUENT_CHECK;
4867 5000
4868 ev_io_stop (EV_A_ &w->io); 5001 ev_io_stop (EV_A_ &w->io);
4877 5010
4878#if EV_FORK_ENABLE 5011#if EV_FORK_ENABLE
4879void 5012void
4880ev_fork_start (EV_P_ ev_fork *w) EV_NOEXCEPT 5013ev_fork_start (EV_P_ ev_fork *w) EV_NOEXCEPT
4881{ 5014{
4882 if (expect_false (ev_is_active (w))) 5015 if (ecb_expect_false (ev_is_active (w)))
4883 return; 5016 return;
4884 5017
4885 EV_FREQUENT_CHECK; 5018 EV_FREQUENT_CHECK;
4886 5019
4887 ev_start (EV_A_ (W)w, ++forkcnt); 5020 ev_start (EV_A_ (W)w, ++forkcnt);
4893 5026
4894void 5027void
4895ev_fork_stop (EV_P_ ev_fork *w) EV_NOEXCEPT 5028ev_fork_stop (EV_P_ ev_fork *w) EV_NOEXCEPT
4896{ 5029{
4897 clear_pending (EV_A_ (W)w); 5030 clear_pending (EV_A_ (W)w);
4898 if (expect_false (!ev_is_active (w))) 5031 if (ecb_expect_false (!ev_is_active (w)))
4899 return; 5032 return;
4900 5033
4901 EV_FREQUENT_CHECK; 5034 EV_FREQUENT_CHECK;
4902 5035
4903 { 5036 {
4915 5048
4916#if EV_CLEANUP_ENABLE 5049#if EV_CLEANUP_ENABLE
4917void 5050void
4918ev_cleanup_start (EV_P_ ev_cleanup *w) EV_NOEXCEPT 5051ev_cleanup_start (EV_P_ ev_cleanup *w) EV_NOEXCEPT
4919{ 5052{
4920 if (expect_false (ev_is_active (w))) 5053 if (ecb_expect_false (ev_is_active (w)))
4921 return; 5054 return;
4922 5055
4923 EV_FREQUENT_CHECK; 5056 EV_FREQUENT_CHECK;
4924 5057
4925 ev_start (EV_A_ (W)w, ++cleanupcnt); 5058 ev_start (EV_A_ (W)w, ++cleanupcnt);
4933 5066
4934void 5067void
4935ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_NOEXCEPT 5068ev_cleanup_stop (EV_P_ ev_cleanup *w) EV_NOEXCEPT
4936{ 5069{
4937 clear_pending (EV_A_ (W)w); 5070 clear_pending (EV_A_ (W)w);
4938 if (expect_false (!ev_is_active (w))) 5071 if (ecb_expect_false (!ev_is_active (w)))
4939 return; 5072 return;
4940 5073
4941 EV_FREQUENT_CHECK; 5074 EV_FREQUENT_CHECK;
4942 ev_ref (EV_A); 5075 ev_ref (EV_A);
4943 5076
4956 5089
4957#if EV_ASYNC_ENABLE 5090#if EV_ASYNC_ENABLE
4958void 5091void
4959ev_async_start (EV_P_ ev_async *w) EV_NOEXCEPT 5092ev_async_start (EV_P_ ev_async *w) EV_NOEXCEPT
4960{ 5093{
4961 if (expect_false (ev_is_active (w))) 5094 if (ecb_expect_false (ev_is_active (w)))
4962 return; 5095 return;
4963 5096
4964 w->sent = 0; 5097 w->sent = 0;
4965 5098
4966 evpipe_init (EV_A); 5099 evpipe_init (EV_A);
4976 5109
4977void 5110void
4978ev_async_stop (EV_P_ ev_async *w) EV_NOEXCEPT 5111ev_async_stop (EV_P_ ev_async *w) EV_NOEXCEPT
4979{ 5112{
4980 clear_pending (EV_A_ (W)w); 5113 clear_pending (EV_A_ (W)w);
4981 if (expect_false (!ev_is_active (w))) 5114 if (ecb_expect_false (!ev_is_active (w)))
4982 return; 5115 return;
4983 5116
4984 EV_FREQUENT_CHECK; 5117 EV_FREQUENT_CHECK;
4985 5118
4986 { 5119 {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines