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