Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Utility/
DIOObject.h20 class IOObject {
32 IOObject(FDType type) : m_fd_type(type) {} in IOObject() function
33 virtual ~IOObject();
48 IOObject(const IOObject &) = delete;
49 const IOObject &operator=(const IOObject &) = delete;
/openbsd/src/gnu/llvm/lldb/source/Utility/
DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
DCMakeLists.txt43 IOObject.cpp
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/windows/
DMainLoopWindows.h35 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
40 void ProcessReadObject(IOObject::WaitableHandle handle);
47 llvm::DenseMap<IOObject::WaitableHandle, FdInfo> m_read_fds;
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DMainLoopBase.h70 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) = 0;
88 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
92 IOObject::WaitableHandle m_handle;
DFile.h36 class File : public IOObject {
75 File() : IOObject(eFDTypeFile){}; in File()
DSocket.h41 class Socket : public IOObject {
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/posix/
DMainLoopPosix.h54 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
60 void ProcessReadObject(IOObject::WaitableHandle handle);
88 llvm::DenseMap<IOObject::WaitableHandle, Callback> m_read_fds;
/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DMainLoopWindows.cpp71 if (object_sp->GetFdType() != IOObject::eFDTypeSocket) { in RegisterReadObject()
97 void MainLoopWindows::UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject()
106 void MainLoopWindows::ProcessReadObject(IOObject::WaitableHandle handle) { in ProcessReadObject()
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
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) {
DConnectionFileDescriptorPosix.cpp204 if (m_io_sp->GetFdType() == IOObject::eFDTypeSocket) in Disconnect()
306 if (m_io_sp->GetFdType() == IOObject::eFDTypeSocket) in Read()
454 const IOObject::WaitableHandle handle = m_io_sp->GetWaitableHandle(); in BytesAvailable()
457 if (handle != IOObject::kInvalidHandleValue) { in BytesAvailable()
/openbsd/src/gnu/usr.bin/clang/liblldbUtility/
DMakefile25 IOObject.cpp \
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DSocket.cpp74 : IOObject(eFDTypeSocket), m_protocol(protocol), in Socket()
211 IOObject::WaitableHandle Socket::GetWaitableHandle() { in GetWaitableHandle()
DFile.cpp116 IOObject::WaitableHandle File::GetWaitableHandle() { in GetWaitableHandle()
117 return IOObject::kInvalidHandleValue; in GetWaitableHandle()
269 IOObject::WaitableHandle NativeFile::GetWaitableHandle() { in GetWaitableHandle()
/openbsd/src/gnu/llvm/lldb/include/lldb/
Dlldb-forward.h108 class IOObject; variable
342 typedef std::shared_ptr<lldb_private::IOObject> IOObjectSP;
/openbsd/src/gnu/llvm/clang/docs/tools/
Dclang-formatted-files.txt3863 lldb/include/lldb/Utility/IOObject.h
4672 lldb/source/Utility/IOObject.cpp