4 references to PipeFlags
System.IO.Pipes (4)
_generated\0\LibraryImports.g.cs (2)
544
internal static unsafe partial int Pipe(int* pipefd, global::Interop.Sys.
PipeFlags
flags)
560
static extern unsafe int __PInvoke(int* __pipefd_native, global::Interop.Sys.
PipeFlags
__flags_native);
src\runtime\src\libraries\Common\src\Interop\Unix\System.Native\Interop.Pipe.cs (1)
30
internal static unsafe partial int Pipe(int* pipefd,
PipeFlags
flags = 0); // pipefd is an array of two ints
System\IO\Pipes\PipeStream.Unix.cs (1)
452
Interop.CheckIo(Interop.Sys.Pipe(fds, Interop.Sys.
PipeFlags
.O_CLOEXEC));