Sign in
android
/
platform
/
tools
/
idea
/
2250e7e055295bee73366d360d15ea0270573ef6
/
.
/
plugins
/
InspectionGadgets
/
src
/
inspectionDescriptions
/
ThreadYield.html
blob: 5b9ed3866ac4a6f5c0b7d4e6b1013e4961a20a1b [
file
] [
log
] [
blame
]
<html>
<body>
Reports any calls to
<b>
Thread.yield()
</b>
.
<b>
Thread.yield()
</b>
has no useful guaranteed semantics,
and is often used by inexperienced programmers to mask race conditions.
<!-- tooltip end -->
<p>
</body>
</html>