Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/
H A Dworker.cc2317 ChildWorker *child_worker = new ChildWorker; in SpawnSlave() local
2318 child_worker->thread.SetSock(newsock); in SpawnSlave()
2319 child_worker->thread.InitThread(threadid, sat_, os_, patternlist_, in SpawnSlave()
2320 &child_worker->status); in SpawnSlave()
2321 child_worker->status.Initialize(); in SpawnSlave()
2322 child_worker->thread.SpawnThread(); in SpawnSlave()
2323 child_workers_.push_back(child_worker); in SpawnSlave()