OmniSciDB
a47db9e897
|
#include <shared_mutex>
Go to the source code of this file.
Macros | |
#define | mapd_lock_guard std::lock_guard |
#define | mapd_unique_lock std::unique_lock |
#define | mapd_shared_lock std::shared_lock |
Typedefs | |
using | mapd_shared_mutex = std::shared_timed_mutex |
#define mapd_lock_guard std::lock_guard |
Definition at line 29 of file mapd_shared_mutex.h.
#define mapd_shared_lock std::shared_lock |
Definition at line 31 of file mapd_shared_mutex.h.
#define mapd_unique_lock std::unique_lock |
Definition at line 30 of file mapd_shared_mutex.h.
using mapd_shared_mutex = std::shared_timed_mutex |
Definition at line 26 of file mapd_shared_mutex.h.