Searched refs:start_ns (Results 1 – 4 of 4) sorted by relevance
133 uint64_t start_ns = NanoTime(); in ReadUntilClosed() local139 if (NanoTime() - start_ns > 2 * kNsPerS) { in ReadUntilClosed()
72 uint64_t start_ns() const { return start_ns_; } in start_ns() function
363 if (NanoTime() > test->start_ns() + deadline_threshold_ns_) { in CheckTestsTimeout()369 } else if (!test->slow() && NanoTime() > test->start_ns() + slow_threshold_ns_) { in CheckTestsTimeout()388 uint64_t run_time_ms = (NanoTime() - test->start_ns()) / kNsPerMs; in HandleSignals()
256 uint64_t start_ns = time_started_.time_since_epoch().count(); in NotifyStateChange() local259 property_set(boottime_property, std::to_string(start_ns)); in NotifyStateChange()