1 reference to FLock
System.Private.CoreLib (1)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
349
if (CanLockTheFile(lockOperation, access) && !(_isLocked = Interop.Sys.
FLock
(this, lockOperation | Interop.Sys.LockOperations.LOCK_NB) >= 0))