Searched refs:wait_handles (Results 1 – 1 of 1) sorted by relevance
709 const HANDLE wait_handles[2] = {child_handle_.Get(), event_handle_.Get()}; in Wait() local710 switch (::WaitForMultipleObjects(2, wait_handles, in Wait()