X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=README;h=9d154c53832d471871f99ca0e4dc1ae5ec74109f;hb=1eade46a854eb8211be9fd32e0cf6835576deb63;hp=303c6ec48fc0fd948de29d1bc1319e523d7eadd4;hpb=88ecbe6daa6da4850ea975b635cd1af8e4ca9bfe;p=urcu.git diff --git a/README b/README index 303c6ec..9d154c5 100644 --- a/README +++ b/README @@ -17,11 +17,12 @@ BUILDING * CFLAGS="-m64 -g -O2" ./configure Forcing a 32-bit build with 386 backward compatibility: - * CFLAGS="-m32 -g -O2" ./configure --host=i386-pc-linux-gnu + * CFLAGS="-m32 -g -O2" ./configure --target=i386-pc-linux-gnu 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 -----------------