Searched refs:m_kqueue (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/lldb/source/Host/posix/ |
H A D | MainLoopPosix.cpp | 83 num_events = kevent(loop.m_kqueue, in_events.data(), in_events.size(), in Poll() 242 m_kqueue = kqueue(); 243 assert(m_kqueue >= 0); 249 close(m_kqueue); 308 ret = kevent(m_kqueue, &ev, 1, nullptr, 0, nullptr); 354 ret = kevent(m_kqueue, &ev, 1, nullptr, 0, nullptr);
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/ |
H A D | MainLoopPosix.h | 93 int m_kqueue; variable
|