MySQL 8.3.0
Source Code Documentation
ib0mutex.h File Reference

Policy based mutexes. More...

#include "os0atomic.h"
#include "os0event.h"
#include "sync0policy.h"
#include "ut0rnd.h"
#include "ut0ut.h"
#include <atomic>

Go to the source code of this file.

Classes

struct  OSTrackMutex< Policy >
 OS mutex for tracking lock/unlock for debugging. More...
 
struct  TTASEventMutex< Policy >
 
struct  PolicyMutex< MutexImpl >
 Mutex interface for all policy mutexes. More...
 

Detailed Description

Policy based mutexes.

Created 2013-03-26 Sunny Bains.