summaryrefslogtreecommitdiff
path: root/Documentation/litmus-tests/atomic/README
blob: a1b72410b5394ad089a6506fa58ce27632548547 (plain)
1
2
3
4
5
6
7
8
9
10
11
This directory contains litmus tests that are typical to describe the semantics
of our atomic APIs. For more information about how to "run" a litmus test or
how to generate a kernel test module based on a litmus test, please see
tools/memory-model/README.

============
LITMUS TESTS
============

Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus
	Test that atomic_set() cannot break the atomicity of atomic RMWs.