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

References

tools/lldb/source/Plugins/SystemRuntime/MacOSX/SystemRuntimeMacOSX.cpp
  714     if (thread_sp->GetAssociatedWithLibdispatchQueue() != eLazyBoolNo) {
  715       if (thread_sp->GetQueueID() != LLDB_INVALID_QUEUE_ID) {
  716         if (queue_list.FindQueueByID(thread_sp->GetQueueID()).get() ==
  719                                      thread_sp->GetQueueID(),
  720                                      thread_sp->GetQueueName()));
  721           if (thread_sp->ThreadHasQueueInformation()) {
  722             queue_sp->SetKind(thread_sp->GetQueueKind());
  724                 thread_sp->GetQueueLibdispatchQueueAddress());
  728                 GetQueueKind(thread_sp->GetQueueLibdispatchQueueAddress()));
  730                 thread_sp->GetQueueLibdispatchQueueAddress());