()
| 37 | } |
| 38 | |
| 39 | func testReturnAcquireCall() { |
| 40 | tc := testReturnValidAcquire() |
| 41 | tc.guardedField = 1 |
| 42 | tc.mu.Unlock() |
| 43 | } |
| 44 | |
| 45 | // +checklocksacquire:tc.val.mu |
| 46 | // +checklocksacquire:tc.ptr.mu |
nothing calls this directly
no test coverage detected
searching dependent graphs…