18 lines
518 B
Markdown
18 lines
518 B
Markdown
---
|
|
title: "Automatic mutual exclusion"
|
|
chunk: 1/1
|
|
source: "https://en.wikipedia.org/wiki/Automatic_mutual_exclusion"
|
|
category: "reference"
|
|
tags: "science, encyclopedia"
|
|
date_saved: "2026-05-05T11:31:01.443703+00:00"
|
|
instance: "kb-cron"
|
|
---
|
|
|
|
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 ==
|
|
Bulk synchronous parallel |