X-Git-Url: https://git.lttng.org/?p=urcu.git;a=blobdiff_plain;f=README;h=e676757edf1b45cb56fbbe47aafcc2882eb1da45;hp=9554d2141875289a8e1ef3fb7b1df9a7f5145ba3;hb=9b4ec2a5057c31c606d3f3554794eb4957909bde;hpb=74093738f199e3109f1d4ef0ce87b434ddc03e3f diff --git a/README b/README index 9554d21..e676757 100644 --- a/README +++ b/README @@ -73,11 +73,11 @@ API See the relevant API documentation files in doc/. The APIs provided by Userspace RCU are, by prefix: -- rcu_ : Read-Copy Update +- rcu_ : Read-Copy Update (see doc/rcu-api.txt) - cmm_ : Concurrent Memory Model - caa_ : Concurrent Architecture Abstraction -- cds_ : Concurrent Data Structures -- uatomic_: Userspace Atomic +- cds_ : Concurrent Data Structures (see doc/cds-api.txt) +- uatomic_: Userspace Atomic (see doc/uatomic-api.txt) QUICK START GUIDE