English

Deterministic Real-time Thread Scheduling

Operating Systems 2011-04-13 v1 Systems and Control

Abstract

Race condition is a timing sensitive problem. A significant source of timing variation comes from nondeterministic hardware interactions such as cache misses. While data race detectors and model checkers can check races, the enormous state space of complex software makes it difficult to identify all of the races and those residual implementation errors still remain a big challenge. In this paper, we propose deterministic real-time scheduling methods to address scheduling nondeterminism in uniprocessor systems. The main idea is to use timing insensitive deterministic events, e.g, an instruction counter, in conjunction with a real-time clock to schedule threads. By introducing the concept of Worst Case Executable Instructions (WCEI), we guarantee both determinism and real-time performance.

Keywords

Cite

@article{arxiv.1104.2110,
  title  = {Deterministic Real-time Thread Scheduling},
  author = {Heechul Yun and Cheolgi Kim and Lui Sha},
  journal= {arXiv preprint arXiv:1104.2110},
  year   = {2011}
}

Comments

RTAS11 Work-In-Progress

R2 v1 2026-06-21T17:52:42.203Z