4.1.35. Definition

  • Multiple mode locking
  • Read/write locks
  • aka. shared/exclusive locks
  • Less restrictive (CREW)
  • read_lock(X), write_lock(X), unlock(X)
    • e.g. acquire read/write_lock
    • not reading or writing the lock state