7 references to PipeFlags
System.Private.CoreLib (7)
_generated\2\LibraryImports.g.cs (2)
2857
internal static unsafe partial int Pipe(int* pipefd, global::Interop.Sys.
PipeFlags
flags)
2873
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
src\runtime\src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (4)
186
Interop.Sys.
PipeFlags
flags = Interop.Sys.
PipeFlags
.O_CLOEXEC;
189
flags |= Interop.Sys.
PipeFlags
.O_NONBLOCK_READ;
194
flags |= Interop.Sys.
PipeFlags
.O_NONBLOCK_WRITE;