Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/platform/default/
Dmutex.h71 mutex_lock(mutex_type& mu, std::try_to_lock_t) EXCLUSIVE_LOCK_FUNCTION(mu) in mutex_lock()
110 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) SHARED_LOCK_FUNCTION(mu) in tf_shared_lock()
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite.h389 SqliteLock(Sqlite& db, std::try_to_lock_t) EXCLUSIVE_LOCK_FUNCTION(db) in SqliteLock()