MCPcopy
hub / github.com/containerd/containerd / Unlock

Method Unlock

internal/kmutex/kmutex.go:31–31  ·  view source on GitHub ↗
(key string)

Source from the content-addressed store, hash-verified

29type KeyedLocker interface {
30 Lock(ctx context.Context, key string) error
31 Unlock(key string)
32}
33
34func New() KeyedLocker {

Callers 15

AddMethod · 0.65
ResetMethod · 0.65
EventsMethod · 0.65
HasMethod · 0.65
WaitMethod · 0.65
ProgressMethod · 0.65
getImagesMethod · 0.65
startMethod · 0.65
StopMethod · 0.65
KillMethod · 0.65
WaitMethod · 0.65
RestartMethod · 0.65

Implementers 3

memoryStatusTrackercore/remotes/docker/status.go
keyMutexinternal/kmutex/kmutex.go
noopMutexinternal/kmutex/noop.go

Calls

no outgoing calls

Tested by 15

AddMethod · 0.52
ResetMethod · 0.52
EventsMethod · 0.52
HasMethod · 0.52
WaitMethod · 0.52
ProgressMethod · 0.52
getImagesMethod · 0.52
CreateMethod · 0.52
FireMethod · 0.52
TestBasicFunction · 0.52
TestReleasePanicFunction · 0.52