OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
heavyai_shared_mutex.h File Reference
#include <mutex>
#include <shared_mutex>
+ Include dependency graph for heavyai_shared_mutex.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 heavyai
 

Typedefs

using heavyai::shared_mutex = std::shared_timed_mutex
 
template<typename T >
using heavyai::lock_guard = std::lock_guard< T >
 
template<typename T >
using heavyai::unique_lock = std::unique_lock< T >
 
template<typename T >
using heavyai::shared_lock = std::shared_lock< T >