Searched defs:handle_count (Results 1 - 2 of 2) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
H A D | subprocess.cc | 164 int handle_count = 0; local 167 handles[handle_count++] = child_stdin_; 170 handles[handle_count++] = child_stdout_; 174 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE); 178 wait_result < WAIT_OBJECT_0 + handle_count) {
|
/external/libmojo/mojo/edk/system/ |
H A D | core_unittest.cc | 429 uint32_t handle_count = 0; local 432 h, nullptr, nullptr, nullptr, &handle_count, 491 uint32_t handle_count = 1; local 493 core()->ReadMessage(h, nullptr, nullptr, nullptr, &handle_count,
|
Completed in 295 milliseconds