6 references to FLock
System.Private.CoreLib (6)
src\libraries\System.Private.CoreLib\src\Microsoft\Win32\SafeHandles\SafeFileHandle.Unix.cs (1)
352
if (CanLockTheFile(lockOperation, access) && !(_isLocked = Interop.Sys.
FLock
(this, lockOperation | Interop.Sys.LockOperations.LOCK_NB) >= 0))
src\libraries\System.Private.CoreLib\src\System\IO\SharedMemoryManager.Unix.cs (4)
208
Interop.Sys.
FLock
(fileHandle, Interop.Sys.LockOperations.LOCK_UN);
337
Interop.Sys.
FLock
(_fileHandle, Interop.Sys.LockOperations.LOCK_UN);
673
int result = Interop.Sys.
FLock
(sharedLockFileHandle, lockOperation);
723
Interop.Sys.
FLock
(fd, Interop.Sys.LockOperations.LOCK_UN);
src\libraries\System.Private.CoreLib\src\System\Threading\NamedMutex.Unix.cs (1)
450
Interop.Sys.
FLock
(_sharedLockFileHandle, Interop.Sys.LockOperations.LOCK_UN);