Mono.Unix.Native.Flock Structure
Syscall.fcntl(2) advisory file locking information.

See Also: Flock Members

Syntax

public struct Flock : IEquatable<Flock>

See Also

Syscall.fcntl(int, FcntlCommand, Flock&)

Remarks

This can only be used with FcntlCommand.F_GETLK, FcntlCommand.F_SETLK, and FcntlCommand.F_SETLKW.

Thread Safety

All public static members of this type are safe for multithreaded operations. No instance members are guaranteed to be thread safe.

Requirements

Namespace: Mono.Unix.Native
Assembly: Mono.Posix (in Mono.Posix.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0