Single-entrant spin lock

SESLock is the single-entrant spin lock using an AtomicInteger as synchroniser. The contracts for the AtomicInteger is the version without magic-wand (delta).

General Information

  • Backend: Chalice
  • Language: Java
  • Features: Atomics, Witnesses, Locking
  • Path to Example File: atomics/RBLock.java
  • Should Verify: Yes
  • Date: 2017-06-15
  • Lines of Code: 117 (comments not included)
  • Lines of Specification: 53 (45.3% of total)
  • Computation Time: 13.0 seconds