Home
last modified time | relevance | path

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

/external/cronet/buildtools/third_party/libc++/trunk/include/__mutex/
Dtag_types.h26 struct _LIBCPP_TYPE_VIS try_to_lock_t { struct
Dunique_lock.h48 _LIBCPP_HIDE_FROM_ABI unique_lock(mutex_type& __m, try_to_lock_t) in unique_lock() argument
/external/tensorflow/tensorflow/core/platform/
Dmutex.h154 mutex_lock(mutex_type& mu, std::try_to_lock_t) TF_EXCLUSIVE_LOCK_FUNCTION(mu) in mutex_lock()
194 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) TF_SHARED_LOCK_FUNCTION(mu) in tf_shared_lock()
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite.h389 SqliteLock(Sqlite& db, std::try_to_lock_t) TF_EXCLUSIVE_LOCK_FUNCTION(db) in SqliteLock()