A Separation Logic to Verify Termination of Busy-Waiting for Abrupt Program Exit: Technical Report

Tobias Reinhard,Amin Timany,Bart Jacobs
DOI: https://doi.org/10.48550/arXiv.2007.10215
2020-07-20
Logic in Computer Science
Abstract:Programs for multiprocessor machines commonly perform busy-waiting for synchronisation. In this paper, we make a first step towards proving termination of such programs. We approximate (i) arbitrary waitable events by abrupt program termination and (ii) busy-waiting for events by busy-waiting to be abruptly terminated. We propose a separation logic for modularly verifying termination (under fair scheduling) of programs where some threads eventually abruptly terminate the program, and other threads busy-wait for this to happen.
What problem does this paper attempt to address?