Searched refs:WentSleep (Results 1 – 2 of 2) sorted by relevance
44 if (threadData->WentSleep() == 0) in has_cache_expired()46 return system_time() - threadData->WentSleep() > kCacheExpire; in has_cache_expired()
74 inline bigtime_t WentSleep() const { return fWentSleep; } in WentSleep() function