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.153 by root, Mon Jan 10 01:59:41 2011 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);
399 const_iv (EV, BACKEND_EPOLL) 401 const_iv (EV, BACKEND_EPOLL)
400 const_iv (EV, BACKEND_KQUEUE) 402 const_iv (EV, BACKEND_KQUEUE)
401 const_iv (EV, BACKEND_DEVPOLL) 403 const_iv (EV, BACKEND_DEVPOLL)
402 const_iv (EV, BACKEND_PORT) 404 const_iv (EV, BACKEND_PORT)
403 const_iv (EV, BACKEND_ALL) 405 const_iv (EV, BACKEND_ALL)
406 const_iv (EV, BACKEND_MASK)
404 const_iv (EV, FLAG_AUTO) 407 const_iv (EV, FLAG_AUTO)
405 const_iv (EV, FLAG_FORKCHECK) 408 const_iv (EV, FLAG_FORKCHECK)
406 const_iv (EV, FLAG_SIGNALFD) 409 const_iv (EV, FLAG_SIGNALFD)
410 const_iv (EV, FLAG_NOSIGMASK)
407 const_iv (EV, FLAG_NOENV) 411 const_iv (EV, FLAG_NOENV)
408 const_iv (EV, FLAG_NOINOTIFY) 412 const_iv (EV, FLAG_NOINOTIFY)
409 413
410 const_iv (EV_, VERSION_MAJOR) 414 const_iv (EV_, VERSION_MAJOR)
411 const_iv (EV_, VERSION_MINOR) 415 const_iv (EV_, VERSION_MINOR)
758 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval); 762 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval);
759 if (!ix) START (stat, RETVAL); 763 if (!ix) START (stat, RETVAL);
760 OUTPUT: 764 OUTPUT:
761 RETVAL 765 RETVAL
762 766
767#ifndef EV_NO_LOOPS
768
763ev_embed *embed (struct ev_loop *loop, SV *cb = 0) 769ev_embed *embed (struct ev_loop *loop, SV *cb = 0)
764 ALIAS: 770 ALIAS:
765 embed_ns = 1 771 embed_ns = 1
766 CODE: 772 CODE:
767{ 773{
773 ev_embed_set (RETVAL, loop); 779 ev_embed_set (RETVAL, loop);
774 if (!ix) START (embed, RETVAL); 780 if (!ix) START (embed, RETVAL);
775} 781}
776 OUTPUT: 782 OUTPUT:
777 RETVAL 783 RETVAL
784
785#endif
778 786
779ev_async *async (SV *cb) 787ev_async *async (SV *cb)
780 ALIAS: 788 ALIAS:
781 async_ns = 1 789 async_ns = 1
782 CODE: 790 CODE:
1325 CODE: 1333 CODE:
1326 RETVAL = boolSV (ev_async_pending (w)); 1334 RETVAL = boolSV (ev_async_pending (w));
1327 OUTPUT: 1335 OUTPUT:
1328 RETVAL 1336 RETVAL
1329 1337
1330#ifndef EV_NO_LOOP 1338#ifndef EV_NO_LOOPS
1331 1339
1332MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ 1340MODULE = EV PACKAGE = EV::Loop PREFIX = ev_
1333 1341
1334SV *new (SV *klass, unsigned int flags = 0) 1342SV *new (SV *klass, unsigned int flags = 0)
1335 CODE: 1343 CODE:

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines