MySQL 9.1.0
Source Code Documentation
|
Lock queue iterator type and function prototypes. More...
Go to the source code of this file.
Classes | |
class | All_locks_iterator |
Iterates over all locks in the lock sys in a manner which guarantees that all locks from the same lock queue are processed in a single critical section. More... | |
Namespaces | |
namespace | locksys |
Functions | |
const lock_t * | locksys::find_blockers (const lock_t &wait_lock, std::function< bool(const lock_t &)> visitor) |
Calls visitor for each lock_t object which is a reason that wait_lock has to wait. More... | |
Lock queue iterator type and function prototypes.
Created July 16, 2007 Vasil Dimov