Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp130 kevent(loop.m_kqueue, in_events.data(), in_events.size(), out_events, in Poll()
233 m_kqueue = kqueue(); in MainLoopPosix()
234 assert(m_kqueue >= 0); in MainLoopPosix()
240 close(m_kqueue); in ~MainLoopPosix()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h94 int m_kqueue; variable