Searched defs:tf_shared_lock (Results 1 – 2 of 2) sorted by relevance
106 explicit tf_shared_lock(mutex_type& mu) SHARED_LOCK_FUNCTION(mu) : mu_(&mu) { in tf_shared_lock() function110 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) SHARED_LOCK_FUNCTION(mu) in tf_shared_lock() function119 tf_shared_lock(tf_shared_lock&& ml) noexcept SHARED_LOCK_FUNCTION(ml.mu_) in tf_shared_lock() function137 #define tf_shared_lock(x) \ macro
35 #define tf_shared_lock(x) \ macro