(en.wikipedia.org) Peterson's algorithm - Wikipedia
ROAM_REFS: https://en.wikipedia.org/wiki/Peterson's_algorithm
Peterson's algorithm (or Peterson's solution) is a concurrent programming algorithm for mutual exclusion that allows two or more processes to share a single-use resource without conflict, using only shared memory for communication. It was formulated by Gary L. Peterson in 1981. While Peterson's original formulation worked with only two processes, the algorithm can be generalized for more than two.