Home
last modified time | relevance | path

Searched refs:GetThreadContext (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/include/
H A Dthread_context.h72 std::shared_ptr<ThreadContext> GetThreadContext(int32_t tid);
/ohos5.0/base/hiviewdfx/faultloggerd/interfaces/innerkits/unwinder/
H A Dthread_context.cpp137 NO_SANITIZE std::shared_ptr<ThreadContext> LocalThreadContext::GetThreadContext(int32_t tid) in GetThreadContext() function in OHOS::HiviewDFX::LocalThreadContext
229 auto ctxPtr = LocalThreadContext::GetInstance().GetThreadContext(tid); in GetStackRange()
/ohos5.0/base/hiviewdfx/faultloggerd/test/fuzztest/faultloggerdunwinder_fuzzer/
H A Dfaultloggerdunwinder_fuzzer.cpp256 context.GetThreadContext(tid); in TestThreadContext()
/ohos5.0/base/hiviewdfx/faultloggerd/test/unittest/unwind/
H A Ddwarf_test.cpp1211 std::shared_ptr<ThreadContext> ret = instance.GetThreadContext(-1);