HomeSort by: relevance | last modified time | path
    Searched defs:thetick (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/rump/librump/rumpkern/
intr.c 98 struct timespec thetick, curclock; local in function:doclock
111 thetick.tv_sec = 0;
112 thetick.tv_nsec = 1000000000/hz;
134 timespecadd(&curclock, &thetick, &curclock);

Completed in 11 milliseconds