Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/tests/
Dworker_queue_test.cpp44 class CountingJob : public WorkerJob { class
46 explicit CountingJob(std::atomic<int>& counter) : counter_(counter) {} in CountingJob() function in panda::test::CountingJob