MCPcopy
hub / github.com/NVIDIA/aistore / lock

Method lock

dsort/manager.go:628–630  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

626}
627
628func (m *Manager) lock() {
629 m.mu.Lock()
630}
631
632func (m *Manager) unlock() {
633 m.mu.Unlock()

Callers 7

AddMethod · 0.95
startMethod · 0.95
cleanupMethod · 0.95
finalCleanupMethod · 0.95
abortMethod · 0.95
decrementRefMethod · 0.95
reactMethod · 0.45

Calls 1

LockMethod · 0.65

Tested by

no test coverage detected