Searched defs:seconds (Results 1 – 9 of 9) sorted by relevance
51 void perfprofd_sleep(int seconds) in perfprofd_sleep()
38 int seconds = time % 60; in format_time() local
92 OI_INT32 seconds; member
101 void perfprofd_sleep(int seconds) in perfprofd_sleep()
75 static CONSTEXPR inline nsecs_t seconds(nsecs_t v) { return s2ns(v); } in seconds() function
145 double seconds = static_cast<double>(gBenchmarkTotalTimeNs)/1e9; in Run() local
382 void sleep(int seconds) in sleep()
61 void tick(unsigned seconds = 1) { current_time_ += seconds; } in tick()
207 bool WaitForNonZero(int32_t* value, uint64_t seconds) { in WaitForNonZero()