Searched refs:const_strict_lock_ptr (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | synchronized_value.hpp | 47 class const_strict_lock_ptr class 59 BOOST_THREAD_MOVABLE_ONLY( const_strict_lock_ptr ) 66 const_strict_lock_ptr(T const& val, Lockable & mtx) : in const_strict_lock_ptr() function in boost::const_strict_lock_ptr 70 const_strict_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t tag) BOOST_NOEXCEPT : in const_strict_lock_ptr() function in boost::const_strict_lock_ptr 78 const_strict_lock_ptr(BOOST_THREAD_RV_REF(const_strict_lock_ptr) other) BOOST_NOEXCEPT in const_strict_lock_ptr() function in boost::const_strict_lock_ptr 83 ~const_strict_lock_ptr() in ~const_strict_lock_ptr() 112 class strict_lock_ptr : public const_strict_lock_ptr<T,Lockable> 114 typedef const_strict_lock_ptr<T,Lockable> base_type; 172 typedef const_strict_lock_ptr<typename SV::value_type, typename SV::mutex_type> type; 611 const_strict_lock_ptr<T,Lockable> operator->() const in operator ->() [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/doc/ |
D | synchronized_value_ref.qbk | 110 const_strict_lock_ptr<T,Lockable> operator->() const; 112 const_strict_lock_ptr<T,Lockable> synchronize() const; 317 const_strict_lock_ptr<T,Lockable> operator->() const; 326 [[Return:] [`A const_strict_lock_ptr <>.`]] 358 const_strict_lock_ptr<T,Lockable> synchronize() const; 362 [[Return:] [`A const_strict_lock_ptr <>.`]]
|
D | mutex_concepts.qbk | 2257 class const_strict_lock_ptr; 2269 [section:const_strict_lock_ptr Class template `const_strict_lock_ptr `] 2276 class const_strict_lock_ptr 2282 const_strict_lock_ptr(const_strict_lock_ptr const& m_) = delete; 2283 const_strict_lock_ptr& operator=(const_strict_lock_ptr const& m_) = delete; 2285 const_strict_lock_ptr(T const& val, Lockable & mtx); 2286 const_strict_lock_ptr(T const& val, Lockable & mtx, adopt_lock_t tag); 2288 ~const_strict_lock_ptr(); 2296 [section:constructor `const_strict_lock_ptr(T const&,Lockable&)`] 2299 const_strict_lock_ptr(T const& val, Lockable & m); [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | synchronized_person.cpp | 161 boost::const_strict_lock_ptr<Member> memberSync = member.synchronize(); in GetName() 183 void Invariant(boost::const_strict_lock_ptr<Member> & mbr) const in Invariant()
|
D | synchronized_value.cpp | 27 void g(const boost::const_strict_lock_ptr<int> &v) { in g()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/sync/mutual_exclusion/synchronized_value/ |
D | synchronize_pass.cpp | 35 boost::const_strict_lock_ptr<S> ptr = v.synchronize(); in main()
|