Searched refs:child_thread (Results 1 – 16 of 16) sorted by relevance
348 GpuChildThread* child_thread = new GpuChildThread(watchdog_thread.get(), in GpuMain() local355 child_thread->Init(start_time); in GpuMain()357 gpu_process.set_main_thread(child_thread); in GpuMain()367 child_thread->StopWatchdog(); in GpuMain()
2294 NetworkSlaveThread& child_thread = child_workers_[i]->thread; in ReapSlaves() local2296 child_thread.JoinThread(); in ReapSlaves()2297 if (child_thread.GetStatus() != 1) { in ReapSlaves()2299 child_thread.GetStatus()); in ReapSlaves()2302 errorcount_ += child_thread.GetErrorCount(); in ReapSlaves()2304 child_thread.GetErrorCount()); in ReapSlaves()2305 pages_copied_ += child_thread.GetPageCount(); in ReapSlaves()
431 ChildThread* child_thread = ChildThread::current(); in createURLLoader() local435 child_thread ? child_thread->resource_dispatcher() : NULL); in createURLLoader()
53 'child/child_thread.cc',54 'child/child_thread.h',
47 content/child/child_thread.cc \