X-Git-Url: http://git.liburcu.org/?p=urcu.git;a=blobdiff_plain;f=README;fp=README;h=81afe0e2757c8bceabef7c50ff4102d0600aa8d3;hp=303c6ec48fc0fd948de29d1bc1319e523d7eadd4;hb=207e8061ddfafbdd0502fb6da4896b4c40a49253;hpb=ab0aacbe1a25d50d069f0b24aa492e84ea296f57 diff --git a/README b/README index 303c6ec..81afe0e 100644 --- a/README +++ b/README @@ -22,6 +22,7 @@ BUILDING Forcing a 32-bit build for Sparcv9 (typical for Sparc v9) * CFLAGS="-m32 -Wa,-Av9a -g -O2" ./configure + ARCHITECTURES SUPPORTED ----------------------- @@ -66,6 +67,19 @@ Test scripts provided in the tests/ directory of the source tree depend on "bash" and the "seq" program. +API +--- + +See the relevant API documentation files in doc/. The APIs provided by +Userspace RCU are, by prefix: + +- rcu_ : Read-Copy Update +- cmm_ : Concurrent Memory Model +- caa_ : Concurrent Architecture Abstraction +- cds_ : Concurrent Data Structures +- uatomic_: Userspace Atomic + + QUICK START GUIDE -----------------