Check out my first novel, midnight's simulacra!

RCU: Difference between revisions

From dankwiki
No edit summary
Line 3: Line 3:


==See also==
==See also==
* "[http://www.rdrop.com/users/paulmck/RCU/ Introduction to Read-Copy Update]" by Paul McKenney
* "[http://lwn.net/Articles/262464/ What is RCU, Fundamentally?]" by Paul McKenney and Jonathan Walpole on LWN 2007-12-17
* "[http://lwn.net/Articles/262464/ What is RCU, Fundamentally?]" by Paul McKenney and Jonathan Walpole on LWN 2007-12-17
* "[http://www.rdrop.com/users/paulmck/RCU/whatisRCU.html What is RCU?]" by Paul McKenney, extending the previous
* "[http://www.rdrop.com/users/paulmck/RCU/whatisRCU.html What is RCU?]" by Paul McKenney, extending the previous
* "[http://lwn.net/Articles/253651/ The Design of Preemptible RCU]" by Paul McKenney on LWN 2007-10-08
* "[http://lwn.net/Articles/253651/ The Design of Preemptible RCU]" by Paul McKenney on LWN 2007-10-08
* "[http://lwn.net/Articles/220677/ Priority-Boosting RCU Read-Side Critical Sections]" by Paul McKenney on LWN 2007-02-05
* "[http://lwn.net/Articles/220677/ Priority-Boosting RCU Read-Side Critical Sections]" by Paul McKenney on LWN 2007-02-05

Revision as of 10:45, 12 November 2009

liburcu

The liburcu project of the LTTng (Linux Trace Toolkit Next Generation) effort is a userspace RCU library.

See also