OmniSciDB
a5dc49c757
|
#include <mutex>
#include <shared_mutex>
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 > |