Searched refs:wait_result (Results 1 – 1 of 1) sorted by relevance
173 DWORD wait_result = in Communicate() local177 if (wait_result >= WAIT_OBJECT_0 && in Communicate()178 wait_result < WAIT_OBJECT_0 + handle_count) { in Communicate()179 signaled_handle = handles[wait_result - WAIT_OBJECT_0]; in Communicate()180 } else if (wait_result == WAIT_FAILED) { in Communicate()185 << wait_result; in Communicate()227 DWORD wait_result = WaitForSingleObject(child_handle_, INFINITE); in Communicate() local229 if (wait_result == WAIT_FAILED) { in Communicate()232 } else if (wait_result != WAIT_OBJECT_0) { in Communicate()234 << wait_result; in Communicate()