Home
last modified time | relevance | path

Searched refs:try_to_lock_t (Results 1 – 7 of 7) 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() argument
110 tf_shared_lock(mutex_type& mu, std::try_to_lock_t) SHARED_LOCK_FUNCTION(mu) in tf_shared_lock() argument
/external/libcxx/include/
D__mutex_base74 struct _LIBCPP_TYPE_VIS try_to_lock_t {};
80 extern _LIBCPP_EXPORTED_FROM_ABI const try_to_lock_t try_to_lock;
86 /* _LIBCPP_INLINE_VAR */ constexpr try_to_lock_t try_to_lock = try_to_lock_t();
136 unique_lock(mutex_type& __m, try_to_lock_t)
Dmutex91 struct try_to_lock_t {};
95 inline constexpr try_to_lock_t try_to_lock{};
135 unique_lock(mutex_type& m, try_to_lock_t);
Dshared_mutex85 shared_lock(mutex_type& m, try_to_lock_t);
339 shared_lock(mutex_type& __m, try_to_lock_t)
/external/libcxx/test/std/thread/thread.mutex/thread.lock/
Dtypes.pass.cpp28 typedef std::try_to_lock_t T2; in main()
/external/libcxx/src/
Dmutex.cpp20 const try_to_lock_t try_to_lock = {};
/external/tensorflow/tensorflow/core/lib/db/
Dsqlite.h389 SqliteLock(Sqlite& db, std::try_to_lock_t) EXCLUSIVE_LOCK_FUNCTION(db) in SqliteLock() argument