Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/
Dsubprocess.cc164 int handle_count = 0; in Communicate() local
167 handles[handle_count++] = child_stdin_; in Communicate()
170 handles[handle_count++] = child_stdout_; in Communicate()
174 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE); in Communicate()
178 wait_result < WAIT_OBJECT_0 + handle_count) { in Communicate()