Home
last modified time | relevance | path

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

/external/chromium_org/chrome/service/
Dservice_process.cc56 class ServiceIOThread : public base::Thread { class
58 explicit ServiceIOThread(const char* name);
59 virtual ~ServiceIOThread();
65 DISALLOW_COPY_AND_ASSIGN(ServiceIOThread);
68 ServiceIOThread::ServiceIOThread(const char* name) : base::Thread(name) {} in ServiceIOThread() function in __anoncd6455f20111::ServiceIOThread
69 ServiceIOThread::~ServiceIOThread() { in ~ServiceIOThread()
73 void ServiceIOThread::CleanUp() { in CleanUp()
140 io_thread_.reset(new ServiceIOThread("ServiceProcess_IO")); in Initialize()