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

Comparing EV/EV.xs (file contents):
Revision 1.147 by root, Thu Oct 28 04:59:35 2010 UTC vs.
Revision 1.156 by root, Fri Jun 10 12:30:25 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
22#define EV_USE_FLOOR 1
21#define EV_H <ev.h> 23#define EV_H <ev.h>
22#define EV_CONFIG_H error 24#define EV_CONFIG_H error
23#include "EV/EVAPI.h" 25#include "EV/EVAPI.h"
24 26
25#define EV_SELECT_IS_WINSOCKET 0 27#define EV_SELECT_IS_WINSOCKET 0
128///////////////////////////////////////////////////////////////////////////// 130/////////////////////////////////////////////////////////////////////////////
129// Event 131// Event
130 132
131static void e_cb (EV_P_ ev_watcher *w, int revents); 133static void e_cb (EV_P_ ev_watcher *w, int revents);
132 134
133void * 135static void *
134e_new (int size, SV *cb_sv, SV *loop) 136e_new (int size, SV *cb_sv, SV *loop)
135{ 137{
136 SV *cv = cb_sv ? s_get_cv_croak (cb_sv) : 0; 138 SV *cv = cb_sv ? s_get_cv_croak (cb_sv) : 0;
137 ev_watcher *w; 139 ev_watcher *w;
138 SV *self = NEWSV (0, size); 140 SV *self = NEWSV (0, size);
208 210
209 if (expect_true (sv_events_cache)) 211 if (expect_true (sv_events_cache))
210 { 212 {
211 sv_events = sv_events_cache; sv_events_cache = 0; 213 sv_events = sv_events_cache; sv_events_cache = 0;
212 SvIV_set (sv_events, revents); 214 SvIV_set (sv_events, revents);
215 SvIOK_only (sv_events);
213 } 216 }
214 else 217 else
215 { 218 {
216 sv_events = newSViv (revents); 219 sv_events = newSViv (revents);
217 SvREADONLY_on (sv_events); 220 SvREADONLY_on (sv_events);
341 croak ("illegal file descriptor or filehandle (either no attached file descriptor or illegal value): %s", SvPV_nolen (fh)); 344 croak ("illegal file descriptor or filehandle (either no attached file descriptor or illegal value): %s", SvPV_nolen (fh));
342 345
343#define CHECK_SIG(sv,num) if ((num) < 0) \ 346#define CHECK_SIG(sv,num) if ((num) < 0) \
344 croak ("illegal signal number or name: %s", SvPV_nolen (sv)); 347 croak ("illegal signal number or name: %s", SvPV_nolen (sv));
345 348
349static void
346EV_INLINE default_fork (void) 350default_fork (void)
347{ 351{
348 ev_loop_fork (EV_DEFAULT_UC); 352 ev_loop_fork (EV_DEFAULT_UC);
349} 353}
350 354
351///////////////////////////////////////////////////////////////////////////// 355/////////////////////////////////////////////////////////////////////////////
398 const_iv (EV, BACKEND_EPOLL) 402 const_iv (EV, BACKEND_EPOLL)
399 const_iv (EV, BACKEND_KQUEUE) 403 const_iv (EV, BACKEND_KQUEUE)
400 const_iv (EV, BACKEND_DEVPOLL) 404 const_iv (EV, BACKEND_DEVPOLL)
401 const_iv (EV, BACKEND_PORT) 405 const_iv (EV, BACKEND_PORT)
402 const_iv (EV, BACKEND_ALL) 406 const_iv (EV, BACKEND_ALL)
407 const_iv (EV, BACKEND_MASK)
403 const_iv (EV, FLAG_AUTO) 408 const_iv (EV, FLAG_AUTO)
404 const_iv (EV, FLAG_FORKCHECK) 409 const_iv (EV, FLAG_FORKCHECK)
405 const_iv (EV, FLAG_SIGNALFD) 410 const_iv (EV, FLAG_SIGNALFD)
411 const_iv (EV, FLAG_NOSIGMASK)
406 const_iv (EV, FLAG_NOENV) 412 const_iv (EV, FLAG_NOENV)
407 const_iv (EV, FLAG_NOINOTIFY) 413 const_iv (EV, FLAG_NOINOTIFY)
408 414
409 const_iv (EV_, VERSION_MAJOR) 415 const_iv (EV_, VERSION_MAJOR)
410 const_iv (EV_, VERSION_MINOR) 416 const_iv (EV_, VERSION_MINOR)
550 556
551void ev_sleep (NV interval) 557void ev_sleep (NV interval)
552 558
553NV ev_time () 559NV ev_time ()
554 560
561void ev_feed_signal (SV *signal)
562 CODE:
563{
564 Signal signum = s_signum (signal);
565 CHECK_SIG (signal, signum);
566
567 ev_feed_signal (signum);
568}
569
555NV ev_now () 570NV ev_now ()
556 C_ARGS: evapi.default_loop 571 C_ARGS: evapi.default_loop
557 572
558void ev_now_update () 573void ev_now_update ()
559 C_ARGS: evapi.default_loop 574 C_ARGS: evapi.default_loop
757 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval); 772 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval);
758 if (!ix) START (stat, RETVAL); 773 if (!ix) START (stat, RETVAL);
759 OUTPUT: 774 OUTPUT:
760 RETVAL 775 RETVAL
761 776
777#ifndef EV_NO_LOOPS
778
762ev_embed *embed (struct ev_loop *loop, SV *cb = 0) 779ev_embed *embed (struct ev_loop *loop, SV *cb = 0)
763 ALIAS: 780 ALIAS:
764 embed_ns = 1 781 embed_ns = 1
765 CODE: 782 CODE:
766{ 783{
772 ev_embed_set (RETVAL, loop); 789 ev_embed_set (RETVAL, loop);
773 if (!ix) START (embed, RETVAL); 790 if (!ix) START (embed, RETVAL);
774} 791}
775 OUTPUT: 792 OUTPUT:
776 RETVAL 793 RETVAL
794
795#endif
777 796
778ev_async *async (SV *cb) 797ev_async *async (SV *cb)
779 ALIAS: 798 ALIAS:
780 async_ns = 1 799 async_ns = 1
781 CODE: 800 CODE:
1324 CODE: 1343 CODE:
1325 RETVAL = boolSV (ev_async_pending (w)); 1344 RETVAL = boolSV (ev_async_pending (w));
1326 OUTPUT: 1345 OUTPUT:
1327 RETVAL 1346 RETVAL
1328 1347
1348#ifndef EV_NO_LOOPS
1349
1329MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ 1350MODULE = EV PACKAGE = EV::Loop PREFIX = ev_
1330 1351
1331SV *new (SV *klass, unsigned int flags = 0) 1352SV *new (SV *klass, unsigned int flags = 0)
1332 CODE: 1353 CODE:
1333{ 1354{
1572 SvOK (timeout) ? SvNV (timeout) : -1., 1593 SvOK (timeout) ? SvNV (timeout) : -1.,
1573 e_once_cb, 1594 e_once_cb,
1574 newSVsv (cb) 1595 newSVsv (cb)
1575 ); 1596 );
1576 1597
1598#endif
1599

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines