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

Comparing EV/EV.xs (file contents):
Revision 1.151 by root, Thu Dec 30 07:28:47 2010 UTC vs.
Revision 1.155 by root, Sun Feb 20 02:56:23 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
400 const_iv (EV, BACKEND_EPOLL) 402 const_iv (EV, BACKEND_EPOLL)
401 const_iv (EV, BACKEND_KQUEUE) 403 const_iv (EV, BACKEND_KQUEUE)
402 const_iv (EV, BACKEND_DEVPOLL) 404 const_iv (EV, BACKEND_DEVPOLL)
403 const_iv (EV, BACKEND_PORT) 405 const_iv (EV, BACKEND_PORT)
404 const_iv (EV, BACKEND_ALL) 406 const_iv (EV, BACKEND_ALL)
407 const_iv (EV, BACKEND_MASK)
405 const_iv (EV, FLAG_AUTO) 408 const_iv (EV, FLAG_AUTO)
406 const_iv (EV, FLAG_FORKCHECK) 409 const_iv (EV, FLAG_FORKCHECK)
407 const_iv (EV, FLAG_SIGNALFD) 410 const_iv (EV, FLAG_SIGNALFD)
411 const_iv (EV, FLAG_NOSIGMASK)
408 const_iv (EV, FLAG_NOENV) 412 const_iv (EV, FLAG_NOENV)
409 const_iv (EV, FLAG_NOINOTIFY) 413 const_iv (EV, FLAG_NOINOTIFY)
410 414
411 const_iv (EV_, VERSION_MAJOR) 415 const_iv (EV_, VERSION_MAJOR)
412 const_iv (EV_, VERSION_MINOR) 416 const_iv (EV_, VERSION_MINOR)
552 556
553void ev_sleep (NV interval) 557void ev_sleep (NV interval)
554 558
555NV ev_time () 559NV ev_time ()
556 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
557NV ev_now () 570NV ev_now ()
558 C_ARGS: evapi.default_loop 571 C_ARGS: evapi.default_loop
559 572
560void ev_now_update () 573void ev_now_update ()
561 C_ARGS: evapi.default_loop 574 C_ARGS: evapi.default_loop

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines