6 references to Fcntl
System.IO.Pipes (6)
System\IO\Pipes\AnonymousPipeServerStream.Unix.cs (3)
47
Interop.Sys.
Fcntl
.SetFD(clientHandle, 0) == -1)
57
if (bufferSize > 0 && Interop.Sys.
Fcntl
.CanGetSetPipeSz)
59
Interop.Sys.
Fcntl
.SetPipeSz(serverHandle, bufferSize); // advisory, ignore errors
System\IO\Pipes\PipeStream.Unix.cs (3)
476
if (!Interop.Sys.
Fcntl
.CanGetSetPipeSz)
484
CheckPipeCall(Interop.Sys.
Fcntl
.GetPipeSz(_handle)) :
504
Interop.Sys.
Fcntl
.SetFD(s.SafeHandle, 0) == -1)