Sign in
chromium
/
external
/
github.com
/
google
/
error-prone
/
refs/heads/copybara-sync
/
.
/
docs
/
bugpattern
/
UnlockMethod.md
blob: d523e33ccfd593a4aed1ed6c8aac8ea3267d50c8 [
file
] [
log
] [
blame
] [
view
] [
edit
]
Methods
with
the
@UnlockMethod
annotation are expected to release one
or
more
locks
.
The
caller
must hold the locks
when
the
function
is
entered
,
and
will
not
hold them
when
it completes
.