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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Utility/
H A DIOObject.cpp13 const IOObject::WaitableHandle IOObject::kInvalidHandleValue = -1;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Utility/
H A DIOObject.h29 typedef int WaitableHandle; typedef in class:lldb_private::IOObject
30 static const WaitableHandle kInvalidHandleValue;
42 virtual WaitableHandle GetWaitableHandle() = 0;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Host/
H A DMainLoop.h69 void UnregisterReadObject(IOObject::WaitableHandle handle) override;
74 void ProcessReadObject(IOObject::WaitableHandle handle);
101 llvm::DenseMap<IOObject::WaitableHandle, Callback> m_read_fds;
H A DMainLoopBase.h61 virtual void UnregisterReadObject(IOObject::WaitableHandle handle) {
71 ReadHandle(MainLoopBase &mainloop, IOObject::WaitableHandle handle)
75 IOObject::WaitableHandle m_handle;
H A DSocket.h99 WaitableHandle GetWaitableHandle() override;
H A DFile.h120 /// is not interchangeable with GetDescriptor(). A WaitableHandle
125 WaitableHandle GetWaitableHandle() override;
396 WaitableHandle GetWaitableHandle() override;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DMainLoop.cpp226 std::vector<IOObject::WaitableHandle> fds;
236 IOObject::WaitableHandle handle = fd.fd;
347 void MainLoop::UnregisterReadObject(IOObject::WaitableHandle handle) {
405 void MainLoop::ProcessReadObject(IOObject::WaitableHandle handle) {
H A DFile.cpp111 IOObject::WaitableHandle File::GetWaitableHandle() {
269 IOObject::WaitableHandle NativeFile::GetWaitableHandle() {
H A DSocket.cpp324 IOObject::WaitableHandle Socket::GetWaitableHandle() {
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DConnectionFileDescriptorPosix.cpp560 const IOObject::WaitableHandle handle = m_read_sp->GetWaitableHandle();

Completed in 171 milliseconds