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

Comparing libev/ev.c (file contents):
Revision 1.520 by root, Sat Dec 28 07:44:15 2019 UTC vs.
Revision 1.522 by root, Tue Dec 31 06:02:28 2019 UTC

2580 upheap (heap, i + HEAP0); 2580 upheap (heap, i + HEAP0);
2581} 2581}
2582 2582
2583/*****************************************************************************/ 2583/*****************************************************************************/
2584 2584
2585/* associate signal watchers to a signal signal */ 2585/* associate signal watchers to a signal */
2586typedef struct 2586typedef struct
2587{ 2587{
2588 EV_ATOMIC_T pending; 2588 EV_ATOMIC_T pending;
2589#if EV_MULTIPLICITY 2589#if EV_MULTIPLICITY
2590 EV_P; 2590 EV_P;
3048 3048
3049ecb_cold 3049ecb_cold
3050unsigned int 3050unsigned int
3051ev_embeddable_backends (void) EV_NOEXCEPT 3051ev_embeddable_backends (void) EV_NOEXCEPT
3052{ 3052{
3053 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT; 3053 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT | EVBACKEND_IOURING;
3054 3054
3055 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */ 3055 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
3056 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */ 3056 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */
3057 flags &= ~EVBACKEND_EPOLL; 3057 flags &= ~EVBACKEND_EPOLL;
3058 3058
3059 /* EVBACKEND_LINUXAIO is theoretically embeddable, but suffers from a performance overhead */ 3059 /* EVBACKEND_LINUXAIO is theoretically embeddable, but suffers from a performance overhead */
3060
3061 /* EVBACKEND_IOURING is practically embeddable, but the current implementation is not
3062 * because our backend_fd is the epoll fd we need as fallback.
3063 * if the kernel ever is fixed, this might change...
3064 */
3065 3060
3066 return flags; 3061 return flags;
3067} 3062}
3068 3063
3069unsigned int 3064unsigned int

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines