MCPcopy
hub / github.com/google/gvisor / lockSetFunctions

Struct lockSetFunctions

pkg/sentry/fsimpl/lock/lock_set_functions.go:23–23  ·  view source on GitHub ↗

LockSet maps a set of Locks into a file. The key is the file offset.

Source from the content-addressed store, hash-verified

21// LockSet maps a set of Locks into a file. The key is the file offset.
22
23type lockSetFunctions struct{}
24
25func (lockSetFunctions) MinKey() uint64 {
26 return 0

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected