Lines Matching refs:thread_sp
386 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() local
387 if (thread_sp) in GetThreadID()
388 return thread_sp->GetID(); in GetThreadID()
395 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local
396 if (thread_sp) in GetIndexID()
397 return thread_sp->GetIndexID(); in GetIndexID()
1322 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local
1323 if (thread_sp) in GetExtendedBacktraceOriginatingIndexID()
1324 return thread_sp->GetExtendedBacktraceOriginatingIndexID(); in GetExtendedBacktraceOriginatingIndexID()
1331 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() local
1332 if (!thread_sp) in GetCurrentException()
1335 return LLDB_RECORD_RESULT(SBValue(thread_sp->GetCurrentException())); in GetCurrentException()
1342 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local
1343 if (!thread_sp) in GetCurrentExceptionBacktrace()
1347 SBThread(thread_sp->GetCurrentExceptionBacktrace())); in GetCurrentExceptionBacktrace()
1353 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local
1354 if (thread_sp) in SafeToCallFunctions()
1355 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()