ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/EV/EV.xs
(Generate patch)

Comparing EV/EV.xs (file contents):
Revision 1.24 by root, Wed Oct 31 20:10:17 2007 UTC vs.
Revision 1.44 by root, Fri Nov 2 23:22:17 2007 UTC

2#include "perl.h" 2#include "perl.h"
3#include "XSUB.h" 3#include "XSUB.h"
4 4
5/*#include <netinet/in.h>*/ 5/*#include <netinet/in.h>*/
6 6
7#define TIMEOUT_NONE HUGE_VAL
8#define HAVE_EPOLL 1
9
10#define EV_PROTOTYPES 1 7#define EV_PROTOTYPES 1
11#include "EV/EVAPI.h" 8#include "EV/EVAPI.h"
12 9
13#include "libev/ev.c" 10#include "libev/ev.c"
11#include "libev/event.h"
12#include "libev/event.c"
13#include "libev/evdns.c"
14 14
15typedef int Signal; 15typedef int Signal;
16 16
17static struct EVAPI evapi; 17static struct EVAPI evapi;
18 18
19static HV 19static HV
20 *stash_watcher, 20 *stash_watcher,
21 *stash_io, 21 *stash_io,
22 *stash_time,
23 *stash_timer, 22 *stash_timer,
24 *stash_periodic, 23 *stash_periodic,
25 *stash_signal, 24 *stash_signal,
26 *stash_idle, 25 *stash_idle,
27 *stash_prepare, 26 *stash_prepare,
28 *stash_check, 27 *stash_check,
29 *stash_child; 28 *stash_child;
30 29
30#ifndef SIG_SIZE
31/* kudos to Slaven Rezic for the idea */
32static char sig_size [] = { SIG_NUM };
33# define SIG_SIZE (sizeof (sig_size) + 1)
34#endif
35
31static int 36static int
32sv_signum (SV *sig) 37sv_signum (SV *sig)
33{ 38{
34 int signum; 39 int signum;
35 40
36 if (SvIV (sig) > 0) 41 SvGETMAGIC (sig);
37 return SvIV (sig);
38 42
39 for (signum = 1; signum < SIG_SIZE; ++signum) 43 for (signum = 1; signum < SIG_SIZE; ++signum)
40 if (strEQ (SvPV_nolen (sig), PL_sig_name [signum])) 44 if (strEQ (SvPV_nolen (sig), PL_sig_name [signum]))
41 return signum; 45 return signum;
42 46
47 if (SvIV (sig) > 0)
48 return SvIV (sig);
49
43 return -1; 50 return -1;
44} 51}
45 52
46///////////////////////////////////////////////////////////////////////////// 53/////////////////////////////////////////////////////////////////////////////
47// Event 54// Event
57 fh = SvRV (fh); 64 fh = SvRV (fh);
58 65
59 if (SvTYPE (fh) == SVt_PVGV) 66 if (SvTYPE (fh) == SVt_PVGV)
60 return PerlIO_fileno (IoIFP (sv_2io (fh))); 67 return PerlIO_fileno (IoIFP (sv_2io (fh)));
61 68
62 if (SvIOK (fh)) 69 if ((SvIV (fh) >= 0) && (SvIV (fh) < 0x7ffffff))
63 return SvIV (fh); 70 return SvIV (fh);
64 71
65 return -1; 72 return -1;
66} 73}
67 74
73 SvPOK_only (self); 80 SvPOK_only (self);
74 SvCUR_set (self, size); 81 SvCUR_set (self, size);
75 82
76 w = (struct ev_watcher *)SvPVX (self); 83 w = (struct ev_watcher *)SvPVX (self);
77 84
78 evw_init (w, e_cb); 85 ev_watcher_init (w, e_cb);
79 86
80 w->fh = 0; 87 w->fh = 0;
81 w->cb_sv = newSVsv (cb_sv); 88 w->cb_sv = newSVsv (cb_sv);
82 w->self = self; 89 w->self = self;
83 90
84 return (void *)w; 91 return (void *)w;
92}
93
94static void *
95e_destroy (void *w_)
96{
97 struct ev_watcher *w = w_;
98
99 SvREFCNT_dec (w->fh ); w->fh = 0;
100 SvREFCNT_dec (w->cb_sv); w->cb_sv = 0;
85} 101}
86 102
87static SV * 103static SV *
88e_bless (struct ev_watcher *w, HV *stash) 104e_bless (struct ev_watcher *w, HV *stash)
89{ 105{
146 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR); 162 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR);
147 SP = PL_stack_base + mark; PUTBACK; 163 SP = PL_stack_base + mark; PUTBACK;
148 } 164 }
149} 165}
150 166
151#if 0
152///////////////////////////////////////////////////////////////////////////// 167/////////////////////////////////////////////////////////////////////////////
153// DNS 168// DNS
154 169
155static void 170static void
156dns_cb (int result, char type, int count, int ttl, void *addresses, void *arg) 171dns_cb (int result, char type, int count, int ttl, void *addresses, void *arg)
198 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR); 213 call_sv (get_sv ("EV::DIED", 1), G_DISCARD | G_VOID | G_EVAL | G_KEEPERR);
199 } 214 }
200 215
201 LEAVE; 216 LEAVE;
202} 217}
203#endif
204 218
205#define CHECK_REPEAT(repeat) if (repeat < 0.) \ 219#define CHECK_REPEAT(repeat) if (repeat < 0.) \
206 croak (# repeat " value must be >= 0"); 220 croak (# repeat " value must be >= 0");
221
222#define CHECK_FD(fh,fd) if ((fd) < 0) \
223 croak ("illegal file descriptor or filehandle (either no attached file descriptor or illegal value): %s", SvPV_nolen (fh));
207 224
208///////////////////////////////////////////////////////////////////////////// 225/////////////////////////////////////////////////////////////////////////////
209// XS interface functions 226// XS interface functions
210 227
211MODULE = EV PACKAGE = EV PREFIX = ev_ 228MODULE = EV PACKAGE = EV PREFIX = ev_
220 static const struct { 237 static const struct {
221 const char *name; 238 const char *name;
222 IV iv; 239 IV iv;
223 } *civ, const_iv[] = { 240 } *civ, const_iv[] = {
224# define const_iv(pfx, name) { # name, (IV) pfx ## name }, 241# define const_iv(pfx, name) { # name, (IV) pfx ## name },
242 const_iv (EV_, MINPRI)
243 const_iv (EV_, MAXPRI)
244
225 const_iv (EV_, UNDEF) 245 const_iv (EV_, UNDEF)
226 const_iv (EV_, NONE) 246 const_iv (EV_, NONE)
227 const_iv (EV_, TIMEOUT) 247 const_iv (EV_, TIMEOUT)
228 const_iv (EV_, READ) 248 const_iv (EV_, READ)
229 const_iv (EV_, WRITE) 249 const_iv (EV_, WRITE)
233 const_iv (EV_, ERROR) 253 const_iv (EV_, ERROR)
234 254
235 const_iv (EV, LOOP_ONESHOT) 255 const_iv (EV, LOOP_ONESHOT)
236 const_iv (EV, LOOP_NONBLOCK) 256 const_iv (EV, LOOP_NONBLOCK)
237 257
238 const_iv (EV, METHOD_NONE) 258 const_iv (EV, METHOD_AUTO)
239 const_iv (EV, METHOD_SELECT) 259 const_iv (EV, METHOD_SELECT)
260 const_iv (EV, METHOD_POLL)
240 const_iv (EV, METHOD_EPOLL) 261 const_iv (EV, METHOD_EPOLL)
262 const_iv (EV, METHOD_KQUEUE)
263 const_iv (EV, METHOD_DEVPOLL)
264 const_iv (EV, METHOD_PORT)
265 const_iv (EV, METHOD_ANY)
241 }; 266 };
242 267
243 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 268 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
244 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 269 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
245 270
246 stash_watcher = gv_stashpv ("EV::Watcher" , 1); 271 stash_watcher = gv_stashpv ("EV::Watcher" , 1);
247 stash_io = gv_stashpv ("EV::IO" , 1); 272 stash_io = gv_stashpv ("EV::Io" , 1);
248 stash_time = gv_stashpv ("EV::Time" , 1);
249 stash_timer = gv_stashpv ("EV::Timer" , 1); 273 stash_timer = gv_stashpv ("EV::Timer" , 1);
250 stash_periodic = gv_stashpv ("EV::Periodic", 1); 274 stash_periodic = gv_stashpv ("EV::Periodic", 1);
251 stash_signal = gv_stashpv ("EV::Signal" , 1); 275 stash_signal = gv_stashpv ("EV::Signal" , 1);
252 stash_idle = gv_stashpv ("EV::Idle" , 1); 276 stash_idle = gv_stashpv ("EV::Idle" , 1);
253 stash_prepare = gv_stashpv ("EV::Prepare" , 1); 277 stash_prepare = gv_stashpv ("EV::Prepare" , 1);
267 evapi.method = &ev_method; 291 evapi.method = &ev_method;
268 evapi.loop_done = &ev_loop_done; 292 evapi.loop_done = &ev_loop_done;
269 evapi.time = ev_time; 293 evapi.time = ev_time;
270 evapi.loop = ev_loop; 294 evapi.loop = ev_loop;
271 evapi.once = ev_once; 295 evapi.once = ev_once;
272 evapi.io_start = evio_start; 296 evapi.io_start = ev_io_start;
273 evapi.io_stop = evio_stop; 297 evapi.io_stop = ev_io_stop;
274 evapi.timer_start = evtimer_start; 298 evapi.timer_start = ev_timer_start;
275 evapi.timer_stop = evtimer_stop; 299 evapi.timer_stop = ev_timer_stop;
276 evapi.timer_again = evtimer_again; 300 evapi.timer_again = ev_timer_again;
277 evapi.periodic_start = evperiodic_start; 301 evapi.periodic_start = ev_periodic_start;
278 evapi.periodic_stop = evperiodic_stop; 302 evapi.periodic_stop = ev_periodic_stop;
279 evapi.signal_start = evsignal_start; 303 evapi.signal_start = ev_signal_start;
280 evapi.signal_stop = evsignal_stop; 304 evapi.signal_stop = ev_signal_stop;
281 evapi.idle_start = evidle_start; 305 evapi.idle_start = ev_idle_start;
282 evapi.idle_stop = evidle_stop; 306 evapi.idle_stop = ev_idle_stop;
283 evapi.prepare_start = evprepare_start; 307 evapi.prepare_start = ev_prepare_start;
284 evapi.prepare_stop = evprepare_stop; 308 evapi.prepare_stop = ev_prepare_stop;
285 evapi.check_start = evcheck_start; 309 evapi.check_start = ev_check_start;
286 evapi.check_stop = evcheck_stop; 310 evapi.check_stop = ev_check_stop;
287 evapi.child_start = evchild_start; 311 evapi.child_start = ev_child_start;
288 evapi.child_stop = evchild_stop; 312 evapi.child_stop = ev_child_stop;
289 313
290 sv_setiv (sv, (IV)&evapi); 314 sv_setiv (sv, (IV)&evapi);
291 SvREADONLY_on (sv); 315 SvREADONLY_on (sv);
292 } 316 }
317
318 pthread_atfork (ev_fork_prepare, ev_fork_parent, ev_fork_child);
293} 319}
294 320
295NV ev_now () 321NV ev_now ()
296 CODE: 322 CODE:
297 RETVAL = ev_now; 323 RETVAL = ev_now;
304 OUTPUT: 330 OUTPUT:
305 RETVAL 331 RETVAL
306 332
307NV ev_time () 333NV ev_time ()
308 334
309void ev_init (int flags = 0) 335int ev_init (int methods = EVMETHOD_AUTO)
310 336
311void ev_loop (int flags = 0) 337void ev_loop (int flags = 0)
312 338
313void ev_loop_done (int value = 1) 339void ev_loop_done (int value = 1)
314 CODE: 340 CODE:
316 342
317struct ev_io *io (SV *fh, int events, SV *cb) 343struct ev_io *io (SV *fh, int events, SV *cb)
318 ALIAS: 344 ALIAS:
319 io_ns = 1 345 io_ns = 1
320 CODE: 346 CODE:
347{
348 int fd = sv_fileno (fh);
349 CHECK_FD (fh, fd);
350
321 RETVAL = e_new (sizeof (struct ev_io), cb); 351 RETVAL = e_new (sizeof (struct ev_io), cb);
322 RETVAL->fh = newSVsv (fh); 352 RETVAL->fh = newSVsv (fh);
323 evio_set (RETVAL, sv_fileno (RETVAL->fh), events); 353 ev_io_set (RETVAL, fd, events);
324 if (!ix) evio_start (RETVAL); 354 if (!ix) ev_io_start (RETVAL);
355}
325 OUTPUT: 356 OUTPUT:
326 RETVAL 357 RETVAL
327 358
328struct ev_timer *timer (NV after, NV repeat, SV *cb) 359struct ev_timer *timer (NV after, NV repeat, SV *cb)
329 ALIAS: 360 ALIAS:
330 timer_ns = 1 361 timer_ns = 1
331 INIT: 362 INIT:
332 CHECK_REPEAT (repeat); 363 CHECK_REPEAT (repeat);
333 CODE: 364 CODE:
334 RETVAL = e_new (sizeof (struct ev_timer), cb); 365 RETVAL = e_new (sizeof (struct ev_timer), cb);
335 evtimer_set (RETVAL, after, repeat); 366 ev_timer_set (RETVAL, after, repeat);
336 if (!ix) evtimer_start (RETVAL); 367 if (!ix) ev_timer_start (RETVAL);
337 OUTPUT: 368 OUTPUT:
338 RETVAL 369 RETVAL
339 370
340struct ev_periodic *periodic (NV at, NV interval, SV *cb) 371struct ev_periodic *periodic (NV at, NV interval, SV *cb)
341 ALIAS: 372 ALIAS:
342 periodic_ns = 1 373 periodic_ns = 1
343 INIT: 374 INIT:
344 CHECK_REPEAT (interval); 375 CHECK_REPEAT (interval);
345 CODE: 376 CODE:
346 RETVAL = e_new (sizeof (struct ev_periodic), cb); 377 RETVAL = e_new (sizeof (struct ev_periodic), cb);
347 evperiodic_set (RETVAL, at, interval); 378 ev_periodic_set (RETVAL, at, interval);
348 if (!ix) evperiodic_start (RETVAL); 379 if (!ix) ev_periodic_start (RETVAL);
349 OUTPUT: 380 OUTPUT:
350 RETVAL 381 RETVAL
351 382
352struct ev_signal *signal (Signal signum, SV *cb) 383struct ev_signal *signal (Signal signum, SV *cb)
353 ALIAS: 384 ALIAS:
354 signal_ns = 1 385 signal_ns = 1
355 CODE: 386 CODE:
356 RETVAL = e_new (sizeof (struct ev_signal), cb); 387 RETVAL = e_new (sizeof (struct ev_signal), cb);
357 evsignal_set (RETVAL, signum); 388 ev_signal_set (RETVAL, signum);
358 if (!ix) evsignal_start (RETVAL); 389 if (!ix) ev_signal_start (RETVAL);
359 OUTPUT: 390 OUTPUT:
360 RETVAL 391 RETVAL
361 392
362struct ev_idle *idle (SV *cb) 393struct ev_idle *idle (SV *cb)
363 ALIAS: 394 ALIAS:
364 idle_ns = 1 395 idle_ns = 1
365 CODE: 396 CODE:
366 RETVAL = e_new (sizeof (struct ev_idle), cb); 397 RETVAL = e_new (sizeof (struct ev_idle), cb);
367 evidle_set (RETVAL); 398 ev_idle_set (RETVAL);
368 if (!ix) evidle_start (RETVAL); 399 if (!ix) ev_idle_start (RETVAL);
369 OUTPUT: 400 OUTPUT:
370 RETVAL 401 RETVAL
371 402
372struct ev_prepare *prepare (SV *cb) 403struct ev_prepare *prepare (SV *cb)
373 ALIAS: 404 ALIAS:
374 prepare_ns = 1 405 prepare_ns = 1
375 CODE: 406 CODE:
376 RETVAL = e_new (sizeof (struct ev_prepare), cb); 407 RETVAL = e_new (sizeof (struct ev_prepare), cb);
377 evprepare_set (RETVAL); 408 ev_prepare_set (RETVAL);
378 if (!ix) evprepare_start (RETVAL); 409 if (!ix) ev_prepare_start (RETVAL);
379 OUTPUT: 410 OUTPUT:
380 RETVAL 411 RETVAL
381 412
382struct ev_check *check (SV *cb) 413struct ev_check *check (SV *cb)
383 ALIAS: 414 ALIAS:
384 check_ns = 1 415 check_ns = 1
385 CODE: 416 CODE:
386 RETVAL = e_new (sizeof (struct ev_check), cb); 417 RETVAL = e_new (sizeof (struct ev_check), cb);
387 evcheck_set (RETVAL); 418 ev_check_set (RETVAL);
388 if (!ix) evcheck_start (RETVAL); 419 if (!ix) ev_check_start (RETVAL);
389 OUTPUT: 420 OUTPUT:
390 RETVAL 421 RETVAL
391 422
392struct ev_child *child (SV *cb, int pid) 423struct ev_child *child (int pid, SV *cb)
393 ALIAS: 424 ALIAS:
394 check_ns = 1 425 check_ns = 1
395 CODE: 426 CODE:
396 RETVAL = e_new (sizeof (struct ev_check), cb); 427 RETVAL = e_new (sizeof (struct ev_check), cb);
397 evchild_set (RETVAL, pid); 428 ev_child_set (RETVAL, pid);
398 if (!ix) evchild_start (RETVAL); 429 if (!ix) ev_child_start (RETVAL);
399 OUTPUT: 430 OUTPUT:
400 RETVAL 431 RETVAL
401 432
402 433
403PROTOTYPES: DISABLE 434PROTOTYPES: DISABLE
415 sv_setsv (w->cb_sv, new_cb); 446 sv_setsv (w->cb_sv, new_cb);
416} 447}
417 OUTPUT: 448 OUTPUT:
418 RETVAL 449 RETVAL
419 450
420MODULE = EV PACKAGE = EV::IO PREFIX = evio_ 451void trigger (struct ev_watcher *w, int revents = EV_NONE)
421
422void evio_start (struct ev_io *w)
423
424void evio_stop (struct ev_io *w)
425
426void set (struct ev_io *w, SV *fh, int events)
427 CODE: 452 CODE:
428{ 453 w->cb (w, revents);
429 int active = w->active;
430 if (active) evio_stop (w);
431 454
432 sv_setsv (w->fh, fh); 455int priority (struct ev_watcher *w, int new_priority = 0)
433 evio_set (w, sv_fileno (w->fh), events);
434
435 if (active) evio_start (w);
436}
437
438SV *fh (struct ev_io *w, SV *new_fh = 0)
439 CODE: 456 CODE:
440{ 457{
441 RETVAL = newSVsv (w->fh); 458 RETVAL = w->priority;
442 459
443 if (items > 1) 460 if (items > 1)
444 { 461 {
445 int active = w->active; 462 int active = ev_is_active (w);
463
464 if (new_priority < EV_MINPRI || new_priority > EV_MAXPRI)
465 croak ("watcher priority out of range, value must be between %d and %d, inclusive", EV_MINPRI, EV_MAXPRI);
466
446 if (active) evio_stop (w); 467 if (active)
468 {
469 /* grrr. */
470 PUSHMARK (SP);
471 XPUSHs (ST (0));
472 call_method ("stop", G_DISCARD | G_VOID);
473 }
447 474
448 sv_setsv (w->fh, new_fh); 475 ev_set_priority (w, new_priority);
449 evio_set (w, sv_fileno (w->fh), w->events);
450 476
451 if (active) evio_start (w); 477 if (active)
478 {
479 PUSHMARK (SP);
480 XPUSHs (ST (0));
481 call_method ("start", G_DISCARD | G_VOID);
482 }
452 } 483 }
453} 484}
454 OUTPUT: 485 OUTPUT:
455 RETVAL 486 RETVAL
456 487
457short events (struct ev_io *w, short new_events = EV_UNDEF) 488MODULE = EV PACKAGE = EV::Io PREFIX = ev_io_
489
490void ev_io_start (struct ev_io *w)
491
492void ev_io_stop (struct ev_io *w)
493
494void DESTROY (struct ev_io *w)
458 CODE: 495 CODE:
496 ev_io_stop (w);
497 e_destroy (w);
498
499void set (struct ev_io *w, SV *fh, int events)
500 CODE:
459{ 501{
460 RETVAL = w->events; 502 int active = ev_is_active (w);
503 int fd = sv_fileno (fh);
504 CHECK_FD (fh, fd);
505
506 if (active) ev_io_stop (w);
507
508 sv_setsv (w->fh, fh);
509 ev_io_set (w, fd, events);
510
511 if (active) ev_io_start (w);
512}
513
514SV *fh (struct ev_io *w, SV *new_fh = 0)
515 CODE:
516{
517 RETVAL = newSVsv (w->fh);
461 518
462 if (items > 1) 519 if (items > 1)
463 { 520 {
464 int active = w->active; 521 int active = ev_is_active (w);
465 if (active) evio_stop (w); 522 if (active) ev_io_stop (w);
466 523
524 sv_setsv (w->fh, new_fh);
467 evio_set (w, w->fd, new_events); 525 ev_io_set (w, sv_fileno (w->fh), w->events);
468 526
469 if (active) evio_start (w); 527 if (active) ev_io_start (w);
470 } 528 }
471} 529}
472 OUTPUT: 530 OUTPUT:
473 RETVAL 531 RETVAL
474 532
533int events (struct ev_io *w, int new_events = EV_UNDEF)
534 CODE:
535{
536 RETVAL = w->events;
537
538 if (items > 1)
539 {
540 int active = ev_is_active (w);
541 if (active) ev_io_stop (w);
542
543 ev_io_set (w, w->fd, new_events);
544
545 if (active) ev_io_start (w);
546 }
547}
548 OUTPUT:
549 RETVAL
550
475MODULE = EV PACKAGE = EV::Signal PREFIX = evsignal_ 551MODULE = EV PACKAGE = EV::Signal PREFIX = ev_signal_
476 552
477void evsignal_start (struct ev_signal *w) 553void ev_signal_start (struct ev_signal *w)
478 554
479void evsignal_stop (struct ev_signal *w) 555void ev_signal_stop (struct ev_signal *w)
480 556
557void DESTROY (struct ev_signal *w)
558 CODE:
559 ev_signal_stop (w);
560 e_destroy (w);
561
481void set (struct ev_signal *w, SV *signal = 0) 562void set (struct ev_signal *w, SV *signal)
482 CODE: 563 CODE:
483{ 564{
484 Signal signum = sv_signum (signal); /* may croak here */ 565 Signal signum = sv_signum (signal); /* may croak here */
485 int active = w->active; 566 int active = ev_is_active (w);
486 567
487 if (active) evsignal_stop (w); 568 if (active) ev_signal_stop (w);
569
488 evsignal_set (w, signum); 570 ev_signal_set (w, signum);
571
489 if (active) evsignal_start (w); 572 if (active) ev_signal_start (w);
490} 573}
574
575int signal (struct ev_signal *w, SV *new_signal = 0)
576 CODE:
577{
578 RETVAL = w->signum;
579
580 if (items > 1)
581 {
582 Signal signum = sv_signum (new_signal); /* may croak here */
583 int active = ev_is_active (w);
584 if (active) ev_signal_stop (w);
585
586 ev_signal_set (w, signum);
587
588 if (active) ev_signal_start (w);
589 }
590}
591 OUTPUT:
592 RETVAL
491 593
492MODULE = EV PACKAGE = EV::Time 594MODULE = EV PACKAGE = EV::Time
493 595
494MODULE = EV PACKAGE = EV::Timer PREFIX = evtimer_ 596MODULE = EV PACKAGE = EV::Timer PREFIX = ev_timer_
495 597
496void evtimer_start (struct ev_timer *w) 598void ev_timer_start (struct ev_timer *w)
497 INIT: 599 INIT:
498 CHECK_REPEAT (w->repeat); 600 CHECK_REPEAT (w->repeat);
499 601
500void evtimer_stop (struct ev_timer *w) 602void ev_timer_stop (struct ev_timer *w)
501 603
502void evtimer_again (struct ev_timer *w) 604void ev_timer_again (struct ev_timer *w)
503 INIT: 605 INIT:
504 CHECK_REPEAT (w->repeat); 606 CHECK_REPEAT (w->repeat);
607
608void DESTROY (struct ev_timer *w)
609 CODE:
610 ev_timer_stop (w);
611 e_destroy (w);
505 612
506void set (struct ev_timer *w, NV after, NV repeat = 0.) 613void set (struct ev_timer *w, NV after, NV repeat = 0.)
507 INIT: 614 INIT:
508 CHECK_REPEAT (repeat); 615 CHECK_REPEAT (repeat);
509 CODE: 616 CODE:
510{ 617{
511 int active = w->active; 618 int active = ev_is_active (w);
512 if (active) evtimer_stop (w); 619 if (active) ev_timer_stop (w);
513 evtimer_set (w, after, repeat); 620 ev_timer_set (w, after, repeat);
514 if (active) evtimer_start (w); 621 if (active) ev_timer_start (w);
515} 622}
516 623
517MODULE = EV PACKAGE = EV::Periodic PREFIX = evperiodic_ 624MODULE = EV PACKAGE = EV::Periodic PREFIX = ev_periodic_
518 625
519void evperiodic_start (struct ev_periodic *w) 626void ev_periodic_start (struct ev_periodic *w)
520 INIT: 627 INIT:
521 CHECK_REPEAT (w->interval); 628 CHECK_REPEAT (w->interval);
522 629
523void evperiodic_stop (struct ev_periodic *w) 630void ev_periodic_stop (struct ev_periodic *w)
631
632void DESTROY (struct ev_periodic *w)
633 CODE:
634 ev_periodic_stop (w);
635 e_destroy (w);
524 636
525void set (struct ev_periodic *w, NV at, NV interval = 0.) 637void set (struct ev_periodic *w, NV at, NV interval = 0.)
526 INIT: 638 INIT:
527 CHECK_REPEAT (interval); 639 CHECK_REPEAT (interval);
528 CODE: 640 CODE:
529{ 641{
530 int active = w->active; 642 int active = ev_is_active (w);
531 if (active) evperiodic_stop (w); 643 if (active) ev_periodic_stop (w);
644
532 evperiodic_set (w, at, interval); 645 ev_periodic_set (w, at, interval);
646
533 if (active) evperiodic_start (w); 647 if (active) ev_periodic_start (w);
534} 648}
535 649
536MODULE = EV PACKAGE = EV::Idle PREFIX = evidle_ 650MODULE = EV PACKAGE = EV::Idle PREFIX = ev_idle_
537 651
538void evidle_start (struct ev_idle *w) 652void ev_idle_start (struct ev_idle *w)
539 653
540void evidle_stop (struct ev_idle *w) 654void ev_idle_stop (struct ev_idle *w)
541 655
656void DESTROY (struct ev_idle *w)
657 CODE:
658 ev_idle_stop (w);
659 e_destroy (w);
660
542MODULE = EV PACKAGE = EV::Prepare PREFIX = evcheck_ 661MODULE = EV PACKAGE = EV::Prepare PREFIX = ev_check_
543 662
544void evprepare_start (struct ev_prepare *w) 663void ev_prepare_start (struct ev_prepare *w)
545 664
546void evprepare_stop (struct ev_prepare *w) 665void ev_prepare_stop (struct ev_prepare *w)
547 666
667void DESTROY (struct ev_prepare *w)
668 CODE:
669 ev_prepare_stop (w);
670 e_destroy (w);
671
548MODULE = EV PACKAGE = EV::Check PREFIX = evcheck_ 672MODULE = EV PACKAGE = EV::Check PREFIX = ev_check_
549 673
550void evcheck_start (struct ev_check *w) 674void ev_check_start (struct ev_check *w)
551 675
552void evcheck_stop (struct ev_check *w) 676void ev_check_stop (struct ev_check *w)
553 677
678void DESTROY (struct ev_check *w)
679 CODE:
680 ev_check_stop (w);
681 e_destroy (w);
682
554MODULE = EV PACKAGE = EV::Child PREFIX = evchild_ 683MODULE = EV PACKAGE = EV::Child PREFIX = ev_child_
555 684
556void evchild_start (struct ev_child *w) 685void ev_child_start (struct ev_child *w)
557 686
558void evchild_stop (struct ev_child *w) 687void ev_child_stop (struct ev_child *w)
688
689void DESTROY (struct ev_child *w)
690 CODE:
691 ev_child_stop (w);
692 e_destroy (w);
559 693
560void set (struct ev_child *w, int pid) 694void set (struct ev_child *w, int pid)
561 CODE: 695 CODE:
562{ 696{
563 int active = w->active; 697 int active = ev_is_active (w);
564 if (active) evchild_stop (w); 698 if (active) ev_child_stop (w);
699
565 evchild_set (w, pid); 700 ev_child_set (w, pid);
701
566 if (active) evchild_start (w); 702 if (active) ev_child_start (w);
567} 703}
704
705int pid (struct ev_child *w, int new_pid = 0)
706 CODE:
707{
708 RETVAL = w->pid;
709
710 if (items > 1)
711 {
712 int active = ev_is_active (w);
713 if (active) ev_child_stop (w);
714
715 ev_child_set (w, new_pid);
716
717 if (active) ev_child_start (w);
718 }
719}
720 OUTPUT:
721 RETVAL
722
568 723
569int status (struct ev_child *w) 724int status (struct ev_child *w)
570 CODE: 725 CODE:
571 RETVAL = w->status; 726 RETVAL = w->status;
572 OUTPUT: 727 OUTPUT:
573 RETVAL 728 RETVAL
574
575#if 0
576 729
577MODULE = EV PACKAGE = EV::DNS PREFIX = evdns_ 730MODULE = EV PACKAGE = EV::DNS PREFIX = evdns_
578 731
579BOOT: 732BOOT:
580{ 733{
663 816
664void evdns_search_add (char *domain) 817void evdns_search_add (char *domain)
665 818
666void evdns_search_ndots_set (int ndots) 819void evdns_search_ndots_set (int ndots)
667 820
821#if 0
668 822
669MODULE = EV PACKAGE = EV::HTTP PREFIX = evhttp_ 823MODULE = EV PACKAGE = EV::HTTP PREFIX = evhttp_
670 824
671BOOT: 825BOOT:
672{ 826{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines