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

Comparing EV/EV.xs (file contents):
Revision 1.16 by root, Wed Oct 31 10:53:54 2007 UTC vs.
Revision 1.32 by root, Thu Nov 1 11:11:39 2007 UTC

1#include "EXTERN.h" 1#include "EXTERN.h"
2#include "perl.h" 2#include "perl.h"
3#include "XSUB.h" 3#include "XSUB.h"
4 4
5#include <math.h>
6#include <netinet/in.h> 5/*#include <netinet/in.h>*/
7 6
8#define TIMEOUT_NONE HUGE_VAL 7#define TIMEOUT_NONE HUGE_VAL
8#define EV_USE_EPOLL 1
9 9
10#define EV_COMMON \ 10#define EV_PROTOTYPES 1
11 SV *self; /* contains this struct */ \
12 SV *cb_sv, *fh;
13
14#include "EV/EVAPI.h" 11#include "EV/EVAPI.h"
15 12
16#include "libev/ev.c" 13#include "libev/ev.c"
17 14
18typedef int Signal; 15typedef int Signal;
20static struct EVAPI evapi; 17static struct EVAPI evapi;
21 18
22static HV 19static HV
23 *stash_watcher, 20 *stash_watcher,
24 *stash_io, 21 *stash_io,
25 *stash_time,
26 *stash_timer, 22 *stash_timer,
27 *stash_periodic, 23 *stash_periodic,
28 *stash_signal, 24 *stash_signal,
29 *stash_idle, 25 *stash_idle,
26 *stash_prepare,
30 *stash_check; 27 *stash_check,
28 *stash_child;
31 29
32static int 30static int
33sv_signum (SV *sig) 31sv_signum (SV *sig)
34{ 32{
35 int signum; 33 int signum;
36 34
37 if (SvIV (sig) > 0) 35 SvGETMAGIC (sig);
38 return SvIV (sig);
39 36
40 for (signum = 1; signum < SIG_SIZE; ++signum) 37 for (signum = 1; signum < SIG_SIZE; ++signum)
41 if (strEQ (SvPV_nolen (sig), PL_sig_name [signum])) 38 if (strEQ (SvPV_nolen (sig), PL_sig_name [signum]))
42 return signum; 39 return signum;
43 40
41 if (SvIV (sig) > 0)
42 return SvIV (sig);
43
44 return -1; 44 return -1;
45}
46
47static void
48api_once (int fd, short events, double timeout, void (*cb)(int, short, void *), void *arg)
49{
50#if 0
51 if (timeout >= 0.)
52 {
53 struct timeval tv;
54 tv_set (&tv, timeout);
55 event_once (fd, events, cb, arg, &tv);
56 }
57 else
58 event_once (fd, events, cb, arg, 0);
59#endif
60} 45}
61 46
62///////////////////////////////////////////////////////////////////////////// 47/////////////////////////////////////////////////////////////////////////////
63// Event 48// Event
64 49
73 fh = SvRV (fh); 58 fh = SvRV (fh);
74 59
75 if (SvTYPE (fh) == SVt_PVGV) 60 if (SvTYPE (fh) == SVt_PVGV)
76 return PerlIO_fileno (IoIFP (sv_2io (fh))); 61 return PerlIO_fileno (IoIFP (sv_2io (fh)));
77 62
78 if (SvIOK (fh)) 63 if ((SvIV (fh) >= 0) && (SvIV (fh) < 0x7ffffff))
79 return SvIV (fh); 64 return SvIV (fh);
80 65
81 return -1; 66 return -1;
82} 67}
83 68
89 SvPOK_only (self); 74 SvPOK_only (self);
90 SvCUR_set (self, size); 75 SvCUR_set (self, size);
91 76
92 w = (struct ev_watcher *)SvPVX (self); 77 w = (struct ev_watcher *)SvPVX (self);
93 78
94 evw_init (w, e_cb); 79 ev_watcher_init (w, e_cb);
95 80
96 w->fh = 0; 81 w->fh = 0;
97 w->cb_sv = newSVsv (cb_sv); 82 w->cb_sv = newSVsv (cb_sv);
98 w->self = self; 83 w->self = self;
99 84
120static void 105static void
121e_cb (struct ev_watcher *w, int revents) 106e_cb (struct ev_watcher *w, int revents)
122{ 107{
123 dSP; 108 dSP;
124 I32 mark = SP - PL_stack_base; 109 I32 mark = SP - PL_stack_base;
125 SV *sv_self, *sv_events; 110 SV *sv_self, *sv_events, *sv_status = 0;
126 static SV *sv_events_cache; 111 static SV *sv_events_cache;
127 112
128 sv_self = newRV_inc (w->self); /* w->self MUST be blessed by now */ 113 sv_self = newRV_inc (w->self); /* w->self MUST be blessed by now */
129 114
130 if (sv_events_cache) 115 if (sv_events_cache)
137 122
138 PUSHMARK (SP); 123 PUSHMARK (SP);
139 EXTEND (SP, 2); 124 EXTEND (SP, 2);
140 PUSHs (sv_self); 125 PUSHs (sv_self);
141 PUSHs (sv_events); 126 PUSHs (sv_events);
127
128 if (revents & EV_CHILD)
129 XPUSHs (sv_status = newSViv (((struct ev_child *)w)->status));
130
142 PUTBACK; 131 PUTBACK;
143 call_sv (w->cb_sv, G_DISCARD | G_VOID | G_EVAL); 132 call_sv (w->cb_sv, G_DISCARD | G_VOID | G_EVAL);
144 SP = PL_stack_base + mark; PUTBACK; 133 SP = PL_stack_base + mark; PUTBACK;
145 134
146 SvREFCNT_dec (sv_self); 135 SvREFCNT_dec (sv_self);
136 SvREFCNT_dec (sv_status);
147 137
148 if (sv_events_cache) 138 if (sv_events_cache)
149 SvREFCNT_dec (sv_events); 139 SvREFCNT_dec (sv_events);
150 else 140 else
151 sv_events_cache = sv_events; 141 sv_events_cache = sv_events;
211 201
212 LEAVE; 202 LEAVE;
213} 203}
214#endif 204#endif
215 205
206#define CHECK_REPEAT(repeat) if (repeat < 0.) \
207 croak (# repeat " value must be >= 0");
208
209#define CHECK_FD(fh,fd) if ((fd) < 0) \
210 croak ("illegal file descriptor or filehandle (either no attached file descriptor or illegal value): %s", SvPV_nolen (fh));
211
216///////////////////////////////////////////////////////////////////////////// 212/////////////////////////////////////////////////////////////////////////////
217// XS interface functions 213// XS interface functions
218 214
219MODULE = EV PACKAGE = EV PREFIX = ev_ 215MODULE = EV PACKAGE = EV PREFIX = ev_
216
217PROTOTYPES: ENABLE
220 218
221BOOT: 219BOOT:
222{ 220{
223 int i; 221 int i;
224 HV *stash = gv_stashpv ("EV", 1); 222 HV *stash = gv_stashpv ("EV", 1);
226 static const struct { 224 static const struct {
227 const char *name; 225 const char *name;
228 IV iv; 226 IV iv;
229 } *civ, const_iv[] = { 227 } *civ, const_iv[] = {
230# define const_iv(pfx, name) { # name, (IV) pfx ## name }, 228# define const_iv(pfx, name) { # name, (IV) pfx ## name },
229 const_iv (EV_, UNDEF)
231 const_iv (EV_, NONE) 230 const_iv (EV_, NONE)
232 const_iv (EV_, TIMEOUT) 231 const_iv (EV_, TIMEOUT)
233 const_iv (EV_, READ) 232 const_iv (EV_, READ)
234 const_iv (EV_, WRITE) 233 const_iv (EV_, WRITE)
235 const_iv (EV_, SIGNAL) 234 const_iv (EV_, SIGNAL)
236 const_iv (EV_, IDLE) 235 const_iv (EV_, IDLE)
237 const_iv (EV_, CHECK) 236 const_iv (EV_, CHECK)
237 const_iv (EV_, ERROR)
238 238
239 const_iv (EV, LOOP_ONESHOT) 239 const_iv (EV, LOOP_ONESHOT)
240 const_iv (EV, LOOP_NONBLOCK) 240 const_iv (EV, LOOP_NONBLOCK)
241 241
242 const_iv (EV, METHOD_NONE) 242 const_iv (EV, METHOD_NONE)
246 246
247 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 247 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; )
248 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 248 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv));
249 249
250 stash_watcher = gv_stashpv ("EV::Watcher" , 1); 250 stash_watcher = gv_stashpv ("EV::Watcher" , 1);
251 stash_io = gv_stashpv ("EV::IO" , 1); 251 stash_io = gv_stashpv ("EV::Io" , 1);
252 stash_time = gv_stashpv ("EV::Time" , 1);
253 stash_timer = gv_stashpv ("EV::Timer" , 1); 252 stash_timer = gv_stashpv ("EV::Timer" , 1);
254 stash_periodic = gv_stashpv ("EV::Periodic", 1); 253 stash_periodic = gv_stashpv ("EV::Periodic", 1);
255 stash_signal = gv_stashpv ("EV::Signal" , 1); 254 stash_signal = gv_stashpv ("EV::Signal" , 1);
256 stash_idle = gv_stashpv ("EV::Idle" , 1); 255 stash_idle = gv_stashpv ("EV::Idle" , 1);
256 stash_prepare = gv_stashpv ("EV::Prepare" , 1);
257 stash_check = gv_stashpv ("EV::Check" , 1); 257 stash_check = gv_stashpv ("EV::Check" , 1);
258 stash_child = gv_stashpv ("EV::Child" , 1);
258 259
259 { 260 {
260 SV *sv = perl_get_sv ("EV::API", TRUE); 261 SV *sv = perl_get_sv ("EV::API", TRUE);
261 perl_get_sv ("EV::API", TRUE); /* silence 5.10 warning */ 262 perl_get_sv ("EV::API", TRUE); /* silence 5.10 warning */
262 263
263 /* the poor man's shared library emulator */ 264 /* the poor man's shared library emulator */
264 evapi.ver = EV_API_VERSION; 265 evapi.ver = EV_API_VERSION;
265 evapi.rev = EV_API_REVISION; 266 evapi.rev = EV_API_REVISION;
266 evapi.once = api_once;
267 evapi.sv_fileno = sv_fileno; 267 evapi.sv_fileno = sv_fileno;
268 evapi.sv_signum = sv_signum; 268 evapi.sv_signum = sv_signum;
269 evapi.now = &ev_now; 269 evapi.now = &ev_now;
270 evapi.method = &ev_method; 270 evapi.method = &ev_method;
271 evapi.loop_done = &ev_loop_done; 271 evapi.loop_done = &ev_loop_done;
272 evapi.time = ev_time; 272 evapi.time = ev_time;
273 evapi.loop = ev_loop; 273 evapi.loop = ev_loop;
274 evapi.once = ev_once;
274 evapi.io_start = evio_start; 275 evapi.io_start = ev_io_start;
275 evapi.io_stop = evio_stop; 276 evapi.io_stop = ev_io_stop;
276 evapi.timer_start = evtimer_start; 277 evapi.timer_start = ev_timer_start;
277 evapi.timer_stop = evtimer_stop; 278 evapi.timer_stop = ev_timer_stop;
279 evapi.timer_again = ev_timer_again;
278 evapi.periodic_start = evperiodic_start; 280 evapi.periodic_start = ev_periodic_start;
279 evapi.periodic_stop = evperiodic_stop; 281 evapi.periodic_stop = ev_periodic_stop;
280 evapi.signal_start = evsignal_start; 282 evapi.signal_start = ev_signal_start;
281 evapi.signal_stop = evsignal_stop; 283 evapi.signal_stop = ev_signal_stop;
282 evapi.idle_start = evidle_start; 284 evapi.idle_start = ev_idle_start;
283 evapi.idle_stop = evidle_stop; 285 evapi.idle_stop = ev_idle_stop;
286 evapi.prepare_start = ev_prepare_start;
287 evapi.prepare_stop = ev_prepare_stop;
284 evapi.check_start = evcheck_start; 288 evapi.check_start = ev_check_start;
285 evapi.check_stop = evcheck_stop; 289 evapi.check_stop = ev_check_stop;
290 evapi.child_start = ev_child_start;
291 evapi.child_stop = ev_child_stop;
286 292
287 sv_setiv (sv, (IV)&evapi); 293 sv_setiv (sv, (IV)&evapi);
288 SvREADONLY_on (sv); 294 SvREADONLY_on (sv);
289 } 295 }
290} 296}
313 319
314struct ev_io *io (SV *fh, int events, SV *cb) 320struct ev_io *io (SV *fh, int events, SV *cb)
315 ALIAS: 321 ALIAS:
316 io_ns = 1 322 io_ns = 1
317 CODE: 323 CODE:
324{
325 int fd = sv_fileno (fh);
326 CHECK_FD (fh, fd);
327
318 RETVAL = e_new (sizeof (struct ev_io), cb); 328 RETVAL = e_new (sizeof (struct ev_io), cb);
319 RETVAL->fh = newSVsv (fh); 329 RETVAL->fh = newSVsv (fh);
320 evio_set (RETVAL, sv_fileno (RETVAL->fh), events); 330 ev_io_set (RETVAL, fd, events);
321 if (!ix) evio_start (RETVAL); 331 if (!ix) ev_io_start (RETVAL);
332}
322 OUTPUT: 333 OUTPUT:
323 RETVAL 334 RETVAL
324 335
325struct ev_timer *timer (NV after, NV repeat, SV *cb) 336struct ev_timer *timer (NV after, NV repeat, SV *cb)
326 ALIAS: 337 ALIAS:
327 timer_ns = 1 338 timer_ns = 1
339 INIT:
340 CHECK_REPEAT (repeat);
328 CODE: 341 CODE:
329 RETVAL = e_new (sizeof (struct ev_timer), cb); 342 RETVAL = e_new (sizeof (struct ev_timer), cb);
330 evtimer_set (RETVAL, after, repeat); 343 ev_timer_set (RETVAL, after, repeat);
331 if (!ix) evtimer_start (RETVAL); 344 if (!ix) ev_timer_start (RETVAL);
332 OUTPUT: 345 OUTPUT:
333 RETVAL 346 RETVAL
334 347
335struct ev_periodic *periodic (NV at, NV interval, SV *cb) 348struct ev_periodic *periodic (NV at, NV interval, SV *cb)
336 ALIAS: 349 ALIAS:
337 periodic_ns = 1 350 periodic_ns = 1
351 INIT:
352 CHECK_REPEAT (interval);
338 CODE: 353 CODE:
339 RETVAL = e_new (sizeof (struct ev_periodic), cb); 354 RETVAL = e_new (sizeof (struct ev_periodic), cb);
340 evperiodic_set (RETVAL, at, interval); 355 ev_periodic_set (RETVAL, at, interval);
341 if (!ix) evperiodic_start (RETVAL); 356 if (!ix) ev_periodic_start (RETVAL);
342 OUTPUT: 357 OUTPUT:
343 RETVAL 358 RETVAL
344 359
345struct ev_signal *signal (Signal signum, SV *cb) 360struct ev_signal *signal (Signal signum, SV *cb)
346 ALIAS: 361 ALIAS:
347 signal_ns = 1 362 signal_ns = 1
348 CODE: 363 CODE:
349 RETVAL = e_new (sizeof (struct ev_signal), cb); 364 RETVAL = e_new (sizeof (struct ev_signal), cb);
350 evsignal_set (RETVAL, signum); 365 ev_signal_set (RETVAL, signum);
351 if (!ix) evsignal_start (RETVAL); 366 if (!ix) ev_signal_start (RETVAL);
352 OUTPUT: 367 OUTPUT:
353 RETVAL 368 RETVAL
354 369
355struct ev_idle *idle (SV *cb) 370struct ev_idle *idle (SV *cb)
356 ALIAS: 371 ALIAS:
357 idle_ns = 1 372 idle_ns = 1
358 CODE: 373 CODE:
359 RETVAL = e_new (sizeof (struct ev_idle), cb); 374 RETVAL = e_new (sizeof (struct ev_idle), cb);
360 evidle_set (RETVAL); 375 ev_idle_set (RETVAL);
361 if (!ix) evidle_start (RETVAL); 376 if (!ix) ev_idle_start (RETVAL);
377 OUTPUT:
378 RETVAL
379
380struct ev_prepare *prepare (SV *cb)
381 ALIAS:
382 prepare_ns = 1
383 CODE:
384 RETVAL = e_new (sizeof (struct ev_prepare), cb);
385 ev_prepare_set (RETVAL);
386 if (!ix) ev_prepare_start (RETVAL);
362 OUTPUT: 387 OUTPUT:
363 RETVAL 388 RETVAL
364 389
365struct ev_check *check (SV *cb) 390struct ev_check *check (SV *cb)
366 ALIAS: 391 ALIAS:
367 check_ns = 1 392 check_ns = 1
368 CODE: 393 CODE:
369 RETVAL = e_new (sizeof (struct ev_check), cb); 394 RETVAL = e_new (sizeof (struct ev_check), cb);
370 evcheck_set (RETVAL); 395 ev_check_set (RETVAL);
371 if (!ix) evcheck_start (RETVAL); 396 if (!ix) ev_check_start (RETVAL);
397 OUTPUT:
398 RETVAL
399
400struct ev_child *child (int pid, SV *cb)
401 ALIAS:
402 check_ns = 1
403 CODE:
404 RETVAL = e_new (sizeof (struct ev_check), cb);
405 ev_child_set (RETVAL, pid);
406 if (!ix) ev_child_start (RETVAL);
372 OUTPUT: 407 OUTPUT:
373 RETVAL 408 RETVAL
374 409
375 410
376PROTOTYPES: DISABLE 411PROTOTYPES: DISABLE
388 sv_setsv (w->cb_sv, new_cb); 423 sv_setsv (w->cb_sv, new_cb);
389} 424}
390 OUTPUT: 425 OUTPUT:
391 RETVAL 426 RETVAL
392 427
428void trigger (struct ev_watcher *w, int revents = EV_NONE)
429 CODE:
430 w->cb (w, revents);
431
393MODULE = EV PACKAGE = EV::IO PREFIX = evio_ 432MODULE = EV PACKAGE = EV::Io PREFIX = ev_io_
394 433
395void evio_start (struct ev_io *w) 434void ev_io_start (struct ev_io *w)
396 435
397void evio_stop (struct ev_io *w) 436void ev_io_stop (struct ev_io *w)
437
438void DESTROY (struct ev_io *w)
439 CODE:
440 ev_io_stop (w);
398 441
399void set (struct ev_io *w, SV *fh, int events) 442void set (struct ev_io *w, SV *fh, int events)
400 CODE: 443 CODE:
401{ 444{
402 int active = w->active; 445 int active = w->active;
446 int fd = sv_fileno (fh);
447 CHECK_FD (fh, fd);
448
403 if (active) evio_stop (w); 449 if (active) ev_io_stop (w);
404 450
405 sv_setsv (w->fh, fh); 451 sv_setsv (w->fh, fh);
406 evio_set (w, sv_fileno (w->fh), events); 452 ev_io_set (w, fd, events);
407 453
408 if (active) evio_start (w); 454 if (active) ev_io_start (w);
409} 455}
410 456
411SV *fh (struct ev_io *w, SV *new_fh = 0) 457SV *fh (struct ev_io *w, SV *new_fh = 0)
412 CODE: 458 CODE:
413{ 459{
414 RETVAL = newSVsv (w->fh); 460 RETVAL = newSVsv (w->fh);
415 461
416 if (items > 1) 462 if (items > 1)
417 { 463 {
418 int active = w->active; 464 int active = w->active;
419 if (active) evio_stop (w); 465 if (active) ev_io_stop (w);
420 466
421 sv_setsv (w->fh, new_fh); 467 sv_setsv (w->fh, new_fh);
422 evio_set (w, sv_fileno (w->fh), w->events); 468 ev_io_set (w, sv_fileno (w->fh), w->events);
423 469
424 if (active) evio_start (w); 470 if (active) ev_io_start (w);
425 } 471 }
426} 472}
427 OUTPUT: 473 OUTPUT:
428 RETVAL 474 RETVAL
429 475
433 RETVAL = w->events; 479 RETVAL = w->events;
434 480
435 if (items > 1) 481 if (items > 1)
436 { 482 {
437 int active = w->active; 483 int active = w->active;
438 if (active) evio_stop (w); 484 if (active) ev_io_stop (w);
439 485
440 evio_set (w, w->fd, new_events); 486 ev_io_set (w, w->fd, new_events);
441 487
442 if (active) evio_start (w); 488 if (active) ev_io_start (w);
443 } 489 }
444} 490}
445 OUTPUT: 491 OUTPUT:
446 RETVAL 492 RETVAL
447 493
448MODULE = EV PACKAGE = EV::Signal PREFIX = evsignal_ 494MODULE = EV PACKAGE = EV::Signal PREFIX = ev_signal_
449 495
450void evsignal_start (struct ev_signal *w) 496void ev_signal_start (struct ev_signal *w)
451 497
452void evsignal_stop (struct ev_signal *w) 498void ev_signal_stop (struct ev_signal *w)
499
500void DESTROY (struct ev_signal *w)
501 CODE:
502 ev_signal_stop (w);
453 503
454void set (struct ev_signal *w, SV *signal = 0) 504void set (struct ev_signal *w, SV *signal = 0)
455 CODE: 505 CODE:
456{ 506{
457 Signal signum = sv_signum (signal); /* may croak here */ 507 Signal signum = sv_signum (signal); /* may croak here */
458 int active = w->active; 508 int active = w->active;
459 509
460 if (active) evsignal_stop (w); 510 if (active) ev_signal_stop (w);
461 evsignal_set (w, signum); 511 ev_signal_set (w, signum);
462 if (active) evsignal_start (w); 512 if (active) ev_signal_start (w);
463} 513}
464 514
465MODULE = EV PACKAGE = EV::Time 515MODULE = EV PACKAGE = EV::Time
466 516
467MODULE = EV PACKAGE = EV::Timer PREFIX = evtimer_ 517MODULE = EV PACKAGE = EV::Timer PREFIX = ev_timer_
468 518
469void evtimer_start (struct ev_timer *w) 519void ev_timer_start (struct ev_timer *w)
520 INIT:
521 CHECK_REPEAT (w->repeat);
470 522
471void evtimer_stop (struct ev_timer *w) 523void ev_timer_stop (struct ev_timer *w)
524
525void ev_timer_again (struct ev_timer *w)
526 INIT:
527 CHECK_REPEAT (w->repeat);
528
529void DESTROY (struct ev_timer *w)
530 CODE:
531 ev_timer_stop (w);
472 532
473void set (struct ev_timer *w, NV after, NV repeat = 0.) 533void set (struct ev_timer *w, NV after, NV repeat = 0.)
534 INIT:
535 CHECK_REPEAT (repeat);
474 CODE: 536 CODE:
475{ 537{
476 int active = w->active; 538 int active = w->active;
477 if (active) evtimer_stop (w); 539 if (active) ev_timer_stop (w);
478 evtimer_set (w, after, repeat); 540 ev_timer_set (w, after, repeat);
479 if (active) evtimer_start (w); 541 if (active) ev_timer_start (w);
480} 542}
481 543
482MODULE = EV PACKAGE = EV::Periodic PREFIX = evperiodic_ 544MODULE = EV PACKAGE = EV::Periodic PREFIX = ev_periodic_
483 545
484void evperiodic_start (struct ev_periodic *w) 546void ev_periodic_start (struct ev_periodic *w)
547 INIT:
548 CHECK_REPEAT (w->interval);
485 549
486void evperiodic_stop (struct ev_periodic *w) 550void ev_periodic_stop (struct ev_periodic *w)
551
552void DESTROY (struct ev_periodic *w)
553 CODE:
554 ev_periodic_stop (w);
487 555
488void set (struct ev_periodic *w, NV at, NV interval = 0.) 556void set (struct ev_periodic *w, NV at, NV interval = 0.)
557 INIT:
558 CHECK_REPEAT (interval);
489 CODE: 559 CODE:
490{ 560{
491 int active = w->active; 561 int active = w->active;
492 if (active) evperiodic_stop (w); 562 if (active) ev_periodic_stop (w);
493 evperiodic_set (w, at, interval); 563 ev_periodic_set (w, at, interval);
494 if (active) evperiodic_start (w); 564 if (active) ev_periodic_start (w);
495} 565}
496 566
497MODULE = EV PACKAGE = EV::Idle PREFIX = evidle_ 567MODULE = EV PACKAGE = EV::Idle PREFIX = ev_idle_
498 568
499void evidle_start (struct ev_idle *w) 569void ev_idle_start (struct ev_idle *w)
500 570
501void evidle_stop (struct ev_idle *w) 571void ev_idle_stop (struct ev_idle *w)
502 572
573void DESTROY (struct ev_idle *w)
574 CODE:
575 ev_idle_stop (w);
576
577MODULE = EV PACKAGE = EV::Prepare PREFIX = ev_check_
578
579void ev_prepare_start (struct ev_prepare *w)
580
581void ev_prepare_stop (struct ev_prepare *w)
582
583void DESTROY (struct ev_prepare *w)
584 CODE:
585 ev_prepare_stop (w);
586
503MODULE = EV PACKAGE = EV::Check PREFIX = evcheck_ 587MODULE = EV PACKAGE = EV::Check PREFIX = ev_check_
504 588
505void evcheck_start (struct ev_check *w) 589void ev_check_start (struct ev_check *w)
506 590
507void evcheck_stop (struct ev_check *w) 591void ev_check_stop (struct ev_check *w)
592
593void DESTROY (struct ev_check *w)
594 CODE:
595 ev_check_stop (w);
596
597MODULE = EV PACKAGE = EV::Child PREFIX = ev_child_
598
599void ev_child_start (struct ev_child *w)
600
601void ev_child_stop (struct ev_child *w)
602
603void DESTROY (struct ev_child *w)
604 CODE:
605 ev_child_stop (w);
606
607void set (struct ev_child *w, int pid)
608 CODE:
609{
610 int active = w->active;
611 if (active) ev_child_stop (w);
612 ev_child_set (w, pid);
613 if (active) ev_child_start (w);
614}
615
616int status (struct ev_child *w)
617 CODE:
618 RETVAL = w->status;
619 OUTPUT:
620 RETVAL
508 621
509#if 0 622#if 0
510 623
511MODULE = EV PACKAGE = EV::DNS PREFIX = evdns_ 624MODULE = EV PACKAGE = EV::DNS PREFIX = evdns_
512 625

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines