Product Details
Atomer: Atomicity Violations Analyser, Version 1.0
Created: 2020
Concurrent programs, multithreaded programs, low-level synchronisation, mutexes,
atomicity, static analysis, abstract interpretation, function summaries, Facebook
Infer.
Atomer version 1.0 is the first version of a static detector of violations of
atomicity of call sequences in concurrent programs written in the C language
using low-level synchronisation by explicit mutex locking and unlocking. The tool
is a static analyser based on abstract interpretation and function summaries,
which are computed along the call tree, starting from its leaves so as to achieve
good scalability. The detector is implemented in Ocaml as a plugin of the
Facebook Infer Framework.
Free software under the MIT license (cf. https://opensource.org/licenses/MIT).