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.

References

See also


Uses material from the Wikipedia article Automatic mutual exclusion, released under the CC BY-SA 4.0 license.