Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dmutex.h106 explicit tf_shared_lock(mutex_type& mu) SHARED_LOCK_FUNCTION(mu) : mu_(&mu) { in tf_shared_lock() function
110 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) SHARED_LOCK_FUNCTION(mu) in tf_shared_lock() function
119 tf_shared_lock(tf_shared_lock&& ml) noexcept SHARED_LOCK_FUNCTION(ml.mu_) in tf_shared_lock() function
137 #define tf_shared_lock(x) \ macro
/external/tensorflow/tensorflow/stream_executor/platform/default/
Dmutex.h35 #define tf_shared_lock(x) \ macro