Home
last modified time | relevance | path

Searched refs:_as_ticker_tick_size (Results 1 – 4 of 4) sorted by relevance

/dports/devel/libafterbase/libAfterBase-0.92/
H A Dsleep.c50 static clock_t _as_ticker_tick_size = 1; variable
71 _as_ticker_tick_size = size; /* in ms */ in start_ticker()
80 if (curr < _as_ticker_tick_size) in wait_tick()
81 sleep_a_little (_as_ticker_tick_size - curr); in wait_tick()
92 return (curr >= _as_ticker_tick_size) ; in is_tick()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterBase/
H A Dsleep.c74 static clock_t _as_ticker_tick_size = 1; variable
97 _as_ticker_tick_size = size; /* in ms */ in start_ticker()
106 if (curr < _as_ticker_tick_size) in wait_tick()
107 sleep_a_millisec (_as_ticker_tick_size - curr); in wait_tick()
118 return (curr >= _as_ticker_tick_size) ; in is_tick()
/dports/graphics/libafterimage/libAfterImage-1.20/
H A Dafterbase.c1158 static clock_t _as_ticker_tick_size = 1; variable
1212 _as_ticker_tick_size = size; /* in ms */ in asim_start_ticker()
1226 if (curr < _as_ticker_tick_size) in asim_wait_tick()
1227 sleep_a_little (_as_ticker_tick_size - curr); in asim_wait_tick()
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/libAfterImage/
H A Dafterbase.c1158 static clock_t _as_ticker_tick_size = 1; variable
1212 _as_ticker_tick_size = size; /* in ms */ in asim_start_ticker()
1226 if (curr < _as_ticker_tick_size) in asim_wait_tick()
1227 sleep_a_little (_as_ticker_tick_size - curr); in asim_wait_tick()