MySQL 9.0.0
Source Code Documentation
ut0guarded.h File Reference

The ut::Guarded template which protects access to another class with mutex. More...

#include "ut0cpu_cache.h"
#include "ut0mutex.h"

Go to the source code of this file.

Classes

class  ut::Guarded< Inner, latch_id >
 

Namespaces

namespace  ut
 This file contains a set of libraries providing overloads for regular dynamic allocation routines which allow for opt-in memory instrumentation through performance schema memory engine (PFS).
 

Detailed Description

The ut::Guarded template which protects access to another class with mutex.