Add scalability qsbr test
[urcu.git] / README
CommitLineData
6991f61a
MD
1build instructions for userspace-rcu library :
2
3make pthreads-x86
4or
5make pthreads-ppc
6
7make
8make install
9
aa8c36e0
MD
10Usage :
11
12Registration of _each thread_ calling read-side critical sections must be done
13with rcu_register_thread() before using rcu_read_lock()/rcu_read_unlock().
14
15Unregistration should be performed with rcu_unregister_thread() before exiting
16the thread.
6991f61a
MD
17
18 Mathieu Desnoyers
This page took 0.022481 seconds and 4 git commands to generate.