Home
last modified time | relevance | path

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

/external/chromium_org/sandbox/win/src/
Dhandle_closer_agent.cc79 DWORD handle_count = UINT_MAX; in CloseHandles() local
83 if (!::GetProcessHandleCount(::GetCurrentProcess(), &handle_count)) in CloseHandles()
98 while (handle_count && invalid_count < kInvalidHandleThreshold) { in CloseHandles()
120 --handle_count; in CloseHandles()
Dhandle_closer_test.cc74 DWORD handle_count = UINT_MAX; in CheckForFileHandles() local
81 if (!::GetProcessHandleCount(::GetCurrentProcess(), &handle_count)) in CheckForFileHandles()
84 while (handle_count && invalid_count < kInvalidHandleThreshold) { in CheckForFileHandles()
91 --handle_count; in CheckForFileHandles()
/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()
/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/
Dsubprocess.cc162 int handle_count = 0; in Communicate() local
165 handles[handle_count++] = child_stdin_; in Communicate()
168 handles[handle_count++] = child_stdout_; in Communicate()
172 WaitForMultipleObjects(handle_count, handles, FALSE, INFINITE); in Communicate()
176 wait_result < WAIT_OBJECT_0 + handle_count) { in Communicate()
/external/chromium_org/mojo/system/
Dcore_unittest.cc515 uint32_t handle_count = 0; in TEST_F() local
521 MakeUserPointer(&handle_count), in TEST_F()
605 uint32_t handle_count = 1; in TEST_F() local
611 MakeUserPointer(&handle_count), in TEST_F()
/external/chromium_org/chrome/browser/prerender/
Dprerender_manager.h417 int handle_count() const { return handle_count_; } in handle_count() function
/external/chromium_org/v8/test/cctest/
Dtest-api.cc3717 int handle_count = global_handles->global_handles_count(); in TEST() local
3746 CHECK_EQ(5 + handle_count, global_handles->global_handles_count()); in TEST()
3751 CHECK_EQ(handle_count, global_handles->global_handles_count()); in TEST()