Lines Matching refs:thread_sp
222 bool SystemRuntimeMacOSX::SafeToCallFunctionsOnThisThread(ThreadSP thread_sp) { in SafeToCallFunctionsOnThisThread() argument
223 if (thread_sp && thread_sp->GetStackFrameCount() > 0 && in SafeToCallFunctionsOnThisThread()
224 thread_sp->GetFrameWithConcreteFrameIndex(0)) { in SafeToCallFunctionsOnThisThread()
226 thread_sp->GetFrameWithConcreteFrameIndex(0)->GetSymbolContext( in SafeToCallFunctionsOnThisThread()
716 for (ThreadSP thread_sp : m_process->Threads()) { in PopulateQueueList() local
717 if (thread_sp->GetAssociatedWithLibdispatchQueue() != eLazyBoolNo) { in PopulateQueueList()
718 if (thread_sp->GetQueueID() != LLDB_INVALID_QUEUE_ID) { in PopulateQueueList()
719 if (queue_list.FindQueueByID(thread_sp->GetQueueID()).get() == in PopulateQueueList()
722 thread_sp->GetQueueID(), in PopulateQueueList()
723 thread_sp->GetQueueName())); in PopulateQueueList()
724 if (thread_sp->ThreadHasQueueInformation()) { in PopulateQueueList()
725 queue_sp->SetKind(thread_sp->GetQueueKind()); in PopulateQueueList()
727 thread_sp->GetQueueLibdispatchQueueAddress()); in PopulateQueueList()
731 GetQueueKind(thread_sp->GetQueueLibdispatchQueueAddress())); in PopulateQueueList()
733 thread_sp->GetQueueLibdispatchQueueAddress()); in PopulateQueueList()