Searched refs:stdin_write (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc200 ScopedHandle stdin_read, stdin_write; local
206 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) ||
214 if (!SetHandleInformation(stdin_write.get(), HANDLE_FLAG_INHERIT, 0) ||
264 output_fd_ = stdin_write.release();
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cc198 ScopedHandle stdin_read, stdin_write; local
204 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) ||
212 if (!SetHandleInformation(stdin_write.get(), HANDLE_FLAG_INHERIT, 0) ||
262 output_fd_ = stdin_write.release();
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_symbolizer_win.cpp203 ScopedHandle stdin_read, stdin_write; local
209 if (!::CreatePipe(stdin_read.receive(), stdin_write.receive(), &attrs, 0) ||
217 if (!SetHandleInformation(stdin_write.get(), HANDLE_FLAG_INHERIT, 0) ||
267 output_fd_ = stdin_write.release();

Completed in 83 milliseconds