MySQL 9.0.0
Source Code Documentation
my_rcu_lock.h File Reference
#include <atomic>
#include <functional>
#include "my_compiler.h"
#include "my_systime.h"

Go to the source code of this file.

Classes

class  MyRcuLock< T >
 A class that implements a limited version of the Read-Copy-Update lock pattern. More...
 
class  MyRcuLock< T >::ReadLock
 High level read API for readers. More...