CS162 Lecture 8: Synchronization 3: Atomic Instructions (Con't), Monitors, Readers/Writers

Опубликовано: 30 Август 2021
на канале: John Kubiatowicz
6,398
69

In this lecture, we continue with our discussion of how to implement locks, continuing with an introduction of various atomic read-modify-write primitives such as test-and-set. We finish with an introduction to the monitor paradigm of synchronization.