Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dworker.cc2266 ChildWorker *child_worker = new ChildWorker; in SpawnSlave() local
2267 child_worker->thread.SetSock(newsock); in SpawnSlave()
2268 child_worker->thread.InitThread(threadid, sat_, os_, patternlist_, in SpawnSlave()
2269 &child_worker->status); in SpawnSlave()
2270 child_worker->status.Initialize(); in SpawnSlave()
2271 child_worker->thread.SpawnThread(); in SpawnSlave()
2272 child_workers_.push_back(child_worker); in SpawnSlave()