Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/
Dlock_types.hpp136 unique_lock(Mutex& m_, try_to_lock_t) : in unique_lock() argument
204 …ue_lock(BOOST_THREAD_RV_REF_BEG upgrade_lock<mutex_type> BOOST_THREAD_RV_REF_END ul, try_to_lock_t) in unique_lock() argument
263 …que_lock(BOOST_THREAD_RV_REF_BEG shared_lock<mutex_type> BOOST_THREAD_RV_REF_END sl, try_to_lock_t) in unique_lock() argument
532 shared_lock(Mutex& m_,try_to_lock_t): in shared_lock() argument
795 upgrade_lock(Mutex& m_, try_to_lock_t) : in upgrade_lock() argument
851 …ade_lock(BOOST_THREAD_RV_REF_BEG shared_lock<mutex_type> BOOST_THREAD_RV_REF_END sl, try_to_lock_t) in upgrade_lock() argument
1150 try_lock_wrapper(Mutex& m_,try_to_lock_t): in try_lock_wrapper() argument
Dlock_options.hpp17 struct try_to_lock_t struct
Dlock_factories.hpp38 unique_lock<Lockable> make_unique_lock(Lockable& mtx, try_to_lock_t) in make_unique_lock() argument
Dsynchronized_value.hpp246 const_unique_lock_ptr(T const& val, Lockable & mtx, try_to_lock_t) BOOST_NOEXCEPT in const_unique_lock_ptr() argument
337 unique_lock_ptr(T & value, Lockable & mtx, try_to_lock_t) BOOST_NOEXCEPT in unique_lock_ptr() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/platform/
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/__mutex/
Dtag_types.h26 struct _LIBCPP_EXPORTED_FROM_ABI 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/__mutex/
Dtag_types.h26 struct _LIBCPP_EXPORTED_FROM_ABI 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
/aosp_15_r20/prebuilts/clang/host/linux-x86/embedded-sysroots/pigweed_riscv32_sysroot/include/c++/v1/__mutex/
Dtag_types.h24 struct _LIBCPP_EXPORTED_FROM_ABI try_to_lock_t { struct
Dunique_lock.h47 [[__nodiscard__]] _LIBCPP_HIDE_FROM_ABI unique_lock(mutex_type& __m, try_to_lock_t) in unique_lock() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/__mutex/
Dtag_types.h26 struct _LIBCPP_EXPORTED_FROM_ABI try_to_lock_t { struct
Dunique_lock.h49 _LIBCPP_NODISCARD _LIBCPP_HIDE_FROM_ABI unique_lock(mutex_type& __m, try_to_lock_t) in unique_lock() argument
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/__mutex/
Dtag_types.h26 struct _LIBCPP_EXPORTED_FROM_ABI 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
/aosp_15_r20/external/cronet/third_party/libc++/src/include/__mutex/
H A Dtag_types.h26 struct _LIBCPP_EXPORTED_FROM_ABI try_to_lock_t { struct
H A Dunique_lock.h48 _LIBCPP_HIDE_FROM_ABI unique_lock(mutex_type& __m, try_to_lock_t) in unique_lock() argument
/aosp_15_r20/external/tensorflow/tensorflow/core/lib/db/
H A Dsqlite.h389 SqliteLock(Sqlite& db, std::try_to_lock_t) TF_EXCLUSIVE_LOCK_FUNCTION(db) in SqliteLock()