Home
last modified time | relevance | path

Searched refs:pipe_handle (Results 1 – 10 of 10) sorted by relevance

/external/python/cpython3/Lib/multiprocessing/
Dspawn.py92 def spawn_main(pipe_handle, parent_pid=None, tracker_fd=None): argument
99 new_handle = reduction.steal_handle(parent_pid, pipe_handle)
104 fd = pipe_handle
Dpopen_spawn_posix.py56 pipe_handle=child_r)
Dpopen_spawn_win32.py53 pipe_handle=rhandle)
/external/libchrome/mojo/core/
Dbroker_win.cc45 Channel::MessagePtr WaitForBrokerMessage(HANDLE pipe_handle, in WaitForBrokerMessage() argument
49 BOOL result = ::ReadFile(pipe_handle, buffer, kMaxBrokerMessageSize, in WaitForBrokerMessage()
/external/google-breakpad/src/client/windows/handler/
Dexception_handler.cc87 HANDLE pipe_handle, in ExceptionHandler() argument
96 pipe_handle, in ExceptionHandler()
147 HANDLE pipe_handle, in Initialize() argument
187 } else if (pipe_handle) { in Initialize()
189 new CrashGenerationClient(pipe_handle, dump_type_, custom_info)); in Initialize()
Dexception_handler.h195 HANDLE pipe_handle,
294 HANDLE pipe_handle,
/external/google-breakpad/src/client/windows/crash_generation/
Dcrash_generation_client.cc114 HANDLE pipe_handle, in CrashGenerationClient() argument
118 pipe_handle_(pipe_handle), in CrashGenerationClient()
Dcrash_generation_client.h69 CrashGenerationClient(HANDLE pipe_handle,
/external/libchrome/mojo/core/test/
Dmultiprocess_test_helper.cc61 MessagePipeHandle pipe_handle = in RunClientFunction() local
63 return handler(pipe_handle.value()); in RunClientFunction()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dconnector_unittest.cc314 auto pipe_handle = ScopedMessagePipeHandle::From( in TEST_F() local
316 Connector connector_received(std::move(pipe_handle), in TEST_F()