Home
last modified time | relevance | path

Searched defs:nanoseconds (Results 1 – 3 of 3) sorted by relevance

/base/notification/eventhandler/frameworks/eventhandler/src/
Dnone_io_waiter.cpp36 bool NoneIoWaiter::WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) in WaitFor()
Depoll_io_waiter.cpp113 bool EpollIoWaiter::WaitFor(std::unique_lock<std::mutex> &lock, int64_t nanoseconds) in WaitFor()
/base/notification/eventhandler/frameworks/eventhandler/include/
Devent_handler_utils.h55 static inline int32_t NanosecondsToTimeout(int64_t nanoseconds) in NanosecondsToTimeout()