Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc159 int handle_count = 0; in Communicate() local
162 handles[handle_count++] = child_stdin_; in Communicate()
165 handles[handle_count++] = child_stdout_; in Communicate()
169 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE); in Communicate()
173 wait_result < WAIT_OBJECT_0 + handle_count) { in Communicate()