Scheduling and Analysis of Real-Time Tasks with Parallel Critical Sections

Yang Wang,Xu Jiang,Nan Guan,Mingsong Lv,Dong Ji,Wang Yi
DOI: https://doi.org/10.1145/3489517.3530611
2022-01-01
Abstract:Locks are the most widely used mechanisms to coordinate simultaneous accesses to exclusive shared resources. While locking protocols and associated schedulability analysis techniques have been extensively studied for sequential real-time tasks, work for parallel tasks largely lags behind. In the limited existing work on this topic, a common assumption is that a critical section must execute sequentially. However, this is not necessarily the case with parallel programming languages. In this paper, we study the analysis of parallel heavy real-time tasks (the density of which is greater than 1) with critical sections in parallel structures. We show that applying existing analysis techniques directly could be unsafe or much pessimistic for the considered model, and develop new techniques to address these problems. Comprehensive experiments are conducted to evaluate the performance of our method.
What problem does this paper attempt to address?