Result Details
L2D2: A Low Level Deadlock Detector, Version 1.0
Vojnar Tomáš, prof. Ing., Ph.D., DITS (FIT)
L2D2 version 1.0 is the first version of a static detector of deadlocks in concurrent programs written in C, C++, or Java and 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.
Concurrent programs, multithreaded programs, low-level synchronisation, mutexes, deadlocks, static analysis, abstract interpretation, function summaries, Facebook Infer.
Free software under the MIT license (cf. https://opensource.org/licenses/MIT).