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

Comparing Async-Interrupt/Interrupt.xs (file contents):
Revision 1.17 by root, Tue Nov 24 15:51:35 2009 UTC vs.
Revision 1.18 by root, Sat May 15 00:08:48 2010 UTC

506 506
507void 507void
508s_epipe_drain (s_epipe *epp) 508s_epipe_drain (s_epipe *epp)
509 509
510void 510void
511drain_func (s_epipe *epp) 511signal_func (s_epipe *epp)
512 ALIAS:
513 drain_func = 1
512 PPCODE: 514 PPCODE:
513 EXTEND (SP, 2); 515 EXTEND (SP, 2);
514 PUSHs (sv_2mortal (newSViv (PTR2IV (s_epipe_drain)))); 516 PUSHs (sv_2mortal (newSViv (PTR2IV (ix ? s_epipe_drain : s_epipe_signal))));
515 PUSHs (sv_2mortal (newSViv (PTR2IV (epp)))); 517 PUSHs (sv_2mortal (newSViv (PTR2IV (epp))));
516 518
517void 519void
518s_epipe_wait (s_epipe *epp) 520s_epipe_wait (s_epipe *epp)
519 521

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines