Home
last modified time | relevance | path

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

12345

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Utility/
H A 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;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A 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;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Utility/
H A 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;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/include/lldb/Utility/
H A 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;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/include/lldb/Utility/
H A 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;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A 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;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A 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;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Utility/
H A 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;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/include/lldb/Utility/
H A 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;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/llvm13/llvm-project-13.0.1.src/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
14 IOObject::~IOObject() = default;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h20 class IOObject {
32 IOObject(FDType type) : m_fd_type(type) {} in IOObject() function
33 virtual ~IOObject();
48 DISALLOW_COPY_AND_ASSIGN(IOObject);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/lldb/include/lldb/Host/
H A DMainLoopBase.h61 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject()
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
75 IOObject::WaitableHandle m_handle;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lldb/include/lldb/Host/
H A DMainLoopBase.h61 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject()
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
75 IOObject::WaitableHandle m_handle;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lldb/include/lldb/Host/
H A DMainLoopBase.h61 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject()
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
75 IOObject::WaitableHandle m_handle;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lldb/include/lldb/Host/
H A DMainLoopBase.h61 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject()
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
75 IOObject::WaitableHandle m_handle;
/dports/devel/llvm12/llvm-project-12.0.1.src/lldb/include/lldb/Host/
H A DMainLoopBase.h61 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) { in UnregisterReadObject()
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle) in ReadHandle()
75 IOObject::WaitableHandle m_handle;

12345