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

Comparing EV/EV.xs (file contents):
Revision 1.128 by root, Tue Jul 14 20:31:21 2009 UTC vs.
Revision 1.129 by root, Tue Jul 14 20:34:58 2009 UTC

545 CHECK_SIG (signal, signum); 545 CHECK_SIG (signal, signum);
546 546
547 ev_feed_signal_event (evapi.default_loop, signum); 547 ev_feed_signal_event (evapi.default_loop, signum);
548} 548}
549 549
550unsigned int ev_pending_count ()
551 C_ARGS: evapi.default_loop
552
553void ev_invoke_pending ()
554 C_ARGS: evapi.default_loop
555
550ev_io *io (SV *fh, int events, SV *cb) 556ev_io *io (SV *fh, int events, SV *cb)
551 ALIAS: 557 ALIAS:
552 io_ns = 1 558 io_ns = 1
553 CODE: 559 CODE:
554{ 560{
1253 1259
1254void ev_unloop (struct ev_loop *loop, int how = 1) 1260void ev_unloop (struct ev_loop *loop, int how = 1)
1255 1261
1256void ev_feed_fd_event (struct ev_loop *loop, int fd, int revents = EV_NONE) 1262void ev_feed_fd_event (struct ev_loop *loop, int fd, int revents = EV_NONE)
1257 1263
1264unsigned int ev_pending_count (struct ev_loop *loop)
1265
1266void ev_invoke_pending (struct ev_loop *loop)
1267
1258#if 0 1268#if 0
1259 1269
1260void ev_feed_signal_event (struct ev_loop *loop, SV *signal) 1270void ev_feed_signal_event (struct ev_loop *loop, SV *signal)
1261 CODE: 1271 CODE:
1262{ 1272{

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines