Home
last modified time | relevance | path

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

/xv6-public/
H A Dsysproc.c63 uint ticks0; in sys_sleep() local
68 ticks0 = ticks; in sys_sleep()
69 while(ticks - ticks0 < n){ in sys_sleep()