Skip to content

Latest commit

 

History

History

thread-rcu

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Thread-Local Storage Based Read-Copy Update

The Linux Kernel style of Read-Copy Update. It uses thread-local storage to optimize the read-side lock overhead.