Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/src/unwind_local/
Dthread_context.cpp57 void CreateContext(std::shared_ptr<ThreadContext>& threadContext) in CreateContext()
69 void ReleaseContext(std::shared_ptr<ThreadContext> threadContext) in ReleaseContext()
91 auto threadContext = std::make_shared<ThreadContext>(); in GetContextLocked() local
251 auto threadContext = GetContextLocked(tid); in CollectThreadContext() local
280 bool LocalThreadContext::SignalRequestThread(int32_t tid, ThreadContext* threadContext) in SignalRequestThread()
/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
Dunwinder.cpp566 auto threadContext = LocalThreadContext::GetInstance().CollectThreadContext(tid); in UnwindLocalWithTid() local