@inbook{6fa960edde0549488a88c312e34ef0a6,
title = "Busy wait analysis",
abstract = "A busy wait loop is a loop which repeatedly checks whether an event occurs. Busy wait loops for process synchronization and communication are considered bad practice because (1) system failures may occur due to race conditions and (2) system resources are wasted by busy wait loops. In general finding a busy wait loop is an undecidable problem. To get a handle on the problem, we introduce a decidable predicate for loops that will spot most important classes of busy waiting although false alarms may occur. The loop predicate for detecting busy wait loops is based on control flow graph properties (such as loops) and program analysis techniques.",
author = "Johann Blieberger and Bernd Burgstaller and Bernhard Scholz",
year = "2003",
doi = "10.1007/3-540-44947-7_10",
language = "English",
isbn = "9783540449478",
series = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
publisher = "Springer Verlag",
pages = "142--152",
editor = "Jean-Pierre Rosen and Alfred Strohmeier",
booktitle = "Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics)",
address = "Germany",
}