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

Comparing EV/EV.xs (file contents):
Revision 1.149 by root, Sun Nov 28 06:34:10 2010 UTC vs.
Revision 1.150 by root, Sun Nov 28 11:40:41 2010 UTC

758 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval); 758 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval);
759 if (!ix) START (stat, RETVAL); 759 if (!ix) START (stat, RETVAL);
760 OUTPUT: 760 OUTPUT:
761 RETVAL 761 RETVAL
762 762
763#ifndef EV_NO_LOOPS
764
763ev_embed *embed (struct ev_loop *loop, SV *cb = 0) 765ev_embed *embed (struct ev_loop *loop, SV *cb = 0)
764 ALIAS: 766 ALIAS:
765 embed_ns = 1 767 embed_ns = 1
766 CODE: 768 CODE:
767{ 769{
773 ev_embed_set (RETVAL, loop); 775 ev_embed_set (RETVAL, loop);
774 if (!ix) START (embed, RETVAL); 776 if (!ix) START (embed, RETVAL);
775} 777}
776 OUTPUT: 778 OUTPUT:
777 RETVAL 779 RETVAL
780
781#endif
778 782
779ev_async *async (SV *cb) 783ev_async *async (SV *cb)
780 ALIAS: 784 ALIAS:
781 async_ns = 1 785 async_ns = 1
782 CODE: 786 CODE:
1325 CODE: 1329 CODE:
1326 RETVAL = boolSV (ev_async_pending (w)); 1330 RETVAL = boolSV (ev_async_pending (w));
1327 OUTPUT: 1331 OUTPUT:
1328 RETVAL 1332 RETVAL
1329 1333
1330#ifndef EV_NO_LOOP 1334#ifndef EV_NO_LOOPS
1331 1335
1332MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ 1336MODULE = EV PACKAGE = EV::Loop PREFIX = ev_
1333 1337
1334SV *new (SV *klass, unsigned int flags = 0) 1338SV *new (SV *klass, unsigned int flags = 0)
1335 CODE: 1339 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines