summaryrefslogtreecommitdiff
path: root/integrationtests
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-22 12:31:22 +0300
committerPaul Buetow <paul@buetow.org>2026-05-22 12:31:22 +0300
commitcb1e4376afe9f887b9e3b3b2a9ddef116bedb0cc (patch)
tree0f80808aca447c7a85581651c4b6d32cda13c7e0 /integrationtests
parentcf855e1d0aa037a14abc0a889a5970cadca9805c (diff)
doc(rpn): clarify lock ordering in metric set handlers
No deadlock risk: evaluate() and RPN.SetPrefixMode() both acquire locks in the same order (r.mu → o.mu). The nested lock in evaluate() is safe — o.mu (Operations) is a separate mutex from r.mu (RPN). Resolves task ce: lock ordering analysis shows no circular wait.
Diffstat (limited to 'integrationtests')
0 files changed, 0 insertions, 0 deletions