Searched refs:job_thread_ (Results 1 – 2 of 2) sorted by relevance
89 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()
86 HANDLE job_thread_; variable