vix.ing · top · new · best · stats · spec

On the Analysis of Parallel Real-Time Tasks with Spin Locks

2020/03/18 by Xu Jiang, Jiang, Xu, Nan Guan +7
Computer Science · #Distributed #Distributed systems and fault tolerance #FOS: Computer and information sciences #Interconnection Networks and Systems #Parallel #Real-Time Systems Scheduling #and Cluster Computing (cs.DC)

paper · pdf · doi:10.48550/arxiv.2003.08233

openalex publication_date 2020/03/18 · openalex created_date 2025/10/10 · openalex updated_date 2026/07/28

Abstract

Locking protocol is an essential component in resource management of real-time systems, which coordinates mutually exclusive accesses to shared resources from different tasks. Although the design and analysis of locking protocols have been intensively studied for sequential real-time tasks, there has been little work on this topic for parallel real-time tasks. In this paper, we study the analysis of parallel real-time tasks using spin locks to protect accesses to shared resources in three commonly used request serving orders (unordered, FIFO-order and priority-order). A remarkable feature making our analysis method more accurate is to systematically analyze the blocking time which may delay a task's finishing time, where the impact to the total workload and the longest path length is jointly considered, rather than analyzing them separately and counting all blocking time as the workload that delays a task's finishing time, as commonly assumed in the state-of-the-art.

Citations

Related