Home
last modified time | relevance | path

Searched refs:DuplicateHandle (Results 1 – 25 of 46) sorted by relevance

12

/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_server.cc616 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply()
627 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply()
638 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle in PrepareReply()
654 if (!DuplicateHandle(current_process, in CreateClientHandles()
664 if (!DuplicateHandle(current_process, in CreateClientHandles()
674 if (!DuplicateHandle(current_process, in CreateClientHandles()
Dcrash_generation_client.cc384 if (DuplicateHandle(GetCurrentProcess(), local_pipe, in DuplicatePipeToClientProcess()
/external/python/cpython3/Lib/multiprocessing/
Dreduction.py75 return _winapi.DuplicateHandle(
84 return _winapi.DuplicateHandle(
109 self._handle = _winapi.DuplicateHandle(
127 return _winapi.DuplicateHandle(
/external/libchrome/mojo/core/
Dplatform_handle_in_transit.cc29 ::DuplicateHandle(from_process, handle, to_process, &handle, 0, FALSE, in TransferHandle()
51 BOOL result = ::DuplicateHandle(process.get(), handle, NULL, &handle, 0, in CloseHandleInProcess()
Dscoped_process_handle.cc48 BOOL ok = ::DuplicateHandle(GetCurrentProcessHandle(), handle, in CloneFrom()
Dplatform_wrapper_unittest.cc125 base::SharedMemory::DuplicateHandle(buffer.handle()); in TEST_F()
/external/libchrome/mojo/core/test/
Dtest_utils_win.cc21 PCHECK(DuplicateHandle( in PlatformHandleFromFILE()
/external/libchrome/ipc/
Dipc_platform_file.cc52 !::DuplicateHandle(::GetCurrentProcess(), handle, ::GetCurrentProcess(), in GetPlatformFileForTransit()
Dsync_socket_unittest.cc183 BOOL retval = DuplicateHandle(GetCurrentProcess(), pair[1].handle(), in TEST_F()
/external/libchrome/base/memory/
Dshared_memory.h107 static SharedMemoryHandle DuplicateHandle(const SharedMemoryHandle& handle);
Dshared_memory_unittest.cc453 BOOL rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P()
460 rv = ::DuplicateHandle(GetCurrentProcess(), handle.GetHandle(), in TEST_P()
763 EXPECT_TRUE(::DuplicateHandle( in TEST_P()
Dshared_memory_posix.cc71 SharedMemoryHandle SharedMemory::DuplicateHandle( in DuplicateHandle() function in base::SharedMemory
/external/swiftshader/third_party/LLVM/lib/Support/Windows/
DProgram.inc100 DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
259 DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
/external/libchrome/mojo/public/cpp/platform/
Dplatform_handle.cc42 BOOL result = ::DuplicateHandle(::GetCurrentProcess(), handle.Get(), in CloneHandle()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest-death-test.cc1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/mesa3d/src/gtest/src/
Dgtest-death-test.cc1249 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1264 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/llvm/utils/unittest/googletest/src/
Dgtest-death-test.cc1147 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1161 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest-death-test.cc1141 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1155 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/google-breakpad/src/testing/gtest/src/
Dgtest-death-test.cc1244 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1258 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/Windows/
DProgram.inc112 if (!DuplicateHandle(GetCurrentProcess(), (HANDLE)_get_osfhandle(fd),
221 if (!DuplicateHandle(GetCurrentProcess(), si.hStdOutput,
/external/libchrome/base/metrics/
Dfield_trial_unittest.cc1244 handle = SharedMemory::DuplicateHandle( in TEST()
1281 handle = SharedMemory::DuplicateHandle( in TEST()
1371 handle = SharedMemory::DuplicateHandle( in TEST()
/external/libvpx/libvpx/third_party/googletest/src/src/
Dgtest-death-test.cc1472 if (!::DuplicateHandle(parent_process_handle.Get(), write_handle, in GetStatusFileDescriptor()
1487 if (!::DuplicateHandle(parent_process_handle.Get(), event_handle, in GetStatusFileDescriptor()
/external/python/cpython2/Lib/multiprocessing/
Dforking.py233 return _subprocess.DuplicateHandle(
/external/mesa3d/include/c11/
Dthreads_win32.h537 bRet = DuplicateHandle(GetCurrentProcess(), // source process (pseudo) handle

12