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()
1278 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local
1279 if (thread_sp) in GetExtendedBacktraceOriginatingIndexID()
1280 return thread_sp->GetExtendedBacktraceOriginatingIndexID(); in GetExtendedBacktraceOriginatingIndexID()
1287 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() local
1288 if (!thread_sp) in GetCurrentException()
1291 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
1297 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local
1298 if (!thread_sp) in GetCurrentExceptionBacktrace()
1301 return SBThread(thread_sp->GetCurrentExceptionBacktrace()); in GetCurrentExceptionBacktrace()
1307 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local
1308 if (thread_sp) in SafeToCallFunctions()
1309 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
1324 ThreadSP thread_sp = m_opaque_sp->GetThreadSP(); in GetSiginfo() local
1325 if (!thread_sp) in GetSiginfo()
1327 return thread_sp->GetSiginfoValue(); in GetSiginfo()