Searched refs:NanosecondsToTimeout (Results 1 – 2 of 2) sorted by relevance
55 static inline int32_t NanosecondsToTimeout(int64_t nanoseconds) in NanosecondsToTimeout() function
126 …int32_t retVal = epoll_wait(epollFd_, epollEvents, MAX_EPOLL_EVENTS_SIZE, NanosecondsToTimeout(nan… in WaitFor()