Home
last modified time | relevance | path

Searched refs:SamplerThreadEntry (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/static_core/runtime/tests/
Dsignal_handler_test.cpp66 samplerThread_ = std::make_unique<std::thread>(&Sampler::SamplerThreadEntry, this); in Start()
83 void SamplerThreadEntry() in SamplerThreadEntry() function in ark::test::Sampler
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsampling_profiler.h98 void SamplerThreadEntry();
Dsampling_profiler.cpp201 samplerThread_ = std::make_unique<std::thread>(&Sampler::SamplerThreadEntry, this); in Start()
493 void Sampler::SamplerThreadEntry() in SamplerThreadEntry() function in ark::tooling::sampler::Sampler