MySQL 9.1.0
Source Code Documentation
|
The sharded read-write lock (for threads). More...
Go to the source code of this file.
Classes | |
class | Sharded_rw_lock |
Rw-lock with very fast, highly concurrent s-lock but slower x-lock. More... | |
The sharded read-write lock (for threads).
The s-lock scales better than in single rw-lock, but the x-lock is much slower.