Home
last modified time | relevance | path

Searched defs:threadContext (Results 1 – 2 of 2) sorted by relevance

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Dthread_context.cpp52 void CreateContext(std::shared_ptr<ThreadContext>& threadContext) in CreateContext()
64 void ReleaseContext(std::shared_ptr<ThreadContext> threadContext) in ReleaseContext()
86 auto threadContext = std::make_shared<ThreadContext>(); in GetContextLocked() local
246 auto threadContext = GetContextLocked(tid); in CollectThreadContext() local
275 bool LocalThreadContext::SignalRequestThread(int32_t tid, ThreadContext* threadContext) in SignalRequestThread()
Dunwinder.cpp551 auto threadContext = LocalThreadContext::GetInstance().CollectThreadContext(tid); in UnwindLocalWithTid() local