Home | History | Annotate | Download | only in src

Lines Matching defs:child_thread

2294     NetworkSlaveThread& child_thread = child_workers_[i]->thread;
2296 child_thread.JoinThread();
2297 if (child_thread.GetStatus() != 1) {
2299 child_thread.GetStatus());
2302 errorcount_ += child_thread.GetErrorCount();
2304 child_thread.GetErrorCount());
2305 pages_copied_ += child_thread.GetPageCount();