HomeSort by relevance Sort by last modified time
    Searched refs:process_handle (Results 1 - 19 of 19) sorted by null

  /external/google-breakpad/src/client/windows/crash_generation/
minidump_generator.cc 58 bool CollectHandleData(HANDLE process_handle,
69 static bool ReadExceptionCode(HANDLE process_handle,
116 HANDLE process_handle,
119 if (!ReadExceptionCode(process_handle, exception_pointers, &exception_code)) {
146 if (enumerate_resource_(process_handle,
203 HANDLE process_handle,
207 if (!ReadProcessMemory(process_handle,
215 if (!ReadProcessMemory(process_handle,
253 const HANDLE process_handle,
264 process_handle_(process_handle),
    [all...]
crash_generation_server.cc 616 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle
627 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle
638 DuplicateHandle(client_info.process_handle(), // hSourceProcessHandle
656 client_info.process_handle(),
666 client_info.process_handle(),
676 client_info.process_handle(),
788 client_info->process_handle(),
902 assert(client.process_handle());
917 client.process_handle(),
    [all...]
client_info.h 65 HANDLE process_handle() const { return process_handle_; } function in class:google_breakpad::ClientInfo
minidump_generator.h 57 const HANDLE process_handle,
  /external/libchrome/mojo/core/
node_channel.cc 74 uint32_t process_handle; member in struct:mojo::core::__anon27757::AddBrokerClientData
220 void NodeChannel::SetRemoteProcessHandle(ScopedProcessHandle process_handle) {
225 channel_->set_remote_process(process_handle.Clone());
230 remote_process_handle_ = std::move(process_handle);
283 ScopedProcessHandle process_handle) {
287 handles.emplace_back(base::win::ScopedHandle(process_handle.release()));
295 data->process_handle = process_handle.get();
514 data->process_handle);
node_channel.h 15 #include "base/process/process_handle.h"
43 base::ProcessHandle process_handle) = 0;
106 void SetRemoteProcessHandle(ScopedProcessHandle process_handle);
121 ScopedProcessHandle process_handle);
invitation_unittest.cc 362 MojoPlatformProcessHandle process_handle; local
363 process_handle.struct_size = sizeof(process_handle);
365 process_handle.value =
368 process_handle.value = static_cast<uint64_t>(process);
389 MojoSendInvitation(invitation, &process_handle, &transport_endpoint,
    [all...]
entrypoints.cc 314 const MojoPlatformProcessHandle* process_handle,
319 return g_core->SendInvitation(invitation_handle, process_handle,
core.cc     [all...]
core.h 324 const MojoPlatformProcessHandle* process_handle,
node_controller.h 197 base::ProcessHandle process_handle) override;
node_controller.cc 18 #include "base/process/process_handle.h"
820 base::ProcessHandle process_handle) {
821 ScopedProcessHandle scoped_process_handle(process_handle);
    [all...]
  /external/python/cpython2/Lib/multiprocessing/
reduction.py 66 process_handle = win32.OpenProcess(
70 new_handle = duplicate(handle, process_handle)
73 close(process_handle)
forking.py 274 Popen._tls.process_handle = int(hp)
279 del Popen._tls.process_handle
284 return getattr(Popen._tls, 'process_handle', None) is not None
288 return duplicate(handle, Popen._tls.process_handle)
  /external/libchrome/mojo/public/cpp/system/
invitation.cc 63 MojoPlatformProcessHandle process_handle; local
64 ProcessHandleToMojoProcessHandle(target_process, &process_handle);
93 MojoSendInvitation(invitation.get().value(), &process_handle, &endpoint,
  /external/libchrome/mojo/public/c/system/
invitation.h 363 // |process_handle| is an opaque, platform-specific handle to the remote
371 // corresponding to |*process_handle|. See |MojoInvitationTransportEndpoint|
409 const struct MojoPlatformProcessHandle* process_handle,
thunks.cc 438 const MojoPlatformProcessHandle* process_handle,
443 return INVOKE_THUNK(SendInvitation, invitation_handle, process_handle,
thunks.h 206 const struct MojoPlatformProcessHandle* process_handle,
  /external/v8/src/base/platform/
platform-win32.cc     [all...]

Completed in 3935 milliseconds