Home
last modified time | relevance | path

Searched defs:mthread (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.cpp305 static SampleInfo::ThreadStatus GetThreadStatus(ManagedThread *mthread) in GetThreadStatus()
459 ManagedThread *mthread = coro == nullptr ? ManagedThread::GetCurrent() : coro; in SigProfSamplingProfilerHandler() local
/arkcompiler/runtime_core/static_core/runtime/
Dsignal_handler.cpp306 auto mthread = ManagedThread::GetCurrent(); in SamplerSigSegvHandler() local
/arkcompiler/runtime_core/static_core/runtime/hotreload/
Dhotreload.cpp137 ArkHotreloadBase::ArkHotreloadBase(ManagedThread *mthread, panda_file::SourceLang lang) : lang_(lan… in ArkHotreloadBase()