OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:roundsleep
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/warp/
util.h
21
#define
roundsleep
(x) (clock_gettime(CLOCK_REALTIME, &timebuf),sleep(timebuf.tv_nsec > (500 * 1000 * 1000) ?x+1:x))
macro
util.h
21
#define
roundsleep
(x) (clock_gettime(CLOCK_REALTIME, &timebuf),sleep(timebuf.tv_nsec > (500 * 1000 * 1000) ?x+1:x))
macro
Completed in 26 milliseconds
Indexes created Thu Oct 02 14:10:14 GMT 2025