Searched refs:microseconds (Results 1 – 3 of 3) sorted by relevance
75 static inline nsecs_t microseconds(nsecs_t v) { return us2ns(v); } in microseconds() function
191 <p>An unsigned 32-bit integer can hold about 70 minutes of time in microseconds.
2162 nsecs_t standbyDelay = microseconds(activeSleepTime*2); in threadLoop()2183 standbyDelay = microseconds(activeSleepTime*2); in threadLoop()