Home
last modified time | relevance | path

Searched defs: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
86 threads_.emplace_back(std::thread(&Controller::Work, this, i)); in StartWorkers() argument
92 void SetSwitchCount(int count) in SetSwitchCount()
97 void WaitForDone() in WaitForDone()
104 void StopWorkers(int n) in StopWorkers()
118 void Work(int id) in Work()
181 Controller::GetInstance().SetSwitchCount(m); in main() argument