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

Function testReturnNestedAcquireCall

tools/checklocks/test/return.go:55–61  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

53}
54
55func testReturnNestedAcquireCall() {
56 tc := testReturnValidNestedAcquire()
57 tc.val.guardedField = 1
58 tc.ptr.guardedField = 1
59 tc.val.mu.Unlock()
60 tc.ptr.mu.Unlock()
61}

Callers

nothing calls this directly

Calls 2

UnlockMethod · 0.65

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…