Searched refs:GetThreadContext (Results 1 – 4 of 4) sorted by relevance
72 std::shared_ptr<ThreadContext> GetThreadContext(int32_t tid);
137 NO_SANITIZE std::shared_ptr<ThreadContext> LocalThreadContext::GetThreadContext(int32_t tid) in GetThreadContext() function in OHOS::HiviewDFX::LocalThreadContext229 auto ctxPtr = LocalThreadContext::GetInstance().GetThreadContext(tid); in GetStackRange()
256 context.GetThreadContext(tid); in TestThreadContext()
1211 std::shared_ptr<ThreadContext> ret = instance.GetThreadContext(-1);