Affiliation:
1. Illinois Institute of Technology, USA
2. Washington University in St. Louis, USA
3. Carnegie Mellon University, USA
Abstract
Many concurrent programs assign priorities to threads to improve responsiveness. When used in conjunction with synchronization mechanisms such as mutexes and condition variables, however, priorities can lead to priority inversions, in which high-priority threads are delayed by low-priority ones. Priority inversions in the use of mutexes are easily handled using dynamic techniques such as priority inheritance, but priority inversions in the use of condition variables are not well-studied and dynamic techniques are not suitable.
In this work, we use a combination of static and dynamic techniques to prevent priority inversion in code that uses mutexes and condition variables. A type system ensures that condition variables are used safely, even while dynamic techniques change thread priorities at runtime to eliminate priority inversions in the use of mutexes. We prove the soundness of our system, using a model of priority inversions based on cost models for parallel programs. To show that the type system is practical to implement, we encode it within the type systems of Rust and C++, and show that the restrictions are not overly burdensome by writing sizeable case studies using these encodings, including porting the Memcached object server to use our C++ implementation.
Funder
National Science Foundation
Publisher
Association for Computing Machinery (ACM)
Subject
Safety, Risk, Reliability and Quality,Software
Reference45 articles.
1. 2009. Memcached. https://memcached.org/ Accessed in July 2019 2009. Memcached. https://memcached.org/ Accessed in July 2019
2. Heartbeat scheduling: provable efficiency for nested parallelism
3. Oracle-guided scheduling for controlling granularity in implicitly parallel languages
4. L^ 3;Ahmed Amal;A Linear Language with Locations. Fundam. Inform.,2007
5. Provably space-efficient parallel functional programming
Cited by
1 articles.
订阅此论文施引文献
订阅此论文施引文献,注册后可以免费订阅5篇论文的施引文献,订阅后可以查看论文全部施引文献
1. Automatic Parallelism Management;Proceedings of the ACM on Programming Languages;2024-01-05