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

  /external/chromium_org/sandbox/win/src/
broker_services.h 83 HANDLE no_targets_; member in class:sandbox::BrokerServicesBase
broker_services.cc 88 : thread_pool_(NULL), job_port_(NULL), no_targets_(NULL),
104 no_targets_ = ::CreateEventW(NULL, TRUE, FALSE, NULL);
145 ::CloseHandle(no_targets_);
191 HANDLE no_targets = broker->no_targets_;
425 ::SetEvent(no_targets_);
437 ::WaitForSingleObject(no_targets_, INFINITE);

Completed in 947 milliseconds