Home
last modified time | relevance | path

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

/developtools/profiler/device/plugins/ftrace_plugin/test/app/
Dbusy_workers.cpp71 struct Controller { struct
74 static Controller& GetInstance() in GetInstance() argument
76 static Controller instance; in GetInstance()
86 threads_.emplace_back(std::thread(&Controller::Work, this, i)); in StartWorkers() argument
181 Controller::GetInstance().SetSwitchCount(m); in main() argument
182 Controller::GetInstance().StartWorkers(n); in main()
185 Controller::GetInstance().WaitForDone(); in main()
187 Controller::GetInstance().StopWorkers(n); in main()