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

Comparing EV/EV.xs (file contents):
Revision 1.145 by root, Sun Oct 24 19:01:01 2010 UTC vs.
Revision 1.157 by root, Fri Jul 29 08:35:36 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
350default_fork (void)
351{
352 ev_loop_fork (EV_DEFAULT_UC);
353}
354
346///////////////////////////////////////////////////////////////////////////// 355/////////////////////////////////////////////////////////////////////////////
347// XS interface functions 356// XS interface functions
348 357
349MODULE = EV PACKAGE = EV PREFIX = ev_ 358MODULE = EV PACKAGE = EV PREFIX = ev_
350 359
365 const_iv (EV_, UNDEF) 374 const_iv (EV_, UNDEF)
366 const_iv (EV_, NONE) 375 const_iv (EV_, NONE)
367 const_iv (EV_, READ) 376 const_iv (EV_, READ)
368 const_iv (EV_, WRITE) 377 const_iv (EV_, WRITE)
369 const_iv (EV_, IO) 378 const_iv (EV_, IO)
370 const_iv (EV_, TIMEOUT) 379 const_iv (EV_, TIMER)
371 const_iv (EV_, PERIODIC) 380 const_iv (EV_, PERIODIC)
372 const_iv (EV_, SIGNAL) 381 const_iv (EV_, SIGNAL)
373 const_iv (EV_, CHILD) 382 const_iv (EV_, CHILD)
374 const_iv (EV_, STAT) 383 const_iv (EV_, STAT)
375 const_iv (EV_, IDLE) 384 const_iv (EV_, IDLE)
393 const_iv (EV, BACKEND_EPOLL) 402 const_iv (EV, BACKEND_EPOLL)
394 const_iv (EV, BACKEND_KQUEUE) 403 const_iv (EV, BACKEND_KQUEUE)
395 const_iv (EV, BACKEND_DEVPOLL) 404 const_iv (EV, BACKEND_DEVPOLL)
396 const_iv (EV, BACKEND_PORT) 405 const_iv (EV, BACKEND_PORT)
397 const_iv (EV, BACKEND_ALL) 406 const_iv (EV, BACKEND_ALL)
407 const_iv (EV, BACKEND_MASK)
398 const_iv (EV, FLAG_AUTO) 408 const_iv (EV, FLAG_AUTO)
399 const_iv (EV, FLAG_FORKCHECK) 409 const_iv (EV, FLAG_FORKCHECK)
400 const_iv (EV, FLAG_SIGNALFD) 410 const_iv (EV, FLAG_SIGNALFD)
411 const_iv (EV, FLAG_NOSIGMASK)
401 const_iv (EV, FLAG_NOENV) 412 const_iv (EV, FLAG_NOENV)
402 const_iv (EV, FLAG_NOSIGFD) /* compatibility, always 0 */
403 const_iv (EV, FLAG_NOINOTIFY) 413 const_iv (EV, FLAG_NOINOTIFY)
404 414
405 const_iv (EV_, VERSION_MAJOR) 415 const_iv (EV_, VERSION_MAJOR)
406 const_iv (EV_, VERSION_MINOR) 416 const_iv (EV_, VERSION_MINOR)
407#if EV_COMPAT3 417#if EV_COMPAT3
418 const_iv (EV, FLAG_NOSIGFD) /* compatibility, always 0 */
408 const_iv (EV_, TIMER) 419 const_iv (EV_, TIMEOUT)
409
410 const_iv (EV, LOOP_NONBLOCK) 420 const_iv (EV, LOOP_NONBLOCK)
411 const_iv (EV, LOOP_ONESHOT) 421 const_iv (EV, LOOP_ONESHOT)
412
413 const_iv (EV, UNLOOP_CANCEL) 422 const_iv (EV, UNLOOP_CANCEL)
414 const_iv (EV, UNLOOP_ONE) 423 const_iv (EV, UNLOOP_ONE)
415 const_iv (EV, UNLOOP_ALL) 424 const_iv (EV, UNLOOP_ALL)
416#endif 425#endif
417 }; 426 };
418 427
419 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ-- > const_iv; ) 428 for (civ = const_iv + sizeof (const_iv) / sizeof (const_iv [0]); civ > const_iv; civ--)
420 newCONSTSUB (stash, (char *)civ->name, newSViv (civ->iv)); 429 newCONSTSUB (stash, (char *)civ[-1].name, newSViv (civ[-1].iv));
421 430
422 stash_loop = gv_stashpv ("EV::Loop" , 1); 431 stash_loop = gv_stashpv ("EV::Loop" , 1);
423 stash_watcher = gv_stashpv ("EV::Watcher" , 1); 432 stash_watcher = gv_stashpv ("EV::Watcher" , 1);
424 stash_io = gv_stashpv ("EV::IO" , 1); 433 stash_io = gv_stashpv ("EV::IO" , 1);
425 stash_timer = gv_stashpv ("EV::Timer" , 1); 434 stash_timer = gv_stashpv ("EV::Timer" , 1);
509 518
510 sv_setiv (sv, (IV)&evapi); 519 sv_setiv (sv, (IV)&evapi);
511 SvREADONLY_on (sv); 520 SvREADONLY_on (sv);
512 } 521 }
513#if !defined(_WIN32) && !defined(_MINIX) 522#if !defined(_WIN32) && !defined(_MINIX)
514 pthread_atfork (0, 0, ev_default_fork); 523 pthread_atfork (0, 0, default_fork);
515#endif 524#endif
516} 525}
517 526
518SV *ev_default_loop (unsigned int flags = 0) 527SV *ev_default_loop (unsigned int flags = 0)
519 CODE: 528 CODE:
546unsigned int ev_embeddable_backends () 555unsigned int ev_embeddable_backends ()
547 556
548void ev_sleep (NV interval) 557void ev_sleep (NV interval)
549 558
550NV ev_time () 559NV ev_time ()
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}
551 569
552NV ev_now () 570NV ev_now ()
553 C_ARGS: evapi.default_loop 571 C_ARGS: evapi.default_loop
554 572
555void ev_now_update () 573void ev_now_update ()
754 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval); 772 ev_stat_set (RETVAL, SvPVbyte_nolen (e_fh (RETVAL)), interval);
755 if (!ix) START (stat, RETVAL); 773 if (!ix) START (stat, RETVAL);
756 OUTPUT: 774 OUTPUT:
757 RETVAL 775 RETVAL
758 776
777#ifndef EV_NO_LOOPS
778
759ev_embed *embed (struct ev_loop *loop, SV *cb = 0) 779ev_embed *embed (struct ev_loop *loop, SV *cb = 0)
760 ALIAS: 780 ALIAS:
761 embed_ns = 1 781 embed_ns = 1
762 CODE: 782 CODE:
763{ 783{
769 ev_embed_set (RETVAL, loop); 789 ev_embed_set (RETVAL, loop);
770 if (!ix) START (embed, RETVAL); 790 if (!ix) START (embed, RETVAL);
771} 791}
772 OUTPUT: 792 OUTPUT:
773 RETVAL 793 RETVAL
794
795#endif
774 796
775ev_async *async (SV *cb) 797ev_async *async (SV *cb)
776 ALIAS: 798 ALIAS:
777 async_ns = 1 799 async_ns = 1
778 CODE: 800 CODE:
1131 1153
1132void DESTROY (ev_cleanup *w) 1154void DESTROY (ev_cleanup *w)
1133 CODE: 1155 CODE:
1134 STOP (cleanup, w); 1156 STOP (cleanup, w);
1135 e_destroy (w); 1157 e_destroy (w);
1158
1159int keepalive (ev_watcher *w, int new_value = 0)
1160 CODE:
1161 RETVAL = 0;
1162 OUTPUT:
1163 RETVAL
1136 1164
1137MODULE = EV PACKAGE = EV::Child PREFIX = ev_child_ 1165MODULE = EV PACKAGE = EV::Child PREFIX = ev_child_
1138 1166
1139#if EV_CHILD_ENABLE 1167#if EV_CHILD_ENABLE
1140 1168
1315 CODE: 1343 CODE:
1316 RETVAL = boolSV (ev_async_pending (w)); 1344 RETVAL = boolSV (ev_async_pending (w));
1317 OUTPUT: 1345 OUTPUT:
1318 RETVAL 1346 RETVAL
1319 1347
1348#ifndef EV_NO_LOOPS
1349
1320MODULE = EV PACKAGE = EV::Loop PREFIX = ev_ 1350MODULE = EV PACKAGE = EV::Loop PREFIX = ev_
1321 1351
1322SV *new (SV *klass, unsigned int flags = 0) 1352SV *new (SV *klass, unsigned int flags = 0)
1323 CODE: 1353 CODE:
1324{ 1354{
1563 SvOK (timeout) ? SvNV (timeout) : -1., 1593 SvOK (timeout) ? SvNV (timeout) : -1.,
1564 e_once_cb, 1594 e_once_cb,
1565 newSVsv (cb) 1595 newSVsv (cb)
1566 ); 1596 );
1567 1597
1598#endif
1599

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines