Peterson's algorithm
Jump to navigation
Jump to search
English
[edit]Etymology
[edit]Formulated by Gary L. Peterson in 1981.
Proper noun
[edit]- (computing theory) 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.
- Synonym: Peterson's solution