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

Comparing EV/EV.xs (file contents):
Revision 1.148 by root, Fri Oct 29 19:06:03 2010 UTC vs.
Revision 1.152 by root, Thu Dec 30 07:43:03 2010 UTC

15 return s_fileno (fh, 0); 15 return s_fileno (fh, 0);
16} 16}
17 17
18#define EV_STANDALONE 1 18#define EV_STANDALONE 1
19#define EV_PROTOTYPES 1 19#define EV_PROTOTYPES 1
20#define EV_USE_CLOCK_SYSCALL 0 /* as long as we need pthreads anyways... */
20#define EV_USE_NANOSLEEP EV_USE_MONOTONIC 21#define EV_USE_NANOSLEEP EV_USE_MONOTONIC
21#define EV_H <ev.h> 22#define EV_H <ev.h>
22#define EV_CONFIG_H error 23#define EV_CONFIG_H error
23#include "EV/EVAPI.h" 24#include "EV/EVAPI.h"
24 25
208 209
209 if (expect_true (sv_events_cache)) 210 if (expect_true (sv_events_cache))
210 { 211 {
211 sv_events = sv_events_cache; sv_events_cache = 0; 212 sv_events = sv_events_cache; sv_events_cache = 0;
212 SvIV_set (sv_events, revents); 213 SvIV_set (sv_events, revents);
214 SvIOK_only (sv_events);
213 } 215 }
214 else 216 else
215 { 217 {
216 sv_events = newSViv (revents); 218 sv_events = newSViv (revents);
217 SvREADONLY_on (sv_events); 219 SvREADONLY_on (sv_events);
758 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval); 760 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval);
759 if (!ix) START (stat, RETVAL); 761 if (!ix) START (stat, RETVAL);
760 OUTPUT: 762 OUTPUT:
761 RETVAL 763 RETVAL
762 764
765#ifndef EV_NO_LOOPS
766
763ev_embed *embed (struct ev_loop *loop, SV *cb = 0) 767ev_embed *embed (struct ev_loop *loop, SV *cb = 0)
764 ALIAS: 768 ALIAS:
765 embed_ns = 1 769 embed_ns = 1
766 CODE: 770 CODE:
767{ 771{
773 ev_embed_set (RETVAL, loop); 777 ev_embed_set (RETVAL, loop);
774 if (!ix) START (embed, RETVAL); 778 if (!ix) START (embed, RETVAL);
775} 779}
776 OUTPUT: 780 OUTPUT:
777 RETVAL 781 RETVAL
782
783#endif
778 784
779ev_async *async (SV *cb) 785ev_async *async (SV *cb)
780 ALIAS: 786 ALIAS:
781 async_ns = 1 787 async_ns = 1
782 CODE: 788 CODE:
1325 CODE: 1331 CODE:
1326 RETVAL = boolSV (ev_async_pending (w)); 1332 RETVAL = boolSV (ev_async_pending (w));
1327 OUTPUT: 1333 OUTPUT:
1328 RETVAL 1334 RETVAL
1329 1335
1336#ifndef EV_NO_LOOPS
1337
1330MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ 1338MODULE = EV PACKAGE = EV::Loop PREFIX = ev_
1331 1339
1332SV *new (SV *klass, unsigned int flags = 0) 1340SV *new (SV *klass, unsigned int flags = 0)
1333 CODE: 1341 CODE:
1334{ 1342{
1573 SvOK (timeout) ? SvNV (timeout) : -1., 1581 SvOK (timeout) ? SvNV (timeout) : -1.,
1574 e_once_cb, 1582 e_once_cb,
1575 newSVsv (cb) 1583 newSVsv (cb)
1576 ); 1584 );
1577 1585
1586#endif
1587

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines