Home
last modified time | relevance | path

Searched refs:ProcessReadObject (Results 1 – 4 of 4) sorted by relevance

/openbsd/src/gnu/llvm/lldb/source/Host/windows/
DMainLoopWindows.cpp106 void MainLoopWindows::ProcessReadObject(IOObject::WaitableHandle handle) { in ProcessReadObject() function in MainLoopWindows
126 ProcessReadObject(KV.first); in Run()
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/windows/
DMainLoopWindows.h40 void ProcessReadObject(IOObject::WaitableHandle handle);
/openbsd/src/gnu/llvm/lldb/source/Host/posix/
DMainLoopPosix.cpp104 loop.ProcessReadObject(out_events[i].ident); in ProcessEvents()
211 loop.ProcessReadObject(handle);
383 void MainLoopPosix::ProcessReadObject(IOObject::WaitableHandle handle) { function in MainLoopPosix
/openbsd/src/gnu/llvm/lldb/include/lldb/Host/posix/
DMainLoopPosix.h60 void ProcessReadObject(IOObject::WaitableHandle handle);