Minetest 5.9.0-dev
 
Loading...
Searching...
No Matches
mutex_auto_lock.h File Reference
#include <mutex>
+ Include dependency graph for mutex_auto_lock.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

using MutexAutoLock = std::unique_lock< std::mutex >
 
using RecursiveMutexAutoLock = std::unique_lock< std::recursive_mutex >
 

Typedef Documentation

◆ MutexAutoLock

using MutexAutoLock = std::unique_lock<std::mutex>

◆ RecursiveMutexAutoLock

using RecursiveMutexAutoLock = std::unique_lock<std::recursive_mutex>