Lines Matching refs:thread_sp

459   ThreadSP thread_sp(m_opaque_sp->GetThreadSP());  in GetThreadID()  local
460 if (thread_sp) in GetThreadID()
461 return thread_sp->GetID(); in GetThreadID()
466 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetIndexID() local
467 if (thread_sp) in GetIndexID()
468 return thread_sp->GetIndexID(); in GetIndexID()
1481 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetExtendedBacktraceOriginatingIndexID() local
1482 if (thread_sp) in GetExtendedBacktraceOriginatingIndexID()
1483 return thread_sp->GetExtendedBacktraceOriginatingIndexID(); in GetExtendedBacktraceOriginatingIndexID()
1488 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentException() local
1489 if (!thread_sp) return SBValue(); in GetCurrentException()
1491 return SBValue(thread_sp->GetCurrentException()); in GetCurrentException()
1495 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in GetCurrentExceptionBacktrace() local
1496 if (!thread_sp) return SBThread(); in GetCurrentExceptionBacktrace()
1498 return SBThread(thread_sp->GetCurrentExceptionBacktrace()); in GetCurrentExceptionBacktrace()
1502 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in SafeToCallFunctions() local
1503 if (thread_sp) in SafeToCallFunctions()
1504 return thread_sp->SafeToCallFunctions(); in SafeToCallFunctions()
1509 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in operator ->() local
1510 if (thread_sp) in operator ->()
1511 return thread_sp.get(); in operator ->()
1517 ThreadSP thread_sp(m_opaque_sp->GetThreadSP()); in get() local
1518 if (thread_sp) in get()
1519 return thread_sp.get(); in get()