Searched refs:child_thread (Results 1 – 2 of 2) sorted by relevance
148 void *child_thread(void *arg) in child_thread() function336 res = pthread_create(&th, &attr, child_thread, in do_accept()
2335 NetworkSlaveThread& child_thread = child_workers_[i]->thread; in ReapSlaves() local2337 child_thread.JoinThread(); in ReapSlaves()2338 if (child_thread.GetStatus() != 1) { in ReapSlaves()2340 child_thread.GetStatus()); in ReapSlaves()2343 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()2345 child_thread.GetErrorCount()); in ReapSlaves()2346 pages_copied_ += child_thread.GetPageCount(); in ReapSlaves()