Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp163 static int StartPoll(llvm::MutableArrayRef<struct pollfd> fds, in StartPoll() function
189 int ready = StartPoll(read_fds, loop.GetNextWakeupTime()); in Poll()