Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Commands/
H A DCommandObjectProcess.cpp265 process_sp->SyncIOHandler(0, std::chrono::seconds(2)); in DoExecute()
765 process->SyncIOHandler(iohandler_id, std::chrono::seconds(2)); in DoExecute()
H A DCommandObjectThread.cpp606 process->SyncIOHandler(iohandler_id, std::chrono::seconds(2)); in DoExecute()
/openbsd-src/gnu/llvm/lldb/include/lldb/Target/
H A DProcess.h2157 void SyncIOHandler(uint32_t iohandler_id, const Timeout<std::micro> &timeout);
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DProcess.cpp627 void Process::SyncIOHandler(uint32_t iohandler_id, in SyncIOHandler() function in Process