Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ConditionSignal.html
blob: d4dde831c779506d56f2183f20a4275e753942fc [
file
] [
log
] [
blame
]
<html>
<body>
Reports any calls to
<b>
java.util.concurrent.locks.signal()
</b>
. While occasionally useful, in almost all cases
<b>
signalAll()
</b>
is a better and safer choice.
<!-- tooltip end -->
<p>
</body>
</html>