Publication | Closed Access
The theory of deadlock avoidance via discrete control
104
Citations
18
References
2009
Year
Unknown Venue
EngineeringComputer ArchitectureConcurrent SystemSoftware AnalysisFormal VerificationSelf-stabilizationDynamic Deadlock AvoidanceDeadlock AvoidanceConcurrency (Computer Science)Systems EngineeringDiscrete MathematicsParallel ComputingMechanism DesignConcurrent ProgrammingProgram Source CodeComputer EngineeringComputer ScienceMultithreaded ProgramsProgram AnalysisConcurrency TheoryFormal MethodsParallel ProgrammingConcurrent Data StructureSystem Software
Deadlock in multithreaded programs is an increasingly important problem as ubiquitous multicore architectures force parallelization upon an ever wider range of software. This paper presents a theoretical foundation for dynamic deadlock avoidance in concurrent programs that employ conventional mutual exclusion and synchronization primitives (e.g., multithreaded C/Pthreads programs). Beginning with control flow graphs extracted from program source code, we construct a formal model of the program and then apply Discrete Control Theory to automatically synthesize deadlock-avoidance control logic that is implemented by program instrumentation. At run time, the control logic avoids deadlocks by postponing lock acquisitions. Discrete Control Theory guarantees that the program instrumented with our synthesized control logic cannot deadlock. Our method furthermore guarantees that the control logic is maximally permissive: it postpones lock acquisitions only when necessary to prevent deadlocks, and therefore permits maximal runtime concurrency. Our prototype for C/Pthreads scales to real software including Apache, OpenLDAP, and two kinds of benchmarks, automatically avoiding both injected and naturally occurring deadlocks while imposing modest runtime overheads.
| Year | Citations | |
|---|---|---|
Page 1
Page 1