October 30, 2021
Multiprocessor synchronization: tournament-Peterson lock
Generalizing Peterson's mutual exclusion algorithm to N processors using a tournament tree structure, with a Java implementation.
Browse posts by tag
Generalizing Peterson's mutual exclusion algorithm to N processors using a tournament tree structure, with a Java implementation.