Chapter 8 Lock Implementation
Chapter 8 Lock Implementation. COP 6730. Lock Implementation. Locks record all the current requests, either granted or waiting, for a named resource. They are a simple data structure with two basic operations: lock() and unlock() , along with support operations. Lock Names.
593 views • 25 slides