Article · Wikipedia archive · Last revised Jun 12, 2026

Automatic mutual exclusion

Automatic mutual exclusion is a parallel computing programming paradigm in which threads are divided into atomic chunks, and the atomic execution of the chunks automatically parallelized using transactional memory.

Last revised
Jun 12, 2026
Read time
≈ 1 min
Length
65 w
Citations
2
Source

Automatic mutual exclusion is a parallel computing programming paradigm in which threads are divided into atomic chunks, and the atomic execution of the chunks automatically parallelized using transactional memory.12

References

References

  1. "Automatic Mutual Exclusion". Microsoft Research. Archived from the original on 2012-06-18. Retrieved 2012-08-09.
  2. Armin Rigo (9 August 2012). "Multicore Programming in PyPy and CPython". PyPy Status Blog. Retrieved 2012-08-09.
See also

See also