Home
last modified time | relevance | path

Searched refs:GetNextWakeupTime (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoopBase.cpp44 std::optional<MainLoopBase::TimePoint> MainLoopBase::GetNextWakeupTime() { in GetNextWakeupTime() function in MainLoopBase
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h93 std::optional<TimePoint> GetNextWakeupTime();
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp131 std::size(out_events), ToTimeSpec(loop.GetNextWakeupTime())); in Poll()
189 int ready = StartPoll(read_fds, loop.GetNextWakeupTime()); in Poll()