OmniSciDB
a5dc49c757
|
#include <heavyai_locks.h>
Public Attributes | |
std::function< void(bool)> | pre_lock_callback |
std::function< void(size_t)> | reload_cache_callback |
std::function< void(bool)> | post_lock_callback |
std::function< void(bool)> | pre_unlock_callback |
std::function< void(bool)> | post_unlock_callback |
Definition at line 47 of file heavyai_locks.h.
std::function<void(bool )> heavyai::DistributedSharedMutex::Callbacks::post_lock_callback |
Definition at line 50 of file heavyai_locks.h.
std::function<void(bool )> heavyai::DistributedSharedMutex::Callbacks::post_unlock_callback |
Definition at line 52 of file heavyai_locks.h.
std::function<void(bool )> heavyai::DistributedSharedMutex::Callbacks::pre_lock_callback |
Definition at line 48 of file heavyai_locks.h.
std::function<void(bool )> heavyai::DistributedSharedMutex::Callbacks::pre_unlock_callback |
Definition at line 51 of file heavyai_locks.h.
std::function<void(size_t )> heavyai::DistributedSharedMutex::Callbacks::reload_cache_callback |
Definition at line 49 of file heavyai_locks.h.