Update makefile
[urcu.git] / README
CommitLineData
6991f61a
MD
1build instructions for userspace-rcu library :
2
6991f61a
MD
3make
4make install
5
aa8c36e0
MD
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.
6991f61a
MD
13
14 Mathieu Desnoyers
This page took 0.022272 seconds and 4 git commands to generate.