Automatic mutual exclusion

From HandWiki
Revision as of 15:56, 16 November 2021 by imported>Corlink (correction)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.[1][2]

References

See also