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

Comparing libev/ev.c (file contents):
Revision 1.332 by root, Tue Mar 9 08:58:17 2010 UTC vs.
Revision 1.366 by root, Mon Jan 10 01:58:54 2011 UTC

1/* 1/*
2 * libev event processing core, watcher management 2 * libev event processing core, watcher management
3 * 3 *
4 * Copyright (c) 2007,2008,2009,2010 Marc Alexander Lehmann <libev@schmorp.de> 4 * Copyright (c) 2007,2008,2009,2010,2011 Marc Alexander Lehmann <libev@schmorp.de>
5 * All rights reserved. 5 * All rights reserved.
6 * 6 *
7 * Redistribution and use in source and binary forms, with or without modifica- 7 * Redistribution and use in source and binary forms, with or without modifica-
8 * tion, are permitted provided that the following conditions are met: 8 * tion, are permitted provided that the following conditions are met:
9 * 9 *
35 * and other provisions required by the GPL. If you do not delete the 35 * and other provisions required by the GPL. If you do not delete the
36 * provisions above, a recipient may use your version of this file under 36 * provisions above, a recipient may use your version of this file under
37 * either the BSD or the GPL. 37 * either the BSD or the GPL.
38 */ 38 */
39 39
40#ifdef __cplusplus
41extern "C" {
42#endif
43
44/* this big block deduces configuration from config.h */ 40/* this big block deduces configuration from config.h */
45#ifndef EV_STANDALONE 41#ifndef EV_STANDALONE
46# ifdef EV_CONFIG_H 42# ifdef EV_CONFIG_H
47# include EV_CONFIG_H 43# include EV_CONFIG_H
48# else 44# else
77# ifndef EV_USE_REALTIME 73# ifndef EV_USE_REALTIME
78# define EV_USE_REALTIME 0 74# define EV_USE_REALTIME 0
79# endif 75# endif
80# endif 76# endif
81 77
78# if HAVE_NANOSLEEP
82# ifndef EV_USE_NANOSLEEP 79# ifndef EV_USE_NANOSLEEP
83# if HAVE_NANOSLEEP
84# define EV_USE_NANOSLEEP 1 80# define EV_USE_NANOSLEEP EV_FEATURE_OS
81# endif
85# else 82# else
83# undef EV_USE_NANOSLEEP
86# define EV_USE_NANOSLEEP 0 84# define EV_USE_NANOSLEEP 0
85# endif
86
87# if HAVE_SELECT && HAVE_SYS_SELECT_H
88# ifndef EV_USE_SELECT
89# define EV_USE_SELECT EV_FEATURE_BACKENDS
87# endif 90# endif
91# else
92# undef EV_USE_SELECT
93# define EV_USE_SELECT 0
88# endif 94# endif
89 95
96# if HAVE_POLL && HAVE_POLL_H
90# ifndef EV_USE_SELECT 97# ifndef EV_USE_POLL
91# if HAVE_SELECT && HAVE_SYS_SELECT_H 98# define EV_USE_POLL EV_FEATURE_BACKENDS
92# define EV_USE_SELECT 1
93# else
94# define EV_USE_SELECT 0
95# endif 99# endif
96# endif
97
98# ifndef EV_USE_POLL
99# if HAVE_POLL && HAVE_POLL_H
100# define EV_USE_POLL 1
101# else 100# else
101# undef EV_USE_POLL
102# define EV_USE_POLL 0 102# define EV_USE_POLL 0
103# endif
104# endif 103# endif
105 104
106# ifndef EV_USE_EPOLL
107# if HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H 105# if HAVE_EPOLL_CTL && HAVE_SYS_EPOLL_H
108# define EV_USE_EPOLL 1 106# ifndef EV_USE_EPOLL
109# else 107# define EV_USE_EPOLL EV_FEATURE_BACKENDS
110# define EV_USE_EPOLL 0
111# endif 108# endif
109# else
110# undef EV_USE_EPOLL
111# define EV_USE_EPOLL 0
112# endif 112# endif
113 113
114# ifndef EV_USE_KQUEUE
115# if HAVE_KQUEUE && HAVE_SYS_EVENT_H 114# if HAVE_KQUEUE && HAVE_SYS_EVENT_H
116# define EV_USE_KQUEUE 1 115# ifndef EV_USE_KQUEUE
117# else 116# define EV_USE_KQUEUE EV_FEATURE_BACKENDS
118# define EV_USE_KQUEUE 0
119# endif 117# endif
118# else
119# undef EV_USE_KQUEUE
120# define EV_USE_KQUEUE 0
120# endif 121# endif
121 122
122# ifndef EV_USE_PORT
123# if HAVE_PORT_H && HAVE_PORT_CREATE 123# if HAVE_PORT_H && HAVE_PORT_CREATE
124# define EV_USE_PORT 1 124# ifndef EV_USE_PORT
125# else 125# define EV_USE_PORT EV_FEATURE_BACKENDS
126# define EV_USE_PORT 0
127# endif 126# endif
127# else
128# undef EV_USE_PORT
129# define EV_USE_PORT 0
128# endif 130# endif
129 131
130# ifndef EV_USE_INOTIFY
131# if HAVE_INOTIFY_INIT && HAVE_SYS_INOTIFY_H 132# if HAVE_INOTIFY_INIT && HAVE_SYS_INOTIFY_H
132# define EV_USE_INOTIFY 1 133# ifndef EV_USE_INOTIFY
133# else
134# define EV_USE_INOTIFY 0 134# define EV_USE_INOTIFY EV_FEATURE_OS
135# endif 135# endif
136# else
137# undef EV_USE_INOTIFY
138# define EV_USE_INOTIFY 0
136# endif 139# endif
137 140
138# ifndef EV_USE_SIGNALFD
139# if HAVE_SIGNALFD && HAVE_SYS_SIGNALFD_H 141# if HAVE_SIGNALFD && HAVE_SYS_SIGNALFD_H
140# define EV_USE_SIGNALFD 1 142# ifndef EV_USE_SIGNALFD
141# else
142# define EV_USE_SIGNALFD 0 143# define EV_USE_SIGNALFD EV_FEATURE_OS
143# endif 144# endif
145# else
146# undef EV_USE_SIGNALFD
147# define EV_USE_SIGNALFD 0
144# endif 148# endif
145 149
150# if HAVE_EVENTFD
146# ifndef EV_USE_EVENTFD 151# ifndef EV_USE_EVENTFD
147# if HAVE_EVENTFD
148# define EV_USE_EVENTFD 1 152# define EV_USE_EVENTFD EV_FEATURE_OS
149# else
150# define EV_USE_EVENTFD 0
151# endif 153# endif
154# else
155# undef EV_USE_EVENTFD
156# define EV_USE_EVENTFD 0
152# endif 157# endif
153 158
154#endif 159#endif
155 160
156#include <math.h> 161#include <math.h>
172#ifdef EV_H 177#ifdef EV_H
173# include EV_H 178# include EV_H
174#else 179#else
175# include "ev.h" 180# include "ev.h"
176#endif 181#endif
182
183EV_CPP(extern "C" {)
177 184
178#ifndef _WIN32 185#ifndef _WIN32
179# include <sys/time.h> 186# include <sys/time.h>
180# include <sys/wait.h> 187# include <sys/wait.h>
181# include <unistd.h> 188# include <unistd.h>
186# ifndef EV_SELECT_IS_WINSOCKET 193# ifndef EV_SELECT_IS_WINSOCKET
187# define EV_SELECT_IS_WINSOCKET 1 194# define EV_SELECT_IS_WINSOCKET 1
188# endif 195# endif
189# undef EV_AVOID_STDIO 196# undef EV_AVOID_STDIO
190#endif 197#endif
198
199/* OS X, in its infinite idiocy, actually HARDCODES
200 * a limit of 1024 into their select. Where people have brains,
201 * OS X engineers apparently have a vacuum. Or maybe they were
202 * ordered to have a vacuum, or they do anything for money.
203 * This might help. Or not.
204 */
205#define _DARWIN_UNLIMITED_SELECT 1
191 206
192/* this block tries to deduce configuration from header-defined symbols and defaults */ 207/* this block tries to deduce configuration from header-defined symbols and defaults */
193 208
194/* try to deduce the maximum number of signals on this platform */ 209/* try to deduce the maximum number of signals on this platform */
195#if defined (EV_NSIG) 210#if defined (EV_NSIG)
207#elif defined (MAXSIG) 222#elif defined (MAXSIG)
208# define EV_NSIG (MAXSIG+1) 223# define EV_NSIG (MAXSIG+1)
209#elif defined (MAX_SIG) 224#elif defined (MAX_SIG)
210# define EV_NSIG (MAX_SIG+1) 225# define EV_NSIG (MAX_SIG+1)
211#elif defined (SIGARRAYSIZE) 226#elif defined (SIGARRAYSIZE)
212# define EV_NSIG SIGARRAYSIZE /* Assume ary[SIGARRAYSIZE] */ 227# define EV_NSIG (SIGARRAYSIZE) /* Assume ary[SIGARRAYSIZE] */
213#elif defined (_sys_nsig) 228#elif defined (_sys_nsig)
214# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */ 229# define EV_NSIG (_sys_nsig) /* Solaris 2.5 */
215#else 230#else
216# error "unable to find value for NSIG, please report" 231# error "unable to find value for NSIG, please report"
217/* to make it compile regardless, just remove the above line */ 232/* to make it compile regardless, just remove the above line, */
233/* but consider reporting it, too! :) */
218# define EV_NSIG 65 234# define EV_NSIG 65
219#endif 235#endif
220 236
221#ifndef EV_USE_CLOCK_SYSCALL 237#ifndef EV_USE_CLOCK_SYSCALL
222# if __linux && __GLIBC__ >= 2 238# if __linux && __GLIBC__ >= 2
223# define EV_USE_CLOCK_SYSCALL 1 239# define EV_USE_CLOCK_SYSCALL EV_FEATURE_OS
224# else 240# else
225# define EV_USE_CLOCK_SYSCALL 0 241# define EV_USE_CLOCK_SYSCALL 0
226# endif 242# endif
227#endif 243#endif
228 244
229#ifndef EV_USE_MONOTONIC 245#ifndef EV_USE_MONOTONIC
230# if defined (_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0 246# if defined (_POSIX_MONOTONIC_CLOCK) && _POSIX_MONOTONIC_CLOCK >= 0
231# define EV_USE_MONOTONIC 1 247# define EV_USE_MONOTONIC EV_FEATURE_OS
232# else 248# else
233# define EV_USE_MONOTONIC 0 249# define EV_USE_MONOTONIC 0
234# endif 250# endif
235#endif 251#endif
236 252
238# define EV_USE_REALTIME !EV_USE_CLOCK_SYSCALL 254# define EV_USE_REALTIME !EV_USE_CLOCK_SYSCALL
239#endif 255#endif
240 256
241#ifndef EV_USE_NANOSLEEP 257#ifndef EV_USE_NANOSLEEP
242# if _POSIX_C_SOURCE >= 199309L 258# if _POSIX_C_SOURCE >= 199309L
243# define EV_USE_NANOSLEEP 1 259# define EV_USE_NANOSLEEP EV_FEATURE_OS
244# else 260# else
245# define EV_USE_NANOSLEEP 0 261# define EV_USE_NANOSLEEP 0
246# endif 262# endif
247#endif 263#endif
248 264
249#ifndef EV_USE_SELECT 265#ifndef EV_USE_SELECT
250# define EV_USE_SELECT 1 266# define EV_USE_SELECT EV_FEATURE_BACKENDS
251#endif 267#endif
252 268
253#ifndef EV_USE_POLL 269#ifndef EV_USE_POLL
254# ifdef _WIN32 270# ifdef _WIN32
255# define EV_USE_POLL 0 271# define EV_USE_POLL 0
256# else 272# else
257# define EV_USE_POLL 1 273# define EV_USE_POLL EV_FEATURE_BACKENDS
258# endif 274# endif
259#endif 275#endif
260 276
261#ifndef EV_USE_EPOLL 277#ifndef EV_USE_EPOLL
262# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4)) 278# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4))
263# define EV_USE_EPOLL 1 279# define EV_USE_EPOLL EV_FEATURE_BACKENDS
264# else 280# else
265# define EV_USE_EPOLL 0 281# define EV_USE_EPOLL 0
266# endif 282# endif
267#endif 283#endif
268 284
274# define EV_USE_PORT 0 290# define EV_USE_PORT 0
275#endif 291#endif
276 292
277#ifndef EV_USE_INOTIFY 293#ifndef EV_USE_INOTIFY
278# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4)) 294# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 4))
279# define EV_USE_INOTIFY 1 295# define EV_USE_INOTIFY EV_FEATURE_OS
280# else 296# else
281# define EV_USE_INOTIFY 0 297# define EV_USE_INOTIFY 0
282# endif 298# endif
283#endif 299#endif
284 300
285#ifndef EV_PID_HASHSIZE 301#ifndef EV_PID_HASHSIZE
286# if EV_MINIMAL 302# define EV_PID_HASHSIZE EV_FEATURE_DATA ? 16 : 1
287# define EV_PID_HASHSIZE 1
288# else
289# define EV_PID_HASHSIZE 16
290# endif
291#endif 303#endif
292 304
293#ifndef EV_INOTIFY_HASHSIZE 305#ifndef EV_INOTIFY_HASHSIZE
294# if EV_MINIMAL 306# define EV_INOTIFY_HASHSIZE EV_FEATURE_DATA ? 16 : 1
295# define EV_INOTIFY_HASHSIZE 1
296# else
297# define EV_INOTIFY_HASHSIZE 16
298# endif
299#endif 307#endif
300 308
301#ifndef EV_USE_EVENTFD 309#ifndef EV_USE_EVENTFD
302# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 7)) 310# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 7))
303# define EV_USE_EVENTFD 1 311# define EV_USE_EVENTFD EV_FEATURE_OS
304# else 312# else
305# define EV_USE_EVENTFD 0 313# define EV_USE_EVENTFD 0
306# endif 314# endif
307#endif 315#endif
308 316
309#ifndef EV_USE_SIGNALFD 317#ifndef EV_USE_SIGNALFD
310# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 7)) 318# if __linux && (__GLIBC__ > 2 || (__GLIBC__ == 2 && __GLIBC_MINOR__ >= 7))
311# define EV_USE_SIGNALFD 1 319# define EV_USE_SIGNALFD EV_FEATURE_OS
312# else 320# else
313# define EV_USE_SIGNALFD 0 321# define EV_USE_SIGNALFD 0
314# endif 322# endif
315#endif 323#endif
316 324
319# define EV_USE_4HEAP 1 327# define EV_USE_4HEAP 1
320# define EV_HEAP_CACHE_AT 1 328# define EV_HEAP_CACHE_AT 1
321#endif 329#endif
322 330
323#ifndef EV_VERIFY 331#ifndef EV_VERIFY
324# define EV_VERIFY !EV_MINIMAL 332# define EV_VERIFY (EV_FEATURE_API ? 1 : 0)
325#endif 333#endif
326 334
327#ifndef EV_USE_4HEAP 335#ifndef EV_USE_4HEAP
328# define EV_USE_4HEAP !EV_MINIMAL 336# define EV_USE_4HEAP EV_FEATURE_DATA
329#endif 337#endif
330 338
331#ifndef EV_HEAP_CACHE_AT 339#ifndef EV_HEAP_CACHE_AT
332# define EV_HEAP_CACHE_AT !EV_MINIMAL 340# define EV_HEAP_CACHE_AT EV_FEATURE_DATA
333#endif 341#endif
334 342
335/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */ 343/* on linux, we can use a (slow) syscall to avoid a dependency on pthread, */
336/* which makes programs even slower. might work on other unices, too. */ 344/* which makes programs even slower. might work on other unices, too. */
337#if EV_USE_CLOCK_SYSCALL 345#if EV_USE_CLOCK_SYSCALL
374# include <sys/select.h> 382# include <sys/select.h>
375# endif 383# endif
376#endif 384#endif
377 385
378#if EV_USE_INOTIFY 386#if EV_USE_INOTIFY
379# include <sys/utsname.h>
380# include <sys/statfs.h> 387# include <sys/statfs.h>
381# include <sys/inotify.h> 388# include <sys/inotify.h>
382/* some very old inotify.h headers don't have IN_DONT_FOLLOW */ 389/* some very old inotify.h headers don't have IN_DONT_FOLLOW */
383# ifndef IN_DONT_FOLLOW 390# ifndef IN_DONT_FOLLOW
384# undef EV_USE_INOTIFY 391# undef EV_USE_INOTIFY
401# define EFD_CLOEXEC O_CLOEXEC 408# define EFD_CLOEXEC O_CLOEXEC
402# else 409# else
403# define EFD_CLOEXEC 02000000 410# define EFD_CLOEXEC 02000000
404# endif 411# endif
405# endif 412# endif
406# ifdef __cplusplus
407extern "C" {
408# endif
409int (eventfd) (unsigned int initval, int flags); 413EV_CPP(extern "C") int (eventfd) (unsigned int initval, int flags);
410# ifdef __cplusplus
411}
412# endif
413#endif 414#endif
414 415
415#if EV_USE_SIGNALFD 416#if EV_USE_SIGNALFD
416/* our minimum requirement is glibc 2.7 which has the stub, but not the header */ 417/* our minimum requirement is glibc 2.7 which has the stub, but not the header */
417# include <stdint.h> 418# include <stdint.h>
423# define SFD_CLOEXEC O_CLOEXEC 424# define SFD_CLOEXEC O_CLOEXEC
424# else 425# else
425# define SFD_CLOEXEC 02000000 426# define SFD_CLOEXEC 02000000
426# endif 427# endif
427# endif 428# endif
428# ifdef __cplusplus
429extern "C" {
430# endif
431int signalfd (int fd, const sigset_t *mask, int flags); 429EV_CPP (extern "C") int signalfd (int fd, const sigset_t *mask, int flags);
432 430
433struct signalfd_siginfo 431struct signalfd_siginfo
434{ 432{
435 uint32_t ssi_signo; 433 uint32_t ssi_signo;
436 char pad[128 - sizeof (uint32_t)]; 434 char pad[128 - sizeof (uint32_t)];
437}; 435};
438# ifdef __cplusplus
439}
440# endif 436#endif
441#endif
442
443 437
444/**/ 438/**/
445 439
446#if EV_VERIFY >= 3 440#if EV_VERIFY >= 3
447# define EV_FREQUENT_CHECK ev_loop_verify (EV_A) 441# define EV_FREQUENT_CHECK ev_verify (EV_A)
448#else 442#else
449# define EV_FREQUENT_CHECK do { } while (0) 443# define EV_FREQUENT_CHECK do { } while (0)
450#endif 444#endif
451 445
452/* 446/*
460#define TIME_EPSILON 0.0001220703125 /* 1/8192 */ 454#define TIME_EPSILON 0.0001220703125 /* 1/8192 */
461 455
462#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */ 456#define MIN_TIMEJUMP 1. /* minimum timejump that gets detected (if monotonic clock available) */
463#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */ 457#define MAX_BLOCKTIME 59.743 /* never wait longer than this time (to detect time jumps) */
464 458
459#define EV_TV_SET(tv,t) do { tv.tv_sec = (long)t; tv.tv_usec = (long)((t - tv.tv_sec) * 1e6); } while (0)
460#define EV_TS_SET(ts,t) do { ts.tv_sec = (long)t; ts.tv_nsec = (long)((t - ts.tv_sec) * 1e9); } while (0)
461
465#if __GNUC__ >= 4 462#if __GNUC__ >= 4
466# define expect(expr,value) __builtin_expect ((expr),(value)) 463# define expect(expr,value) __builtin_expect ((expr),(value))
467# define noinline __attribute__ ((noinline)) 464# define noinline __attribute__ ((noinline))
468#else 465#else
469# define expect(expr,value) (expr) 466# define expect(expr,value) (expr)
475 472
476#define expect_false(expr) expect ((expr) != 0, 0) 473#define expect_false(expr) expect ((expr) != 0, 0)
477#define expect_true(expr) expect ((expr) != 0, 1) 474#define expect_true(expr) expect ((expr) != 0, 1)
478#define inline_size static inline 475#define inline_size static inline
479 476
480#if EV_MINIMAL 477#if EV_FEATURE_CODE
478# define inline_speed static inline
479#else
481# define inline_speed static noinline 480# define inline_speed static noinline
482#else
483# define inline_speed static inline
484#endif 481#endif
485 482
486#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1) 483#define NUMPRI (EV_MAXPRI - EV_MINPRI + 1)
487 484
488#if EV_MINPRI == EV_MAXPRI 485#if EV_MINPRI == EV_MAXPRI
501#define ev_active(w) ((W)(w))->active 498#define ev_active(w) ((W)(w))->active
502#define ev_at(w) ((WT)(w))->at 499#define ev_at(w) ((WT)(w))->at
503 500
504#if EV_USE_REALTIME 501#if EV_USE_REALTIME
505/* sig_atomic_t is used to avoid per-thread variables or locking but still */ 502/* sig_atomic_t is used to avoid per-thread variables or locking but still */
506/* giving it a reasonably high chance of working on typical architetcures */ 503/* giving it a reasonably high chance of working on typical architectures */
507static EV_ATOMIC_T have_realtime; /* did clock_gettime (CLOCK_REALTIME) work? */ 504static EV_ATOMIC_T have_realtime; /* did clock_gettime (CLOCK_REALTIME) work? */
508#endif 505#endif
509 506
510#if EV_USE_MONOTONIC 507#if EV_USE_MONOTONIC
511static EV_ATOMIC_T have_monotonic; /* did clock_gettime (CLOCK_MONOTONIC) work? */ 508static EV_ATOMIC_T have_monotonic; /* did clock_gettime (CLOCK_MONOTONIC) work? */
522#endif 519#endif
523 520
524#ifdef _WIN32 521#ifdef _WIN32
525# include "ev_win32.c" 522# include "ev_win32.c"
526#endif 523#endif
524
525/*****************************************************************************/
526
527#ifdef __linux
528# include <sys/utsname.h>
529#endif
530
531static unsigned int noinline
532ev_linux_version (void)
533{
534#ifdef __linux
535 unsigned int v = 0;
536 struct utsname buf;
537 int i;
538 char *p = buf.release;
539
540 if (uname (&buf))
541 return 0;
542
543 for (i = 3+1; --i; )
544 {
545 unsigned int c = 0;
546
547 for (;;)
548 {
549 if (*p >= '0' && *p <= '9')
550 c = c * 10 + *p++ - '0';
551 else
552 {
553 p += *p == '.';
554 break;
555 }
556 }
557
558 v = (v << 8) | c;
559 }
560
561 return v;
562#else
563 return 0;
564#endif
565}
527 566
528/*****************************************************************************/ 567/*****************************************************************************/
529 568
530#if EV_AVOID_STDIO 569#if EV_AVOID_STDIO
531static void noinline 570static void noinline
552 if (syserr_cb) 591 if (syserr_cb)
553 syserr_cb (msg); 592 syserr_cb (msg);
554 else 593 else
555 { 594 {
556#if EV_AVOID_STDIO 595#if EV_AVOID_STDIO
557 const char *err = strerror (errno);
558
559 ev_printerr (msg); 596 ev_printerr (msg);
560 ev_printerr (": "); 597 ev_printerr (": ");
561 ev_printerr (err); 598 ev_printerr (strerror (errno));
562 ev_printerr ("\n"); 599 ev_printerr ("\n");
563#else 600#else
564 perror (msg); 601 perror (msg);
565#endif 602#endif
566 abort (); 603 abort ();
568} 605}
569 606
570static void * 607static void *
571ev_realloc_emul (void *ptr, long size) 608ev_realloc_emul (void *ptr, long size)
572{ 609{
610#if __GLIBC__
611 return realloc (ptr, size);
612#else
573 /* some systems, notably openbsd and darwin, fail to properly 613 /* some systems, notably openbsd and darwin, fail to properly
574 * implement realloc (x, 0) (as required by both ansi c-98 and 614 * implement realloc (x, 0) (as required by both ansi c-89 and
575 * the single unix specification, so work around them here. 615 * the single unix specification, so work around them here.
576 */ 616 */
617
577 if (size) 618 if (size)
578 return realloc (ptr, size); 619 return realloc (ptr, size);
579 620
580 free (ptr); 621 free (ptr);
581 return 0; 622 return 0;
623#endif
582} 624}
583 625
584static void *(*alloc)(void *ptr, long size) = ev_realloc_emul; 626static void *(*alloc)(void *ptr, long size) = ev_realloc_emul;
585 627
586void 628void
595 ptr = alloc (ptr, size); 637 ptr = alloc (ptr, size);
596 638
597 if (!ptr && size) 639 if (!ptr && size)
598 { 640 {
599#if EV_AVOID_STDIO 641#if EV_AVOID_STDIO
600 ev_printerr ("libev: memory allocation failed, aborting.\n"); 642 ev_printerr ("(libev) memory allocation failed, aborting.\n");
601#else 643#else
602 fprintf (stderr, "libev: cannot allocate %ld bytes, aborting.", size); 644 fprintf (stderr, "(libev) cannot allocate %ld bytes, aborting.", size);
603#endif 645#endif
604 abort (); 646 abort ();
605 } 647 }
606 648
607 return ptr; 649 return ptr;
624 unsigned char emask; /* the epoll backend stores the actual kernel mask in here */ 666 unsigned char emask; /* the epoll backend stores the actual kernel mask in here */
625 unsigned char unused; 667 unsigned char unused;
626#if EV_USE_EPOLL 668#if EV_USE_EPOLL
627 unsigned int egen; /* generation counter to counter epoll bugs */ 669 unsigned int egen; /* generation counter to counter epoll bugs */
628#endif 670#endif
629#if EV_SELECT_IS_WINSOCKET 671#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP
630 SOCKET handle; 672 SOCKET handle;
673#endif
674#if EV_USE_IOCP
675 OVERLAPPED or, ow;
631#endif 676#endif
632} ANFD; 677} ANFD;
633 678
634/* stores the pending event set for a given watcher */ 679/* stores the pending event set for a given watcher */
635typedef struct 680typedef struct
690 735
691 static int ev_default_loop_ptr; 736 static int ev_default_loop_ptr;
692 737
693#endif 738#endif
694 739
695#if EV_MINIMAL < 2 740#if EV_FEATURE_API
696# define EV_RELEASE_CB if (expect_false (release_cb)) release_cb (EV_A) 741# define EV_RELEASE_CB if (expect_false (release_cb)) release_cb (EV_A)
697# define EV_ACQUIRE_CB if (expect_false (acquire_cb)) acquire_cb (EV_A) 742# define EV_ACQUIRE_CB if (expect_false (acquire_cb)) acquire_cb (EV_A)
698# define EV_INVOKE_PENDING invoke_cb (EV_A) 743# define EV_INVOKE_PENDING invoke_cb (EV_A)
699#else 744#else
700# define EV_RELEASE_CB (void)0 745# define EV_RELEASE_CB (void)0
701# define EV_ACQUIRE_CB (void)0 746# define EV_ACQUIRE_CB (void)0
702# define EV_INVOKE_PENDING ev_invoke_pending (EV_A) 747# define EV_INVOKE_PENDING ev_invoke_pending (EV_A)
703#endif 748#endif
704 749
705#define EVUNLOOP_RECURSE 0x80 750#define EVBREAK_RECURSE 0x80
706 751
707/*****************************************************************************/ 752/*****************************************************************************/
708 753
709#ifndef EV_HAVE_EV_TIME 754#ifndef EV_HAVE_EV_TIME
710ev_tstamp 755ev_tstamp
754 if (delay > 0.) 799 if (delay > 0.)
755 { 800 {
756#if EV_USE_NANOSLEEP 801#if EV_USE_NANOSLEEP
757 struct timespec ts; 802 struct timespec ts;
758 803
759 ts.tv_sec = (time_t)delay; 804 EV_TS_SET (ts, delay);
760 ts.tv_nsec = (long)((delay - (ev_tstamp)(ts.tv_sec)) * 1e9);
761
762 nanosleep (&ts, 0); 805 nanosleep (&ts, 0);
763#elif defined(_WIN32) 806#elif defined(_WIN32)
764 Sleep ((unsigned long)(delay * 1e3)); 807 Sleep ((unsigned long)(delay * 1e3));
765#else 808#else
766 struct timeval tv; 809 struct timeval tv;
767 810
768 tv.tv_sec = (time_t)delay;
769 tv.tv_usec = (long)((delay - (ev_tstamp)(tv.tv_sec)) * 1e6);
770
771 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */ 811 /* here we rely on sys/time.h + sys/types.h + unistd.h providing select */
772 /* something not guaranteed by newer posix versions, but guaranteed */ 812 /* something not guaranteed by newer posix versions, but guaranteed */
773 /* by older ones */ 813 /* by older ones */
814 EV_TV_SET (tv, delay);
774 select (0, 0, 0, 0, &tv); 815 select (0, 0, 0, 0, &tv);
775#endif 816#endif
776 } 817 }
777} 818}
778 819
779/*****************************************************************************/ 820/*****************************************************************************/
780 821
781#define MALLOC_ROUND 4096 /* prefer to allocate in chunks of this size, must be 2**n and >> 4 longs */ 822#define MALLOC_ROUND 4096 /* prefer to allocate in chunks of this size, must be 2**n and >> 4 longs */
782 823
783/* find a suitable new size for the given array, */ 824/* find a suitable new size for the given array, */
784/* hopefully by rounding to a ncie-to-malloc size */ 825/* hopefully by rounding to a nice-to-malloc size */
785inline_size int 826inline_size int
786array_nextsize (int elem, int cur, int cnt) 827array_nextsize (int elem, int cur, int cnt)
787{ 828{
788 int ncur = cur + 1; 829 int ncur = cur + 1;
789 830
885} 926}
886 927
887/*****************************************************************************/ 928/*****************************************************************************/
888 929
889inline_speed void 930inline_speed void
890fd_event_nc (EV_P_ int fd, int revents) 931fd_event_nocheck (EV_P_ int fd, int revents)
891{ 932{
892 ANFD *anfd = anfds + fd; 933 ANFD *anfd = anfds + fd;
893 ev_io *w; 934 ev_io *w;
894 935
895 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) 936 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next)
907fd_event (EV_P_ int fd, int revents) 948fd_event (EV_P_ int fd, int revents)
908{ 949{
909 ANFD *anfd = anfds + fd; 950 ANFD *anfd = anfds + fd;
910 951
911 if (expect_true (!anfd->reify)) 952 if (expect_true (!anfd->reify))
912 fd_event_nc (EV_A_ fd, revents); 953 fd_event_nocheck (EV_A_ fd, revents);
913} 954}
914 955
915void 956void
916ev_feed_fd_event (EV_P_ int fd, int revents) 957ev_feed_fd_event (EV_P_ int fd, int revents)
917{ 958{
918 if (fd >= 0 && fd < anfdmax) 959 if (fd >= 0 && fd < anfdmax)
919 fd_event_nc (EV_A_ fd, revents); 960 fd_event_nocheck (EV_A_ fd, revents);
920} 961}
921 962
922/* make sure the external fd watch events are in-sync */ 963/* make sure the external fd watch events are in-sync */
923/* with the kernel/libev internal state */ 964/* with the kernel/libev internal state */
924inline_size void 965inline_size void
930 { 971 {
931 int fd = fdchanges [i]; 972 int fd = fdchanges [i];
932 ANFD *anfd = anfds + fd; 973 ANFD *anfd = anfds + fd;
933 ev_io *w; 974 ev_io *w;
934 975
935 unsigned char events = 0; 976 unsigned char o_events = anfd->events;
977 unsigned char o_reify = anfd->reify;
936 978
937 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next) 979 anfd->reify = 0;
938 events |= (unsigned char)w->events;
939 980
940#if EV_SELECT_IS_WINSOCKET 981#if EV_SELECT_IS_WINSOCKET || EV_USE_IOCP
941 if (events) 982 if (o_reify & EV__IOFDSET)
942 { 983 {
943 unsigned long arg; 984 unsigned long arg;
944 anfd->handle = EV_FD_TO_WIN32_HANDLE (fd); 985 anfd->handle = EV_FD_TO_WIN32_HANDLE (fd);
945 assert (("libev: only socket fds supported in this configuration", ioctlsocket (anfd->handle, FIONREAD, &arg) == 0)); 986 assert (("libev: only socket fds supported in this configuration", ioctlsocket (anfd->handle, FIONREAD, &arg) == 0));
987 printf ("oi %d %x\n", fd, anfd->handle);//D
946 } 988 }
947#endif 989#endif
948 990
991 /*if (expect_true (o_reify & EV_ANFD_REIFY)) probably a deoptimisation */
949 { 992 {
950 unsigned char o_events = anfd->events;
951 unsigned char o_reify = anfd->reify;
952
953 anfd->reify = 0;
954 anfd->events = events; 993 anfd->events = 0;
955 994
956 if (o_events != events || o_reify & EV__IOFDSET) 995 for (w = (ev_io *)anfd->head; w; w = (ev_io *)((WL)w)->next)
996 anfd->events |= (unsigned char)w->events;
997
998 if (o_events != anfd->events)
999 o_reify = EV__IOFDSET; /* actually |= */
1000 }
1001
1002 if (o_reify & EV__IOFDSET)
957 backend_modify (EV_A_ fd, o_events, events); 1003 backend_modify (EV_A_ fd, o_events, anfd->events);
958 }
959 } 1004 }
960 1005
961 fdchangecnt = 0; 1006 fdchangecnt = 0;
962} 1007}
963 1008
987 ev_io_stop (EV_A_ w); 1032 ev_io_stop (EV_A_ w);
988 ev_feed_event (EV_A_ (W)w, EV_ERROR | EV_READ | EV_WRITE); 1033 ev_feed_event (EV_A_ (W)w, EV_ERROR | EV_READ | EV_WRITE);
989 } 1034 }
990} 1035}
991 1036
992/* check whether the given fd is atcually valid, for error recovery */ 1037/* check whether the given fd is actually valid, for error recovery */
993inline_size int 1038inline_size int
994fd_valid (int fd) 1039fd_valid (int fd)
995{ 1040{
996#ifdef _WIN32 1041#ifdef _WIN32
997 return EV_FD_TO_WIN32_HANDLE (fd) != -1; 1042 return EV_FD_TO_WIN32_HANDLE (fd) != -1;
1039 anfds [fd].emask = 0; 1084 anfds [fd].emask = 0;
1040 fd_change (EV_A_ fd, EV__IOFDSET | EV_ANFD_REIFY); 1085 fd_change (EV_A_ fd, EV__IOFDSET | EV_ANFD_REIFY);
1041 } 1086 }
1042} 1087}
1043 1088
1089/* used to prepare libev internal fd's */
1090/* this is not fork-safe */
1091inline_speed void
1092fd_intern (int fd)
1093{
1094#ifdef _WIN32
1095 unsigned long arg = 1;
1096 ioctlsocket (EV_FD_TO_WIN32_HANDLE (fd), FIONBIO, &arg);
1097#else
1098 fcntl (fd, F_SETFD, FD_CLOEXEC);
1099 fcntl (fd, F_SETFL, O_NONBLOCK);
1100#endif
1101}
1102
1044/*****************************************************************************/ 1103/*****************************************************************************/
1045 1104
1046/* 1105/*
1047 * the heap functions want a real array index. array index 0 uis guaranteed to not 1106 * the heap functions want a real array index. array index 0 is guaranteed to not
1048 * be in-use at any time. the first heap entry is at array [HEAP0]. DHEAP gives 1107 * be in-use at any time. the first heap entry is at array [HEAP0]. DHEAP gives
1049 * the branching factor of the d-tree. 1108 * the branching factor of the d-tree.
1050 */ 1109 */
1051 1110
1052/* 1111/*
1200 1259
1201static ANSIG signals [EV_NSIG - 1]; 1260static ANSIG signals [EV_NSIG - 1];
1202 1261
1203/*****************************************************************************/ 1262/*****************************************************************************/
1204 1263
1205/* used to prepare libev internal fd's */ 1264#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
1206/* this is not fork-safe */
1207inline_speed void
1208fd_intern (int fd)
1209{
1210#ifdef _WIN32
1211 unsigned long arg = 1;
1212 ioctlsocket (EV_FD_TO_WIN32_HANDLE (fd), FIONBIO, &arg);
1213#else
1214 fcntl (fd, F_SETFD, FD_CLOEXEC);
1215 fcntl (fd, F_SETFL, O_NONBLOCK);
1216#endif
1217}
1218 1265
1219static void noinline 1266static void noinline
1220evpipe_init (EV_P) 1267evpipe_init (EV_P)
1221{ 1268{
1222 if (!ev_is_active (&pipe_w)) 1269 if (!ev_is_active (&pipe_w))
1223 { 1270 {
1224#if EV_USE_EVENTFD 1271# if EV_USE_EVENTFD
1225 evfd = eventfd (0, EFD_NONBLOCK | EFD_CLOEXEC); 1272 evfd = eventfd (0, EFD_NONBLOCK | EFD_CLOEXEC);
1226 if (evfd < 0 && errno == EINVAL) 1273 if (evfd < 0 && errno == EINVAL)
1227 evfd = eventfd (0, 0); 1274 evfd = eventfd (0, 0);
1228 1275
1229 if (evfd >= 0) 1276 if (evfd >= 0)
1231 evpipe [0] = -1; 1278 evpipe [0] = -1;
1232 fd_intern (evfd); /* doing it twice doesn't hurt */ 1279 fd_intern (evfd); /* doing it twice doesn't hurt */
1233 ev_io_set (&pipe_w, evfd, EV_READ); 1280 ev_io_set (&pipe_w, evfd, EV_READ);
1234 } 1281 }
1235 else 1282 else
1236#endif 1283# endif
1237 { 1284 {
1238 while (pipe (evpipe)) 1285 while (pipe (evpipe))
1239 ev_syserr ("(libev) error creating signal/async pipe"); 1286 ev_syserr ("(libev) error creating signal/async pipe");
1240 1287
1241 fd_intern (evpipe [0]); 1288 fd_intern (evpipe [0]);
1252evpipe_write (EV_P_ EV_ATOMIC_T *flag) 1299evpipe_write (EV_P_ EV_ATOMIC_T *flag)
1253{ 1300{
1254 if (!*flag) 1301 if (!*flag)
1255 { 1302 {
1256 int old_errno = errno; /* save errno because write might clobber it */ 1303 int old_errno = errno; /* save errno because write might clobber it */
1304 char dummy;
1257 1305
1258 *flag = 1; 1306 *flag = 1;
1259 1307
1260#if EV_USE_EVENTFD 1308#if EV_USE_EVENTFD
1261 if (evfd >= 0) 1309 if (evfd >= 0)
1263 uint64_t counter = 1; 1311 uint64_t counter = 1;
1264 write (evfd, &counter, sizeof (uint64_t)); 1312 write (evfd, &counter, sizeof (uint64_t));
1265 } 1313 }
1266 else 1314 else
1267#endif 1315#endif
1316 /* win32 people keep sending patches that change this write() to send() */
1317 /* and then run away. but send() is wrong, it wants a socket handle on win32 */
1318 /* so when you think this write should be a send instead, please find out */
1319 /* where your send() is from - it's definitely not the microsoft send, and */
1320 /* tell me. thank you. */
1268 write (evpipe [1], &old_errno, 1); 1321 write (evpipe [1], &dummy, 1);
1269 1322
1270 errno = old_errno; 1323 errno = old_errno;
1271 } 1324 }
1272} 1325}
1273 1326
1286 } 1339 }
1287 else 1340 else
1288#endif 1341#endif
1289 { 1342 {
1290 char dummy; 1343 char dummy;
1344 /* see discussion in evpipe_write when you think this read should be recv in win32 */
1291 read (evpipe [0], &dummy, 1); 1345 read (evpipe [0], &dummy, 1);
1292 } 1346 }
1293 1347
1294 if (sig_pending) 1348 if (sig_pending)
1295 { 1349 {
1315#endif 1369#endif
1316} 1370}
1317 1371
1318/*****************************************************************************/ 1372/*****************************************************************************/
1319 1373
1374void
1375ev_feed_signal (int signum)
1376{
1377#if EV_MULTIPLICITY
1378 EV_P = signals [signum - 1].loop;
1379
1380 if (!EV_A)
1381 return;
1382#endif
1383
1384 signals [signum - 1].pending = 1;
1385 evpipe_write (EV_A_ &sig_pending);
1386}
1387
1320static void 1388static void
1321ev_sighandler (int signum) 1389ev_sighandler (int signum)
1322{ 1390{
1323#if EV_MULTIPLICITY
1324 EV_P = signals [signum - 1].loop;
1325#endif
1326
1327#ifdef _WIN32 1391#ifdef _WIN32
1328 signal (signum, ev_sighandler); 1392 signal (signum, ev_sighandler);
1329#endif 1393#endif
1330 1394
1331 signals [signum - 1].pending = 1; 1395 ev_feed_signal (signum);
1332 evpipe_write (EV_A_ &sig_pending);
1333} 1396}
1334 1397
1335void noinline 1398void noinline
1336ev_feed_signal_event (EV_P_ int signum) 1399ev_feed_signal_event (EV_P_ int signum)
1337{ 1400{
1374 break; 1437 break;
1375 } 1438 }
1376} 1439}
1377#endif 1440#endif
1378 1441
1442#endif
1443
1379/*****************************************************************************/ 1444/*****************************************************************************/
1380 1445
1446#if EV_CHILD_ENABLE
1381static WL childs [EV_PID_HASHSIZE]; 1447static WL childs [EV_PID_HASHSIZE];
1382
1383#ifndef _WIN32
1384 1448
1385static ev_signal childev; 1449static ev_signal childev;
1386 1450
1387#ifndef WIFCONTINUED 1451#ifndef WIFCONTINUED
1388# define WIFCONTINUED(status) 0 1452# define WIFCONTINUED(status) 0
1393child_reap (EV_P_ int chain, int pid, int status) 1457child_reap (EV_P_ int chain, int pid, int status)
1394{ 1458{
1395 ev_child *w; 1459 ev_child *w;
1396 int traced = WIFSTOPPED (status) || WIFCONTINUED (status); 1460 int traced = WIFSTOPPED (status) || WIFCONTINUED (status);
1397 1461
1398 for (w = (ev_child *)childs [chain & (EV_PID_HASHSIZE - 1)]; w; w = (ev_child *)((WL)w)->next) 1462 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next)
1399 { 1463 {
1400 if ((w->pid == pid || !w->pid) 1464 if ((w->pid == pid || !w->pid)
1401 && (!traced || (w->flags & 1))) 1465 && (!traced || (w->flags & 1)))
1402 { 1466 {
1403 ev_set_priority (w, EV_MAXPRI); /* need to do it *now*, this *must* be the same prio as the signal watcher itself */ 1467 ev_set_priority (w, EV_MAXPRI); /* need to do it *now*, this *must* be the same prio as the signal watcher itself */
1428 /* make sure we are called again until all children have been reaped */ 1492 /* make sure we are called again until all children have been reaped */
1429 /* we need to do it this way so that the callback gets called before we continue */ 1493 /* we need to do it this way so that the callback gets called before we continue */
1430 ev_feed_event (EV_A_ (W)sw, EV_SIGNAL); 1494 ev_feed_event (EV_A_ (W)sw, EV_SIGNAL);
1431 1495
1432 child_reap (EV_A_ pid, pid, status); 1496 child_reap (EV_A_ pid, pid, status);
1433 if (EV_PID_HASHSIZE > 1) 1497 if ((EV_PID_HASHSIZE) > 1)
1434 child_reap (EV_A_ 0, pid, status); /* this might trigger a watcher twice, but feed_event catches that */ 1498 child_reap (EV_A_ 0, pid, status); /* this might trigger a watcher twice, but feed_event catches that */
1435} 1499}
1436 1500
1437#endif 1501#endif
1438 1502
1439/*****************************************************************************/ 1503/*****************************************************************************/
1440 1504
1505#if EV_USE_IOCP
1506# include "ev_iocp.c"
1507#endif
1441#if EV_USE_PORT 1508#if EV_USE_PORT
1442# include "ev_port.c" 1509# include "ev_port.c"
1443#endif 1510#endif
1444#if EV_USE_KQUEUE 1511#if EV_USE_KQUEUE
1445# include "ev_kqueue.c" 1512# include "ev_kqueue.c"
1505#ifdef __APPLE__ 1572#ifdef __APPLE__
1506 /* only select works correctly on that "unix-certified" platform */ 1573 /* only select works correctly on that "unix-certified" platform */
1507 flags &= ~EVBACKEND_KQUEUE; /* horribly broken, even for sockets */ 1574 flags &= ~EVBACKEND_KQUEUE; /* horribly broken, even for sockets */
1508 flags &= ~EVBACKEND_POLL; /* poll is based on kqueue from 10.5 onwards */ 1575 flags &= ~EVBACKEND_POLL; /* poll is based on kqueue from 10.5 onwards */
1509#endif 1576#endif
1577#ifdef __FreeBSD__
1578 flags &= ~EVBACKEND_POLL; /* poll return value is unusable (http://forums.freebsd.org/archive/index.php/t-10270.html) */
1579#endif
1510 1580
1511 return flags; 1581 return flags;
1512} 1582}
1513 1583
1514unsigned int 1584unsigned int
1515ev_embeddable_backends (void) 1585ev_embeddable_backends (void)
1516{ 1586{
1517 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT; 1587 int flags = EVBACKEND_EPOLL | EVBACKEND_KQUEUE | EVBACKEND_PORT;
1518 1588
1519 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */ 1589 /* epoll embeddability broken on all linux versions up to at least 2.6.23 */
1520 /* please fix it and tell me how to detect the fix */ 1590 if (ev_linux_version () < 0x020620) /* disable it on linux < 2.6.32 */
1521 flags &= ~EVBACKEND_EPOLL; 1591 flags &= ~EVBACKEND_EPOLL;
1522 1592
1523 return flags; 1593 return flags;
1524} 1594}
1525 1595
1526unsigned int 1596unsigned int
1527ev_backend (EV_P) 1597ev_backend (EV_P)
1528{ 1598{
1529 return backend; 1599 return backend;
1530} 1600}
1531 1601
1532#if EV_MINIMAL < 2 1602#if EV_FEATURE_API
1533unsigned int 1603unsigned int
1534ev_loop_count (EV_P) 1604ev_iteration (EV_P)
1535{ 1605{
1536 return loop_count; 1606 return loop_count;
1537} 1607}
1538 1608
1539unsigned int 1609unsigned int
1540ev_loop_depth (EV_P) 1610ev_depth (EV_P)
1541{ 1611{
1542 return loop_depth; 1612 return loop_depth;
1543} 1613}
1544 1614
1545void 1615void
1582static void noinline 1652static void noinline
1583loop_init (EV_P_ unsigned int flags) 1653loop_init (EV_P_ unsigned int flags)
1584{ 1654{
1585 if (!backend) 1655 if (!backend)
1586 { 1656 {
1657 origflags = flags;
1658
1587#if EV_USE_REALTIME 1659#if EV_USE_REALTIME
1588 if (!have_realtime) 1660 if (!have_realtime)
1589 { 1661 {
1590 struct timespec ts; 1662 struct timespec ts;
1591 1663
1617 1689
1618 ev_rt_now = ev_time (); 1690 ev_rt_now = ev_time ();
1619 mn_now = get_clock (); 1691 mn_now = get_clock ();
1620 now_floor = mn_now; 1692 now_floor = mn_now;
1621 rtmn_diff = ev_rt_now - mn_now; 1693 rtmn_diff = ev_rt_now - mn_now;
1622#if EV_MINIMAL < 2 1694#if EV_FEATURE_API
1623 invoke_cb = ev_invoke_pending; 1695 invoke_cb = ev_invoke_pending;
1624#endif 1696#endif
1625 1697
1626 io_blocktime = 0.; 1698 io_blocktime = 0.;
1627 timeout_blocktime = 0.; 1699 timeout_blocktime = 0.;
1636#endif 1708#endif
1637#if EV_USE_SIGNALFD 1709#if EV_USE_SIGNALFD
1638 sigfd = flags & EVFLAG_SIGNALFD ? -2 : -1; 1710 sigfd = flags & EVFLAG_SIGNALFD ? -2 : -1;
1639#endif 1711#endif
1640 1712
1641 if (!(flags & 0x0000ffffU)) 1713 if (!(flags & EVBACKEND_MASK))
1642 flags |= ev_recommended_backends (); 1714 flags |= ev_recommended_backends ();
1643 1715
1716#if EV_USE_IOCP
1717 if (!backend && (flags & EVBACKEND_IOCP )) backend = iocp_init (EV_A_ flags);
1718#endif
1644#if EV_USE_PORT 1719#if EV_USE_PORT
1645 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags); 1720 if (!backend && (flags & EVBACKEND_PORT )) backend = port_init (EV_A_ flags);
1646#endif 1721#endif
1647#if EV_USE_KQUEUE 1722#if EV_USE_KQUEUE
1648 if (!backend && (flags & EVBACKEND_KQUEUE)) backend = kqueue_init (EV_A_ flags); 1723 if (!backend && (flags & EVBACKEND_KQUEUE)) backend = kqueue_init (EV_A_ flags);
1657 if (!backend && (flags & EVBACKEND_SELECT)) backend = select_init (EV_A_ flags); 1732 if (!backend && (flags & EVBACKEND_SELECT)) backend = select_init (EV_A_ flags);
1658#endif 1733#endif
1659 1734
1660 ev_prepare_init (&pending_w, pendingcb); 1735 ev_prepare_init (&pending_w, pendingcb);
1661 1736
1737#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
1662 ev_init (&pipe_w, pipecb); 1738 ev_init (&pipe_w, pipecb);
1663 ev_set_priority (&pipe_w, EV_MAXPRI); 1739 ev_set_priority (&pipe_w, EV_MAXPRI);
1740#endif
1664 } 1741 }
1665} 1742}
1666 1743
1667/* free up a loop structure */ 1744/* free up a loop structure */
1668static void noinline 1745void
1669loop_destroy (EV_P) 1746ev_loop_destroy (EV_P)
1670{ 1747{
1671 int i; 1748 int i;
1749
1750#if EV_MULTIPLICITY
1751 /* mimic free (0) */
1752 if (!EV_A)
1753 return;
1754#endif
1755
1756#if EV_CLEANUP_ENABLE
1757 /* queue cleanup watchers (and execute them) */
1758 if (expect_false (cleanupcnt))
1759 {
1760 queue_events (EV_A_ (W *)cleanups, cleanupcnt, EV_CLEANUP);
1761 EV_INVOKE_PENDING;
1762 }
1763#endif
1764
1765#if EV_CHILD_ENABLE
1766 if (ev_is_active (&childev))
1767 {
1768 ev_ref (EV_A); /* child watcher */
1769 ev_signal_stop (EV_A_ &childev);
1770 }
1771#endif
1672 1772
1673 if (ev_is_active (&pipe_w)) 1773 if (ev_is_active (&pipe_w))
1674 { 1774 {
1675 /*ev_ref (EV_A);*/ 1775 /*ev_ref (EV_A);*/
1676 /*ev_io_stop (EV_A_ &pipe_w);*/ 1776 /*ev_io_stop (EV_A_ &pipe_w);*/
1698#endif 1798#endif
1699 1799
1700 if (backend_fd >= 0) 1800 if (backend_fd >= 0)
1701 close (backend_fd); 1801 close (backend_fd);
1702 1802
1803#if EV_USE_IOCP
1804 if (backend == EVBACKEND_IOCP ) iocp_destroy (EV_A);
1805#endif
1703#if EV_USE_PORT 1806#if EV_USE_PORT
1704 if (backend == EVBACKEND_PORT ) port_destroy (EV_A); 1807 if (backend == EVBACKEND_PORT ) port_destroy (EV_A);
1705#endif 1808#endif
1706#if EV_USE_KQUEUE 1809#if EV_USE_KQUEUE
1707 if (backend == EVBACKEND_KQUEUE) kqueue_destroy (EV_A); 1810 if (backend == EVBACKEND_KQUEUE) kqueue_destroy (EV_A);
1734 array_free (periodic, EMPTY); 1837 array_free (periodic, EMPTY);
1735#endif 1838#endif
1736#if EV_FORK_ENABLE 1839#if EV_FORK_ENABLE
1737 array_free (fork, EMPTY); 1840 array_free (fork, EMPTY);
1738#endif 1841#endif
1842#if EV_CLEANUP_ENABLE
1843 array_free (cleanup, EMPTY);
1844#endif
1739 array_free (prepare, EMPTY); 1845 array_free (prepare, EMPTY);
1740 array_free (check, EMPTY); 1846 array_free (check, EMPTY);
1741#if EV_ASYNC_ENABLE 1847#if EV_ASYNC_ENABLE
1742 array_free (async, EMPTY); 1848 array_free (async, EMPTY);
1743#endif 1849#endif
1744 1850
1745 backend = 0; 1851 backend = 0;
1852
1853#if EV_MULTIPLICITY
1854 if (ev_is_default_loop (EV_A))
1855#endif
1856 ev_default_loop_ptr = 0;
1857#if EV_MULTIPLICITY
1858 else
1859 ev_free (EV_A);
1860#endif
1746} 1861}
1747 1862
1748#if EV_USE_INOTIFY 1863#if EV_USE_INOTIFY
1749inline_size void infy_fork (EV_P); 1864inline_size void infy_fork (EV_P);
1750#endif 1865#endif
1786 { 1901 {
1787 EV_WIN32_CLOSE_FD (evpipe [0]); 1902 EV_WIN32_CLOSE_FD (evpipe [0]);
1788 EV_WIN32_CLOSE_FD (evpipe [1]); 1903 EV_WIN32_CLOSE_FD (evpipe [1]);
1789 } 1904 }
1790 1905
1906#if EV_SIGNAL_ENABLE || EV_ASYNC_ENABLE
1791 evpipe_init (EV_A); 1907 evpipe_init (EV_A);
1792 /* now iterate over everything, in case we missed something */ 1908 /* now iterate over everything, in case we missed something */
1793 pipecb (EV_A_ &pipe_w, EV_READ); 1909 pipecb (EV_A_ &pipe_w, EV_READ);
1910#endif
1794 } 1911 }
1795 1912
1796 postfork = 0; 1913 postfork = 0;
1797} 1914}
1798 1915
1807 loop_init (EV_A_ flags); 1924 loop_init (EV_A_ flags);
1808 1925
1809 if (ev_backend (EV_A)) 1926 if (ev_backend (EV_A))
1810 return EV_A; 1927 return EV_A;
1811 1928
1929 ev_free (EV_A);
1812 return 0; 1930 return 0;
1813} 1931}
1814 1932
1815void
1816ev_loop_destroy (EV_P)
1817{
1818 loop_destroy (EV_A);
1819 ev_free (loop);
1820}
1821
1822void
1823ev_loop_fork (EV_P)
1824{
1825 postfork = 1; /* must be in line with ev_default_fork */
1826}
1827#endif /* multiplicity */ 1933#endif /* multiplicity */
1828 1934
1829#if EV_VERIFY 1935#if EV_VERIFY
1830static void noinline 1936static void noinline
1831verify_watcher (EV_P_ W w) 1937verify_watcher (EV_P_ W w)
1860 verify_watcher (EV_A_ ws [cnt]); 1966 verify_watcher (EV_A_ ws [cnt]);
1861 } 1967 }
1862} 1968}
1863#endif 1969#endif
1864 1970
1865#if EV_MINIMAL < 2 1971#if EV_FEATURE_API
1866void 1972void
1867ev_loop_verify (EV_P) 1973ev_verify (EV_P)
1868{ 1974{
1869#if EV_VERIFY 1975#if EV_VERIFY
1870 int i; 1976 int i;
1871 WL w; 1977 WL w;
1872 1978
1906#if EV_FORK_ENABLE 2012#if EV_FORK_ENABLE
1907 assert (forkmax >= forkcnt); 2013 assert (forkmax >= forkcnt);
1908 array_verify (EV_A_ (W *)forks, forkcnt); 2014 array_verify (EV_A_ (W *)forks, forkcnt);
1909#endif 2015#endif
1910 2016
2017#if EV_CLEANUP_ENABLE
2018 assert (cleanupmax >= cleanupcnt);
2019 array_verify (EV_A_ (W *)cleanups, cleanupcnt);
2020#endif
2021
1911#if EV_ASYNC_ENABLE 2022#if EV_ASYNC_ENABLE
1912 assert (asyncmax >= asynccnt); 2023 assert (asyncmax >= asynccnt);
1913 array_verify (EV_A_ (W *)asyncs, asynccnt); 2024 array_verify (EV_A_ (W *)asyncs, asynccnt);
1914#endif 2025#endif
1915 2026
2027#if EV_PREPARE_ENABLE
1916 assert (preparemax >= preparecnt); 2028 assert (preparemax >= preparecnt);
1917 array_verify (EV_A_ (W *)prepares, preparecnt); 2029 array_verify (EV_A_ (W *)prepares, preparecnt);
2030#endif
1918 2031
2032#if EV_CHECK_ENABLE
1919 assert (checkmax >= checkcnt); 2033 assert (checkmax >= checkcnt);
1920 array_verify (EV_A_ (W *)checks, checkcnt); 2034 array_verify (EV_A_ (W *)checks, checkcnt);
2035#endif
1921 2036
1922# if 0 2037# if 0
2038#if EV_CHILD_ENABLE
1923 for (w = (ev_child *)childs [chain & (EV_PID_HASHSIZE - 1)]; w; w = (ev_child *)((WL)w)->next) 2039 for (w = (ev_child *)childs [chain & ((EV_PID_HASHSIZE) - 1)]; w; w = (ev_child *)((WL)w)->next)
1924 for (signum = EV_NSIG; signum--; ) if (signals [signum].pending) 2040 for (signum = EV_NSIG; signum--; ) if (signals [signum].pending)
2041#endif
1925# endif 2042# endif
1926#endif 2043#endif
1927} 2044}
1928#endif 2045#endif
1929 2046
1930#if EV_MULTIPLICITY 2047#if EV_MULTIPLICITY
1931struct ev_loop * 2048struct ev_loop *
1932ev_default_loop_init (unsigned int flags)
1933#else 2049#else
1934int 2050int
2051#endif
1935ev_default_loop (unsigned int flags) 2052ev_default_loop (unsigned int flags)
1936#endif
1937{ 2053{
1938 if (!ev_default_loop_ptr) 2054 if (!ev_default_loop_ptr)
1939 { 2055 {
1940#if EV_MULTIPLICITY 2056#if EV_MULTIPLICITY
1941 EV_P = ev_default_loop_ptr = &default_loop_struct; 2057 EV_P = ev_default_loop_ptr = &default_loop_struct;
1945 2061
1946 loop_init (EV_A_ flags); 2062 loop_init (EV_A_ flags);
1947 2063
1948 if (ev_backend (EV_A)) 2064 if (ev_backend (EV_A))
1949 { 2065 {
1950#ifndef _WIN32 2066#if EV_CHILD_ENABLE
1951 ev_signal_init (&childev, childcb, SIGCHLD); 2067 ev_signal_init (&childev, childcb, SIGCHLD);
1952 ev_set_priority (&childev, EV_MAXPRI); 2068 ev_set_priority (&childev, EV_MAXPRI);
1953 ev_signal_start (EV_A_ &childev); 2069 ev_signal_start (EV_A_ &childev);
1954 ev_unref (EV_A); /* child watcher should not keep loop alive */ 2070 ev_unref (EV_A); /* child watcher should not keep loop alive */
1955#endif 2071#endif
1960 2076
1961 return ev_default_loop_ptr; 2077 return ev_default_loop_ptr;
1962} 2078}
1963 2079
1964void 2080void
1965ev_default_destroy (void) 2081ev_loop_fork (EV_P)
1966{ 2082{
1967#if EV_MULTIPLICITY
1968 EV_P = ev_default_loop_ptr;
1969#endif
1970
1971 ev_default_loop_ptr = 0;
1972
1973#ifndef _WIN32
1974 ev_ref (EV_A); /* child watcher */
1975 ev_signal_stop (EV_A_ &childev);
1976#endif
1977
1978 loop_destroy (EV_A);
1979}
1980
1981void
1982ev_default_fork (void)
1983{
1984#if EV_MULTIPLICITY
1985 EV_P = ev_default_loop_ptr;
1986#endif
1987
1988 postfork = 1; /* must be in line with ev_loop_fork */ 2083 postfork = 1; /* must be in line with ev_default_fork */
1989} 2084}
1990 2085
1991/*****************************************************************************/ 2086/*****************************************************************************/
1992 2087
1993void 2088void
2084 EV_FREQUENT_CHECK; 2179 EV_FREQUENT_CHECK;
2085 feed_reverse (EV_A_ (W)w); 2180 feed_reverse (EV_A_ (W)w);
2086 } 2181 }
2087 while (timercnt && ANHE_at (timers [HEAP0]) < mn_now); 2182 while (timercnt && ANHE_at (timers [HEAP0]) < mn_now);
2088 2183
2089 feed_reverse_done (EV_A_ EV_TIMEOUT); 2184 feed_reverse_done (EV_A_ EV_TIMER);
2090 } 2185 }
2091} 2186}
2092 2187
2093#if EV_PERIODIC_ENABLE 2188#if EV_PERIODIC_ENABLE
2094/* make periodics pending */ 2189/* make periodics pending */
2147 feed_reverse_done (EV_A_ EV_PERIODIC); 2242 feed_reverse_done (EV_A_ EV_PERIODIC);
2148 } 2243 }
2149} 2244}
2150 2245
2151/* simply recalculate all periodics */ 2246/* simply recalculate all periodics */
2152/* TODO: maybe ensure that at leats one event happens when jumping forward? */ 2247/* TODO: maybe ensure that at least one event happens when jumping forward? */
2153static void noinline 2248static void noinline
2154periodics_reschedule (EV_P) 2249periodics_reschedule (EV_P)
2155{ 2250{
2156 int i; 2251 int i;
2157 2252
2253 mn_now = ev_rt_now; 2348 mn_now = ev_rt_now;
2254 } 2349 }
2255} 2350}
2256 2351
2257void 2352void
2258ev_loop (EV_P_ int flags) 2353ev_run (EV_P_ int flags)
2259{ 2354{
2260#if EV_MINIMAL < 2 2355#if EV_FEATURE_API
2261 ++loop_depth; 2356 ++loop_depth;
2262#endif 2357#endif
2263 2358
2264 assert (("libev: ev_loop recursion during release detected", loop_done != EVUNLOOP_RECURSE)); 2359 assert (("libev: ev_loop recursion during release detected", loop_done != EVBREAK_RECURSE));
2265 2360
2266 loop_done = EVUNLOOP_CANCEL; 2361 loop_done = EVBREAK_CANCEL;
2267 2362
2268 EV_INVOKE_PENDING; /* in case we recurse, ensure ordering stays nice and clean */ 2363 EV_INVOKE_PENDING; /* in case we recurse, ensure ordering stays nice and clean */
2269 2364
2270 do 2365 do
2271 { 2366 {
2272#if EV_VERIFY >= 2 2367#if EV_VERIFY >= 2
2273 ev_loop_verify (EV_A); 2368 ev_verify (EV_A);
2274#endif 2369#endif
2275 2370
2276#ifndef _WIN32 2371#ifndef _WIN32
2277 if (expect_false (curpid)) /* penalise the forking check even more */ 2372 if (expect_false (curpid)) /* penalise the forking check even more */
2278 if (expect_false (getpid () != curpid)) 2373 if (expect_false (getpid () != curpid))
2290 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK); 2385 queue_events (EV_A_ (W *)forks, forkcnt, EV_FORK);
2291 EV_INVOKE_PENDING; 2386 EV_INVOKE_PENDING;
2292 } 2387 }
2293#endif 2388#endif
2294 2389
2390#if EV_PREPARE_ENABLE
2295 /* queue prepare watchers (and execute them) */ 2391 /* queue prepare watchers (and execute them) */
2296 if (expect_false (preparecnt)) 2392 if (expect_false (preparecnt))
2297 { 2393 {
2298 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE); 2394 queue_events (EV_A_ (W *)prepares, preparecnt, EV_PREPARE);
2299 EV_INVOKE_PENDING; 2395 EV_INVOKE_PENDING;
2300 } 2396 }
2397#endif
2301 2398
2302 if (expect_false (loop_done)) 2399 if (expect_false (loop_done))
2303 break; 2400 break;
2304 2401
2305 /* we might have forked, so reify kernel state if necessary */ 2402 /* we might have forked, so reify kernel state if necessary */
2312 /* calculate blocking time */ 2409 /* calculate blocking time */
2313 { 2410 {
2314 ev_tstamp waittime = 0.; 2411 ev_tstamp waittime = 0.;
2315 ev_tstamp sleeptime = 0.; 2412 ev_tstamp sleeptime = 0.;
2316 2413
2414 /* remember old timestamp for io_blocktime calculation */
2415 ev_tstamp prev_mn_now = mn_now;
2416
2417 /* update time to cancel out callback processing overhead */
2418 time_update (EV_A_ 1e100);
2419
2317 if (expect_true (!(flags & EVLOOP_NONBLOCK || idleall || !activecnt))) 2420 if (expect_true (!(flags & EVRUN_NOWAIT || idleall || !activecnt)))
2318 { 2421 {
2319 /* remember old timestamp for io_blocktime calculation */
2320 ev_tstamp prev_mn_now = mn_now;
2321
2322 /* update time to cancel out callback processing overhead */
2323 time_update (EV_A_ 1e100);
2324
2325 waittime = MAX_BLOCKTIME; 2422 waittime = MAX_BLOCKTIME;
2326 2423
2327 if (timercnt) 2424 if (timercnt)
2328 { 2425 {
2329 ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now + backend_fudge; 2426 ev_tstamp to = ANHE_at (timers [HEAP0]) - mn_now + backend_fudge;
2356 waittime -= sleeptime; 2453 waittime -= sleeptime;
2357 } 2454 }
2358 } 2455 }
2359 } 2456 }
2360 2457
2361#if EV_MINIMAL < 2 2458#if EV_FEATURE_API
2362 ++loop_count; 2459 ++loop_count;
2363#endif 2460#endif
2364 assert ((loop_done = EVUNLOOP_RECURSE, 1)); /* assert for side effect */ 2461 assert ((loop_done = EVBREAK_RECURSE, 1)); /* assert for side effect */
2365 backend_poll (EV_A_ waittime); 2462 backend_poll (EV_A_ waittime);
2366 assert ((loop_done = EVUNLOOP_CANCEL, 1)); /* assert for side effect */ 2463 assert ((loop_done = EVBREAK_CANCEL, 1)); /* assert for side effect */
2367 2464
2368 /* update ev_rt_now, do magic */ 2465 /* update ev_rt_now, do magic */
2369 time_update (EV_A_ waittime + sleeptime); 2466 time_update (EV_A_ waittime + sleeptime);
2370 } 2467 }
2371 2468
2378#if EV_IDLE_ENABLE 2475#if EV_IDLE_ENABLE
2379 /* queue idle watchers unless other events are pending */ 2476 /* queue idle watchers unless other events are pending */
2380 idle_reify (EV_A); 2477 idle_reify (EV_A);
2381#endif 2478#endif
2382 2479
2480#if EV_CHECK_ENABLE
2383 /* queue check watchers, to be executed first */ 2481 /* queue check watchers, to be executed first */
2384 if (expect_false (checkcnt)) 2482 if (expect_false (checkcnt))
2385 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK); 2483 queue_events (EV_A_ (W *)checks, checkcnt, EV_CHECK);
2484#endif
2386 2485
2387 EV_INVOKE_PENDING; 2486 EV_INVOKE_PENDING;
2388 } 2487 }
2389 while (expect_true ( 2488 while (expect_true (
2390 activecnt 2489 activecnt
2391 && !loop_done 2490 && !loop_done
2392 && !(flags & (EVLOOP_ONESHOT | EVLOOP_NONBLOCK)) 2491 && !(flags & (EVRUN_ONCE | EVRUN_NOWAIT))
2393 )); 2492 ));
2394 2493
2395 if (loop_done == EVUNLOOP_ONE) 2494 if (loop_done == EVBREAK_ONE)
2396 loop_done = EVUNLOOP_CANCEL; 2495 loop_done = EVBREAK_CANCEL;
2397 2496
2398#if EV_MINIMAL < 2 2497#if EV_FEATURE_API
2399 --loop_depth; 2498 --loop_depth;
2400#endif 2499#endif
2401} 2500}
2402 2501
2403void 2502void
2404ev_unloop (EV_P_ int how) 2503ev_break (EV_P_ int how)
2405{ 2504{
2406 loop_done = how; 2505 loop_done = how;
2407} 2506}
2408 2507
2409void 2508void
2557 EV_FREQUENT_CHECK; 2656 EV_FREQUENT_CHECK;
2558 2657
2559 wlist_del (&anfds[w->fd].head, (WL)w); 2658 wlist_del (&anfds[w->fd].head, (WL)w);
2560 ev_stop (EV_A_ (W)w); 2659 ev_stop (EV_A_ (W)w);
2561 2660
2562 fd_change (EV_A_ w->fd, 1); 2661 fd_change (EV_A_ w->fd, EV_ANFD_REIFY);
2563 2662
2564 EV_FREQUENT_CHECK; 2663 EV_FREQUENT_CHECK;
2565} 2664}
2566 2665
2567void noinline 2666void noinline
2720 2819
2721#ifndef SA_RESTART 2820#ifndef SA_RESTART
2722# define SA_RESTART 0 2821# define SA_RESTART 0
2723#endif 2822#endif
2724 2823
2824#if EV_SIGNAL_ENABLE
2825
2725void noinline 2826void noinline
2726ev_signal_start (EV_P_ ev_signal *w) 2827ev_signal_start (EV_P_ ev_signal *w)
2727{ 2828{
2728 if (expect_false (ev_is_active (w))) 2829 if (expect_false (ev_is_active (w)))
2729 return; 2830 return;
2789 sa.sa_handler = ev_sighandler; 2890 sa.sa_handler = ev_sighandler;
2790 sigfillset (&sa.sa_mask); 2891 sigfillset (&sa.sa_mask);
2791 sa.sa_flags = SA_RESTART; /* if restarting works we save one iteration */ 2892 sa.sa_flags = SA_RESTART; /* if restarting works we save one iteration */
2792 sigaction (w->signum, &sa, 0); 2893 sigaction (w->signum, &sa, 0);
2793 2894
2895 if (origflags & EVFLAG_NOSIGMASK)
2896 {
2794 sigemptyset (&sa.sa_mask); 2897 sigemptyset (&sa.sa_mask);
2795 sigaddset (&sa.sa_mask, w->signum); 2898 sigaddset (&sa.sa_mask, w->signum);
2796 sigprocmask (SIG_UNBLOCK, &sa.sa_mask, 0); 2899 sigprocmask (SIG_UNBLOCK, &sa.sa_mask, 0);
2900 }
2797#endif 2901#endif
2798 } 2902 }
2799 2903
2800 EV_FREQUENT_CHECK; 2904 EV_FREQUENT_CHECK;
2801} 2905}
2835 } 2939 }
2836 2940
2837 EV_FREQUENT_CHECK; 2941 EV_FREQUENT_CHECK;
2838} 2942}
2839 2943
2944#endif
2945
2946#if EV_CHILD_ENABLE
2947
2840void 2948void
2841ev_child_start (EV_P_ ev_child *w) 2949ev_child_start (EV_P_ ev_child *w)
2842{ 2950{
2843#if EV_MULTIPLICITY 2951#if EV_MULTIPLICITY
2844 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr)); 2952 assert (("libev: child watchers are only supported in the default loop", loop == ev_default_loop_ptr));
2847 return; 2955 return;
2848 2956
2849 EV_FREQUENT_CHECK; 2957 EV_FREQUENT_CHECK;
2850 2958
2851 ev_start (EV_A_ (W)w, 1); 2959 ev_start (EV_A_ (W)w, 1);
2852 wlist_add (&childs [w->pid & (EV_PID_HASHSIZE - 1)], (WL)w); 2960 wlist_add (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w);
2853 2961
2854 EV_FREQUENT_CHECK; 2962 EV_FREQUENT_CHECK;
2855} 2963}
2856 2964
2857void 2965void
2861 if (expect_false (!ev_is_active (w))) 2969 if (expect_false (!ev_is_active (w)))
2862 return; 2970 return;
2863 2971
2864 EV_FREQUENT_CHECK; 2972 EV_FREQUENT_CHECK;
2865 2973
2866 wlist_del (&childs [w->pid & (EV_PID_HASHSIZE - 1)], (WL)w); 2974 wlist_del (&childs [w->pid & ((EV_PID_HASHSIZE) - 1)], (WL)w);
2867 ev_stop (EV_A_ (W)w); 2975 ev_stop (EV_A_ (W)w);
2868 2976
2869 EV_FREQUENT_CHECK; 2977 EV_FREQUENT_CHECK;
2870} 2978}
2979
2980#endif
2871 2981
2872#if EV_STAT_ENABLE 2982#if EV_STAT_ENABLE
2873 2983
2874# ifdef _WIN32 2984# ifdef _WIN32
2875# undef lstat 2985# undef lstat
2942 while (w->wd < 0 && (errno == ENOENT || errno == EACCES)); 3052 while (w->wd < 0 && (errno == ENOENT || errno == EACCES));
2943 } 3053 }
2944 } 3054 }
2945 3055
2946 if (w->wd >= 0) 3056 if (w->wd >= 0)
2947 wlist_add (&fs_hash [w->wd & (EV_INOTIFY_HASHSIZE - 1)].head, (WL)w); 3057 wlist_add (&fs_hash [w->wd & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w);
2948 3058
2949 /* now re-arm timer, if required */ 3059 /* now re-arm timer, if required */
2950 if (ev_is_active (&w->timer)) ev_ref (EV_A); 3060 if (ev_is_active (&w->timer)) ev_ref (EV_A);
2951 ev_timer_again (EV_A_ &w->timer); 3061 ev_timer_again (EV_A_ &w->timer);
2952 if (ev_is_active (&w->timer)) ev_unref (EV_A); 3062 if (ev_is_active (&w->timer)) ev_unref (EV_A);
2960 3070
2961 if (wd < 0) 3071 if (wd < 0)
2962 return; 3072 return;
2963 3073
2964 w->wd = -2; 3074 w->wd = -2;
2965 slot = wd & (EV_INOTIFY_HASHSIZE - 1); 3075 slot = wd & ((EV_INOTIFY_HASHSIZE) - 1);
2966 wlist_del (&fs_hash [slot].head, (WL)w); 3076 wlist_del (&fs_hash [slot].head, (WL)w);
2967 3077
2968 /* remove this watcher, if others are watching it, they will rearm */ 3078 /* remove this watcher, if others are watching it, they will rearm */
2969 inotify_rm_watch (fs_fd, wd); 3079 inotify_rm_watch (fs_fd, wd);
2970} 3080}
2972static void noinline 3082static void noinline
2973infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev) 3083infy_wd (EV_P_ int slot, int wd, struct inotify_event *ev)
2974{ 3084{
2975 if (slot < 0) 3085 if (slot < 0)
2976 /* overflow, need to check for all hash slots */ 3086 /* overflow, need to check for all hash slots */
2977 for (slot = 0; slot < EV_INOTIFY_HASHSIZE; ++slot) 3087 for (slot = 0; slot < (EV_INOTIFY_HASHSIZE); ++slot)
2978 infy_wd (EV_A_ slot, wd, ev); 3088 infy_wd (EV_A_ slot, wd, ev);
2979 else 3089 else
2980 { 3090 {
2981 WL w_; 3091 WL w_;
2982 3092
2983 for (w_ = fs_hash [slot & (EV_INOTIFY_HASHSIZE - 1)].head; w_; ) 3093 for (w_ = fs_hash [slot & ((EV_INOTIFY_HASHSIZE) - 1)].head; w_; )
2984 { 3094 {
2985 ev_stat *w = (ev_stat *)w_; 3095 ev_stat *w = (ev_stat *)w_;
2986 w_ = w_->next; /* lets us remove this watcher and all before it */ 3096 w_ = w_->next; /* lets us remove this watcher and all before it */
2987 3097
2988 if (w->wd == wd || wd == -1) 3098 if (w->wd == wd || wd == -1)
2989 { 3099 {
2990 if (ev->mask & (IN_IGNORED | IN_UNMOUNT | IN_DELETE_SELF)) 3100 if (ev->mask & (IN_IGNORED | IN_UNMOUNT | IN_DELETE_SELF))
2991 { 3101 {
2992 wlist_del (&fs_hash [slot & (EV_INOTIFY_HASHSIZE - 1)].head, (WL)w); 3102 wlist_del (&fs_hash [slot & ((EV_INOTIFY_HASHSIZE) - 1)].head, (WL)w);
2993 w->wd = -1; 3103 w->wd = -1;
2994 infy_add (EV_A_ w); /* re-add, no matter what */ 3104 infy_add (EV_A_ w); /* re-add, no matter what */
2995 } 3105 }
2996 3106
2997 stat_timer_cb (EV_A_ &w->timer, 0); 3107 stat_timer_cb (EV_A_ &w->timer, 0);
3011 { 3121 {
3012 struct inotify_event *ev = (struct inotify_event *)(buf + ofs); 3122 struct inotify_event *ev = (struct inotify_event *)(buf + ofs);
3013 infy_wd (EV_A_ ev->wd, ev->wd, ev); 3123 infy_wd (EV_A_ ev->wd, ev->wd, ev);
3014 ofs += sizeof (struct inotify_event) + ev->len; 3124 ofs += sizeof (struct inotify_event) + ev->len;
3015 } 3125 }
3016}
3017
3018inline_size unsigned int
3019ev_linux_version (void)
3020{
3021 struct utsname buf;
3022 unsigned int v;
3023 int i;
3024 char *p = buf.release;
3025
3026 if (uname (&buf))
3027 return 0;
3028
3029 for (i = 3+1; --i; )
3030 {
3031 unsigned int c = 0;
3032
3033 for (;;)
3034 {
3035 if (*p >= '0' && *p <= '9')
3036 c = c * 10 + *p++ - '0';
3037 else
3038 {
3039 p += *p == '.';
3040 break;
3041 }
3042 }
3043
3044 v = (v << 8) | c;
3045 }
3046
3047 return v;
3048} 3126}
3049 3127
3050inline_size void 3128inline_size void
3051ev_check_2625 (EV_P) 3129ev_check_2625 (EV_P)
3052{ 3130{
3111 ev_io_set (&fs_w, fs_fd, EV_READ); 3189 ev_io_set (&fs_w, fs_fd, EV_READ);
3112 ev_io_start (EV_A_ &fs_w); 3190 ev_io_start (EV_A_ &fs_w);
3113 ev_unref (EV_A); 3191 ev_unref (EV_A);
3114 } 3192 }
3115 3193
3116 for (slot = 0; slot < EV_INOTIFY_HASHSIZE; ++slot) 3194 for (slot = 0; slot < (EV_INOTIFY_HASHSIZE); ++slot)
3117 { 3195 {
3118 WL w_ = fs_hash [slot].head; 3196 WL w_ = fs_hash [slot].head;
3119 fs_hash [slot].head = 0; 3197 fs_hash [slot].head = 0;
3120 3198
3121 while (w_) 3199 while (w_)
3296 3374
3297 EV_FREQUENT_CHECK; 3375 EV_FREQUENT_CHECK;
3298} 3376}
3299#endif 3377#endif
3300 3378
3379#if EV_PREPARE_ENABLE
3301void 3380void
3302ev_prepare_start (EV_P_ ev_prepare *w) 3381ev_prepare_start (EV_P_ ev_prepare *w)
3303{ 3382{
3304 if (expect_false (ev_is_active (w))) 3383 if (expect_false (ev_is_active (w)))
3305 return; 3384 return;
3331 3410
3332 ev_stop (EV_A_ (W)w); 3411 ev_stop (EV_A_ (W)w);
3333 3412
3334 EV_FREQUENT_CHECK; 3413 EV_FREQUENT_CHECK;
3335} 3414}
3415#endif
3336 3416
3417#if EV_CHECK_ENABLE
3337void 3418void
3338ev_check_start (EV_P_ ev_check *w) 3419ev_check_start (EV_P_ ev_check *w)
3339{ 3420{
3340 if (expect_false (ev_is_active (w))) 3421 if (expect_false (ev_is_active (w)))
3341 return; 3422 return;
3367 3448
3368 ev_stop (EV_A_ (W)w); 3449 ev_stop (EV_A_ (W)w);
3369 3450
3370 EV_FREQUENT_CHECK; 3451 EV_FREQUENT_CHECK;
3371} 3452}
3453#endif
3372 3454
3373#if EV_EMBED_ENABLE 3455#if EV_EMBED_ENABLE
3374void noinline 3456void noinline
3375ev_embed_sweep (EV_P_ ev_embed *w) 3457ev_embed_sweep (EV_P_ ev_embed *w)
3376{ 3458{
3377 ev_loop (w->other, EVLOOP_NONBLOCK); 3459 ev_run (w->other, EVRUN_NOWAIT);
3378} 3460}
3379 3461
3380static void 3462static void
3381embed_io_cb (EV_P_ ev_io *io, int revents) 3463embed_io_cb (EV_P_ ev_io *io, int revents)
3382{ 3464{
3383 ev_embed *w = (ev_embed *)(((char *)io) - offsetof (ev_embed, io)); 3465 ev_embed *w = (ev_embed *)(((char *)io) - offsetof (ev_embed, io));
3384 3466
3385 if (ev_cb (w)) 3467 if (ev_cb (w))
3386 ev_feed_event (EV_A_ (W)w, EV_EMBED); 3468 ev_feed_event (EV_A_ (W)w, EV_EMBED);
3387 else 3469 else
3388 ev_loop (w->other, EVLOOP_NONBLOCK); 3470 ev_run (w->other, EVRUN_NOWAIT);
3389} 3471}
3390 3472
3391static void 3473static void
3392embed_prepare_cb (EV_P_ ev_prepare *prepare, int revents) 3474embed_prepare_cb (EV_P_ ev_prepare *prepare, int revents)
3393{ 3475{
3397 EV_P = w->other; 3479 EV_P = w->other;
3398 3480
3399 while (fdchangecnt) 3481 while (fdchangecnt)
3400 { 3482 {
3401 fd_reify (EV_A); 3483 fd_reify (EV_A);
3402 ev_loop (EV_A_ EVLOOP_NONBLOCK); 3484 ev_run (EV_A_ EVRUN_NOWAIT);
3403 } 3485 }
3404 } 3486 }
3405} 3487}
3406 3488
3407static void 3489static void
3413 3495
3414 { 3496 {
3415 EV_P = w->other; 3497 EV_P = w->other;
3416 3498
3417 ev_loop_fork (EV_A); 3499 ev_loop_fork (EV_A);
3418 ev_loop (EV_A_ EVLOOP_NONBLOCK); 3500 ev_run (EV_A_ EVRUN_NOWAIT);
3419 } 3501 }
3420 3502
3421 ev_embed_start (EV_A_ w); 3503 ev_embed_start (EV_A_ w);
3422} 3504}
3423 3505
3515 3597
3516 EV_FREQUENT_CHECK; 3598 EV_FREQUENT_CHECK;
3517} 3599}
3518#endif 3600#endif
3519 3601
3520#if EV_ASYNC_ENABLE 3602#if EV_CLEANUP_ENABLE
3521void 3603void
3522ev_async_start (EV_P_ ev_async *w) 3604ev_cleanup_start (EV_P_ ev_cleanup *w)
3523{ 3605{
3524 if (expect_false (ev_is_active (w))) 3606 if (expect_false (ev_is_active (w)))
3525 return; 3607 return;
3608
3609 EV_FREQUENT_CHECK;
3610
3611 ev_start (EV_A_ (W)w, ++cleanupcnt);
3612 array_needsize (ev_cleanup *, cleanups, cleanupmax, cleanupcnt, EMPTY2);
3613 cleanups [cleanupcnt - 1] = w;
3614
3615 /* cleanup watchers should never keep a refcount on the loop */
3616 ev_unref (EV_A);
3617 EV_FREQUENT_CHECK;
3618}
3619
3620void
3621ev_cleanup_stop (EV_P_ ev_cleanup *w)
3622{
3623 clear_pending (EV_A_ (W)w);
3624 if (expect_false (!ev_is_active (w)))
3625 return;
3626
3627 EV_FREQUENT_CHECK;
3628 ev_ref (EV_A);
3629
3630 {
3631 int active = ev_active (w);
3632
3633 cleanups [active - 1] = cleanups [--cleanupcnt];
3634 ev_active (cleanups [active - 1]) = active;
3635 }
3636
3637 ev_stop (EV_A_ (W)w);
3638
3639 EV_FREQUENT_CHECK;
3640}
3641#endif
3642
3643#if EV_ASYNC_ENABLE
3644void
3645ev_async_start (EV_P_ ev_async *w)
3646{
3647 if (expect_false (ev_is_active (w)))
3648 return;
3649
3650 w->sent = 0;
3526 3651
3527 evpipe_init (EV_A); 3652 evpipe_init (EV_A);
3528 3653
3529 EV_FREQUENT_CHECK; 3654 EV_FREQUENT_CHECK;
3530 3655
3608{ 3733{
3609 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once)); 3734 struct ev_once *once = (struct ev_once *)ev_malloc (sizeof (struct ev_once));
3610 3735
3611 if (expect_false (!once)) 3736 if (expect_false (!once))
3612 { 3737 {
3613 cb (EV_ERROR | EV_READ | EV_WRITE | EV_TIMEOUT, arg); 3738 cb (EV_ERROR | EV_READ | EV_WRITE | EV_TIMER, arg);
3614 return; 3739 return;
3615 } 3740 }
3616 3741
3617 once->cb = cb; 3742 once->cb = cb;
3618 once->arg = arg; 3743 once->arg = arg;
3705 if (types & EV_ASYNC) 3830 if (types & EV_ASYNC)
3706 for (i = asynccnt; i--; ) 3831 for (i = asynccnt; i--; )
3707 cb (EV_A_ EV_ASYNC, asyncs [i]); 3832 cb (EV_A_ EV_ASYNC, asyncs [i]);
3708#endif 3833#endif
3709 3834
3835#if EV_PREPARE_ENABLE
3710 if (types & EV_PREPARE) 3836 if (types & EV_PREPARE)
3711 for (i = preparecnt; i--; ) 3837 for (i = preparecnt; i--; )
3712#if EV_EMBED_ENABLE 3838# if EV_EMBED_ENABLE
3713 if (ev_cb (prepares [i]) != embed_prepare_cb) 3839 if (ev_cb (prepares [i]) != embed_prepare_cb)
3714#endif 3840# endif
3715 cb (EV_A_ EV_PREPARE, prepares [i]); 3841 cb (EV_A_ EV_PREPARE, prepares [i]);
3842#endif
3716 3843
3844#if EV_CHECK_ENABLE
3717 if (types & EV_CHECK) 3845 if (types & EV_CHECK)
3718 for (i = checkcnt; i--; ) 3846 for (i = checkcnt; i--; )
3719 cb (EV_A_ EV_CHECK, checks [i]); 3847 cb (EV_A_ EV_CHECK, checks [i]);
3848#endif
3720 3849
3850#if EV_SIGNAL_ENABLE
3721 if (types & EV_SIGNAL) 3851 if (types & EV_SIGNAL)
3722 for (i = 0; i < EV_NSIG - 1; ++i) 3852 for (i = 0; i < EV_NSIG - 1; ++i)
3723 for (wl = signals [i].head; wl; ) 3853 for (wl = signals [i].head; wl; )
3724 { 3854 {
3725 wn = wl->next; 3855 wn = wl->next;
3726 cb (EV_A_ EV_SIGNAL, wl); 3856 cb (EV_A_ EV_SIGNAL, wl);
3727 wl = wn; 3857 wl = wn;
3728 } 3858 }
3859#endif
3729 3860
3861#if EV_CHILD_ENABLE
3730 if (types & EV_CHILD) 3862 if (types & EV_CHILD)
3731 for (i = EV_PID_HASHSIZE; i--; ) 3863 for (i = (EV_PID_HASHSIZE); i--; )
3732 for (wl = childs [i]; wl; ) 3864 for (wl = childs [i]; wl; )
3733 { 3865 {
3734 wn = wl->next; 3866 wn = wl->next;
3735 cb (EV_A_ EV_CHILD, wl); 3867 cb (EV_A_ EV_CHILD, wl);
3736 wl = wn; 3868 wl = wn;
3737 } 3869 }
3870#endif
3738/* EV_STAT 0x00001000 /* stat data changed */ 3871/* EV_STAT 0x00001000 /* stat data changed */
3739/* EV_EMBED 0x00010000 /* embedded event loop needs sweep */ 3872/* EV_EMBED 0x00010000 /* embedded event loop needs sweep */
3740} 3873}
3741#endif 3874#endif
3742 3875
3743#if EV_MULTIPLICITY 3876#if EV_MULTIPLICITY
3744 #include "ev_wrap.h" 3877 #include "ev_wrap.h"
3745#endif 3878#endif
3746 3879
3747#ifdef __cplusplus 3880EV_CPP(})
3748}
3749#endif
3750 3881

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines