reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/lldb/include/lldb/Target/Process.h
 2120   void SyncIOHandler(uint32_t iohandler_id, const Timeout<std::micro> &timeout);

References

tools/lldb/source/Commands/CommandObjectProcess.cpp
  229         process_sp->SyncIOHandler(0, std::chrono::seconds(2));
  614         process->SyncIOHandler(iohandler_id, std::chrono::seconds(2));
tools/lldb/source/Commands/CommandObjectThread.cpp
  770       process->SyncIOHandler(iohandler_id, std::chrono::seconds(2));