Searched defs:CountingJob (Results 1 – 1 of 1) sorted by relevance
44 class CountingJob : public WorkerJob { class46 explicit CountingJob(std::atomic<int>& counter) : counter_(counter) {} in CountingJob() function in panda::test::CountingJob