Computer Science 335
Parallel Processing and High Performance Computing
Fall 2021, Siena College
Lecture 15: Critical Sections and Synchronization with pthreads
Date: Monday, November 1, 2021
Agenda
Terminology
- POSIX threads/pthreads
- race condition
- interference
- synchronization
- atomic
- critical section
- mutual exclusion (mutex)
Examples