Home
last modified time | relevance | path

Searched defs:tf_shared_lock (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A Dmutex.h189 explicit tf_shared_lock(mutex_type& mu) TF_SHARED_LOCK_FUNCTION(mu) in tf_shared_lock() function
194 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) TF_SHARED_LOCK_FUNCTION(mu) in tf_shared_lock() function
203 tf_shared_lock(tf_shared_lock&& ml) noexcept TF_SHARED_LOCK_FUNCTION(ml.mu_) in tf_shared_lock() function
221 #define tf_shared_lock(x) \ macro