This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!DOCTYPE html>
<htmlxmlns="http://www.w3.org/1999/xhtml"><head><title>StarvationModels (infer.InferModules.StarvationModels)</title><linkrel="stylesheet"href="../../../odoc.css"/><metacharset="utf-8"/><metaname="generator"content="odoc %%VERSION%%"/><metaname="viewport"content="width=device-width,initial-scale=1.0"/><scriptsrc="../../../highlight.pack.js"></script><script>hljs.initHighlightingOnLoad();</script></head><body><divclass="content"><header><nav><ahref="../index.html">Up</a>–<ahref="../../index.html">infer</a>»<ahref="../index.html">InferModules</a>» StarvationModels</nav><h1>Module <code>InferModules.StarvationModels</code></h1></header><dl><dtclass="spec value"id="val-may_block"><ahref="#val-may_block"class="anchor"></a><code><spanclass="keyword">val</span> may_block : <ahref="../../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a><span>-></span><ahref="../../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a><span>-></span><span><ahref="../../../InferIR/InferIR/HilExp/index.html#type-t">InferIR.HilExp.t</a> list</span><span>-></span><span><ahref="../StarvationDomain/Event/index.html#type-severity_t">StarvationDomain.Event.severity_t</a> option</span></code></dt><dd><p>is the method call potentially blocking, given the actuals passed?</p></dd></dl><dl><dtclass="spec value"id="val-is_strict_mode_violation"><ahref="#val-is_strict_mode_violation"class="anchor"></a><code><spanclass="keyword">val</span> is_strict_mode_violation : <ahref="../../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a><span>-></span><ahref="../../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a><span>-></span><span><ahref="../../../InferIR/InferIR/HilExp/index.html#type-t">InferIR.HilExp.t</a> list</span><span>-></span> bool</code></dt><dtclass="spec value"id="val-is_synchronized_library_call"><ahref="#val-is_synchronized_library_call"class="anchor"></a><code><spanclass="keyword">val</span> is_synchronized_library_call : <ahref="../../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a><span>-></span><ahref="../../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a><span>-></span> bool</code></dt><dd><p>does the method call lock-then-unlock the underlying object? legacy Java containers like Vector do this, and can interact with explicit locking</p></dd></dl><dl><dtclass="spec value"id="val-should_skip_analysis"><ahref="#val-should_skip_analysis"class="anchor"></a><code><spanclass="keyword">val</span> should_skip_analysis : <ahref="../../../InferIR/InferIR/Tenv/index.html#type-t">InferIR.Tenv.t</a><span>-></span><ahref="../../../InferIR/InferIR/Typ/Procname/index.html#type-t">InferIR.Typ.Procname.t</a><span>-></span><span><ahref="../../../InferIR/InferIR/HilExp/index.html#type-t">InferIR.HilExp.t</a> list</span><span>-></span> bool</code></dt><dd><p>should we treat a method call as skip (eg library methods in guava) to avoid FPs?</p></dd></dl></div></body></html>