Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dbroker_services.cc89 job_thread_(NULL) { in BrokerServicesBase()
106 job_thread_ = ::CreateThread(NULL, 0, // Default security and stack. in Init()
108 if (NULL == job_thread_) in Init()
131 if (WAIT_TIMEOUT == ::WaitForSingleObject(job_thread_, 1000)) { in ~BrokerServicesBase()
143 ::CloseHandle(job_thread_); in ~BrokerServicesBase()
Dbroker_services.h86 HANDLE job_thread_; variable