Home
last modified time | relevance | path

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

/external/protobuf/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()
/external/libmojo/mojo/edk/system/
Dcore_unittest.cc429 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/
Dnt_internals.h736 IN DWORD handle_count,