Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
LockMethodChecker.md
blob: 93baa0aa22ee63e0275f2055d6097a68af3c3a1d [
file
] [
log
] [
blame
] [
view
] [
edit
]
Methods
with
the
@LockMethod
annotation are expected to acquire one
or
more
locks
.
The
caller
will hold the locks
when
the
function
finishes execution
.