Lines Matching refs:thread_sp
379 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetThreadID() local
380 if (thread_sp) in GetThreadID()
381 return thread_sp->GetID(); in GetThreadID()
388 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local
389 if (thread_sp) in GetIndexID()
390 return thread_sp->GetIndexID(); in GetIndexID()
1299 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local
1300 if (thread_sp) in GetExtendedBacktraceOriginatingIndexID()
1301 return thread_sp->GetExtendedBacktraceOriginatingIndexID(); in GetExtendedBacktraceOriginatingIndexID()
1308 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() local
1309 if (!thread_sp) in GetCurrentException()
1312 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
1318 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local
1319 if (!thread_sp) in GetCurrentExceptionBacktrace()
1322 return SBThread(thread_sp->GetCurrentExceptionBacktrace()); in GetCurrentExceptionBacktrace()
1328 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local
1329 if (thread_sp) in SafeToCallFunctions()
1330 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
1345 ThreadSP thread_sp = m_opaque_sp->GetThreadSP(); in GetSiginfo() local
1346 if (!thread_sp) in GetSiginfo()
1348 return thread_sp->GetSiginfoValue(); in GetSiginfo()