Searched defs:tf_shared_lock (Results 1 – 1 of 1) sorted by relevance
189 explicit tf_shared_lock(mutex_type& mu) TF_SHARED_LOCK_FUNCTION(mu) in tf_shared_lock() function194 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) TF_SHARED_LOCK_FUNCTION(mu) in tf_shared_lock() function203 tf_shared_lock(tf_shared_lock&& ml) noexcept TF_SHARED_LOCK_FUNCTION(ml.mu_) in tf_shared_lock() function221 #define tf_shared_lock(x) \ macro