Ghost Signals: Verifying Termination of Busy Waiting

Published in CAV, 2021

Recommended citation: Tobias Reinhard and Bart Jacobs. 2021. Ghost Signals: Verifying Termination of Busy-Waiting (Extended Version). https://link.springer.com/chapter/10.1007/978-3-030-81688-9_2
[Bibtex]

Programs for multiprocessor machines commonly perform busy waiting for synchronization. We propose the first separation logic for modularly verifying termination of such programs under fair scheduling. Our logic requires the proof author to associate a ghost signal with each busy-waiting loop and allows such loops to iterate while their corresponding signal s is not set. The proof author further has to define a well-founded order on signals and to prove that if the looping thread holds an obligation to set a signal s′, then s′ is ordered above s. By using conventional shared state invariants to associate the state of ghost signals with the state of data structures, programs busy-waiting for arbitrary conditions over arbitrary data structures can be verified.

[Paper] [Talk]
[Extended Version] [Technical Report] (Full formalization and proofs.)

Recommended citation for TR: Tobias Reinhard and Bart Jacobs. 2021. Ghost Signals: Verifying Termination of Busy-Waiting (Technical Report). https://people.cs.kuleuven.be/~tobias.reinhard/ghostSignals–TR.pdf
[Bibtex]