Searched refs:SamplerThreadEntry (Results 1 – 3 of 3) sorted by relevance
66 samplerThread_ = std::make_unique<std::thread>(&Sampler::SamplerThreadEntry, this); in Start()83 void SamplerThreadEntry() in SamplerThreadEntry() function in panda::test::Sampler
98 void SamplerThreadEntry();
201 samplerThread_ = std::make_unique<std::thread>(&Sampler::SamplerThreadEntry, this); in Start()441 void Sampler::SamplerThreadEntry() in SamplerThreadEntry() function in panda::tooling::sampler::Sampler