fuchsia.io/AdvisoryLocking
PROTOCOL
fuchsia.io
sdk/fidl/fuchsia.io/locking.fidl:20
Advisory locking protocol.
This protocol is intended to be composed into the |File| protocol to
provide support for advisory locking.
Advisory locks are purely advisory. They do not prevent actual read or
write operations from occurring on the file, either through this
connection or through other connections.
These primitives are designed to support the flock() and fcntl(),
specifically F_SETLK, F_SETLKW, and F_GETLK, functionality that code
running on Fuchsia expects from other operating systems.
Documentation (1)
-
SUBSTANTIVE
sdk/fidl/fuchsia.io/locking.fidl:20↗
Tests (0)
No test references.
Examples (0)
No example references.
Gaps
Missing categories:
- examples
- tests
Findings (1)
-
WARNING
MISSING_IN_CATEGORYno references in category "tests.unit_tests"