Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dbroker_services.cc113 : thread_pool_(NULL), job_port_(NULL), no_targets_(NULL), in BrokerServicesBase()
129 no_targets_ = ::CreateEventW(NULL, TRUE, FALSE, NULL); in Init()
170 ::CloseHandle(no_targets_); in ~BrokerServicesBase()
223 HANDLE no_targets = broker->no_targets_; in TargetEventsThread()
489 ::SetEvent(no_targets_); in SpawnTarget()
501 ::WaitForSingleObject(no_targets_, INFINITE); in WaitForAllTargets()
Dbroker_services.h84 HANDLE no_targets_; variable