Searched refs:handle_count (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/compiler/ |
D | subprocess.cc | 164 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()
|
/external/libmojo/mojo/edk/system/ |
D | core_unittest.cc | 429 uint32_t handle_count = 0; in TEST_F() local 432 h, nullptr, nullptr, nullptr, &handle_count, in TEST_F() 491 uint32_t handle_count = 1; in TEST_F() local 493 core()->ReadMessage(h, nullptr, nullptr, nullptr, &handle_count, in TEST_F()
|
/external/libchrome/sandbox/win/src/ |
D | nt_internals.h | 736 IN DWORD handle_count,
|