We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cdaac9d commit c425fb5Copy full SHA for c425fb5
Documentation/litmus-tests/README
@@ -24,6 +24,10 @@ Atomic-RMW-ops-are-atomic-WRT-atomic_set.litmus
24
RCU (/rcu directory)
25
--------------------
26
27
+MP+onceassign+derefonce.litmus (under tools/memory-model/litmus-tests/)
28
+ Demonstrates the use of rcu_assign_pointer() and rcu_dereference() to
29
+ ensure that an RCU reader will not see pre-initialization garbage.
30
+
31
RCU+sync+read.litmus
32
RCU+sync+free.litmus
33
Both the above litmus tests demonstrate the RCU grace period guarantee
0 commit comments