Searched defs:tv (Results 1 – 2 of 2) sorted by relevance
26 std::vector<int64_t> TimespecToNanos(const std::vector<timespec>& tv) { in TimespecToNanos()33 std::vector<double> TimespecToDoubleNanos(const std::vector<timespec>& tv) { in TimespecToDoubleNanos()
47 timeval tv; in currentTimeInUsec() local