Added a few points to the readercs test
[urcu.git] / README
... / ...
CommitLineData
1build instructions for userspace-rcu library :
2
3make
4make install
5
6Usage :
7
8Registration of _each thread_ calling read-side critical sections must be done
9with rcu_register_thread() before using rcu_read_lock()/rcu_read_unlock().
10
11Unregistration should be performed with rcu_unregister_thread() before exiting
12the thread.
13
14 Mathieu Desnoyers
This page took 0.022136 seconds and 4 git commands to generate.