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.cpp46 void CreateContext(std::shared_ptr<ThreadContext>& threadContext) in CreateContext()
57 void ReleaseContext(std::shared_ptr<ThreadContext> threadContext) in ReleaseContext()
72 auto threadContext = std::make_shared<ThreadContext>(); in GetContextLocked() local
167 auto threadContext = GetContextLocked(tid); in CollectThreadContext() local
254 bool LocalThreadContext::SignalRequestThread(int32_t tid, ThreadContext* threadContext) in SignalRequestThread()
Dunwinder.cpp534 auto threadContext = LocalThreadContext::GetInstance().CollectThreadContext(tid); in UnwindLocalWithTid() local