Searched defs:nanoseconds (Results 1 – 3 of 3) sorted by relevance
36 bool NoneIoWaiter::WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) in WaitFor()
113 bool EpollIoWaiter::WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) in WaitFor()
55 static inline int32_t NanosecondsToTimeout(int64_t nanoseconds) in NanosecondsToTimeout()