Searched defs:Timer (Results 1 – 3 of 3) sorted by relevance
102 struct Timer { struct103 Timer(std::chrono::steady_clock::time_point _next, in Timer() argument110 NonCopyableFunction<void()> handleTimer; argument113 std::vector<Timer> timers_; argument
40 Timer() : start_(boot_clock::now()) {} in Timer() function
49 bluetooth::shim::Timer::Timer(const char* name) { in Timer() function in bluetooth::shim::Timer