Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h29 typedef int WaitableHandle; typedef
30 static const WaitableHandle kInvalidHandleValue;
42 virtual WaitableHandle GetWaitableHandle() = 0;
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h70 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) = 0;
88 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
92 IOObject::WaitableHandle m_handle;
H A DFile.h124 /// is not interchangeable with GetDescriptor(). A WaitableHandle
129 WaitableHandle GetWaitableHandle() override;
397 WaitableHandle GetWaitableHandle() override;
H A DSocket.h99 WaitableHandle GetWaitableHandle() override; in IsValid()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/posix/
H A DMainLoopPosix.h54 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
60 void ProcessReadObject(IOObject::WaitableHandle handle);
88 llvm::DenseMap<IOObject::WaitableHandle, Callback> m_read_fds;
/freebsd/contrib/llvm-project/lldb/source/Host/posix/
H A DMainLoopPosix.cpp196 std::vector<IOObject::WaitableHandle> fds;
206 IOObject::WaitableHandle handle = fd.fd;
325 void MainLoopPosix::UnregisterReadObject(IOObject::WaitableHandle handle) {
383 void MainLoopPosix::ProcessReadObject(IOObject::WaitableHandle handle) {
H A DConnectionFileDescriptorPosix.cpp452 const IOObject::WaitableHandle handle = m_io_sp->GetWaitableHandle(); in BytesAvailable()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFile.cpp117 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle()
276 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetStream()
H A DSocket.cpp211 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle()