Searched refs:kMsecTo100ns (Results 1 – 2 of 2) sorted by relevance
24 const int64_t kMsecTo100ns = 10000; variable25 const int64_t kSecTo100ns = kSecToMsec * kMsecTo100ns;
249 (timeout_seconds_ * kSecToMsec * kMsecTo100ns); in ResetTimeout()