Searched refs:pipe_handle (Results 1 – 10 of 10) sorted by relevance
/external/python/cpython3/Lib/multiprocessing/ |
D | spawn.py | 92 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
|
D | popen_spawn_posix.py | 56 pipe_handle=child_r)
|
D | popen_spawn_win32.py | 53 pipe_handle=rhandle)
|
/external/libchrome/mojo/core/ |
D | broker_win.cc | 45 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/ |
D | exception_handler.cc | 87 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()
|
D | exception_handler.h | 195 HANDLE pipe_handle, 294 HANDLE pipe_handle,
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | crash_generation_client.cc | 114 HANDLE pipe_handle, in CrashGenerationClient() argument 118 pipe_handle_(pipe_handle), in CrashGenerationClient()
|
D | crash_generation_client.h | 69 CrashGenerationClient(HANDLE pipe_handle,
|
/external/libchrome/mojo/core/test/ |
D | multiprocess_test_helper.cc | 61 MessagePipeHandle pipe_handle = in RunClientFunction() local 63 return handler(pipe_handle.value()); in RunClientFunction()
|
/external/libchrome/mojo/public/cpp/bindings/tests/ |
D | connector_unittest.cc | 314 auto pipe_handle = ScopedMessagePipeHandle::From( in TEST_F() local 316 Connector connector_received(std::move(pipe_handle), in TEST_F()
|