Reentrant locking

ReentLock is the re-entrant lock using AtomicInteger as synchronizer. 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/ReentLock.java
  • Should Verify: Yes
  • Date: 2017-06-15
  • Lines of Code: 209 (comments not included)
  • Lines of Specification: 90 (43.1% of total)
  • Computation Time: 15.6 seconds