Home
last modified time | relevance | path

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

/external/stressapptest/src/
Dworker.cc2276 ChildWorker *child_worker = new ChildWorker; in SpawnSlave() local
2277 child_worker->thread.SetSock(newsock); in SpawnSlave()
2278 child_worker->thread.InitThread(threadid, sat_, os_, patternlist_, in SpawnSlave()
2279 &child_worker->status); in SpawnSlave()
2280 child_worker->status.Initialize(); in SpawnSlave()
2281 child_worker->thread.SpawnThread(); in SpawnSlave()
2282 child_workers_.push_back(child_worker); in SpawnSlave()