HomeSort by relevance Sort by last modified time
    Searched refs:job_thread_ (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
broker_services.h 87 HANDLE job_thread_; member in class:sandbox::FINAL
broker_services.cc 114 job_thread_(NULL) {
131 job_thread_ = ::CreateThread(NULL, 0, // Default security and stack.
133 if (NULL == job_thread_)
156 if (WAIT_TIMEOUT == ::WaitForSingleObject(job_thread_, 1000)) {
168 ::CloseHandle(job_thread_);

Completed in 336 milliseconds