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

References

tools/lldb/include/lldb/Host/MainLoop.h
   48                                   const Callback &callback,
   58   SignalHandleUP RegisterSignal(int signo, const Callback &callback,
   93     Callback callback;
  101   llvm::DenseMap<IOObject::WaitableHandle, Callback> m_read_fds;
tools/lldb/include/lldb/Host/MainLoopBase.h
   44                                           const Callback &callback,
tools/lldb/source/Host/common/MainLoop.cpp
  272                                                     const Callback &callback,
  299 MainLoop::RegisterSignal(int signo, const Callback &callback, Status &error) {
tools/lldb/unittests/Host/MainLoopTest.cpp
   61   MainLoop::Callback make_callback() {