From 2433d34aa31bda69b3b28888ac035e1dc08663e3 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 17 Jan 2011 12:11:11 +0000 Subject: *** empty log message *** --- ev.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'ev.c') diff --git a/ev.c b/ev.c index 1a8b319..dbac270 100644 --- a/ev.c +++ b/ev.c @@ -817,6 +817,14 @@ ev_sleep (ev_tstamp delay) } } +inline_speed int +ev_timeout_to_ms (ev_tstamp timeout) +{ + int ms = timeout * 1000. + .999999; + + return expect_true (ms) ? ms : timeout < 1e-6 ? 0 : 1; +} + /*****************************************************************************/ #define MALLOC_ROUND 4096 /* prefer to allocate in chunks of this size, must be 2**n and >> 4 longs */ -- cgit v1.2.3