blob: 0bff8ad9b2ae5e4faeeb0f0c3c17fb44964b4e59 [file] [log] [blame]
<html>
<body>
Reports on any call to <b>wait()</b> not made inside a loop. <b>wait()</b> is normally
used to suspend a thread until a condition is true, and that condition should be checked after the <b>wait()</b>
returns. A loop is the clearest way to achieve this.
<!-- tooltip end -->
<p>
<small>Powered by InspectionGadgets</small>
</body>
</html>