/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/ |
D | poly_shared_lockable.hpp | 39 virtual bool try_lock_shared_for(chrono::nanoseconds const & relative_time)=0; 41 bool try_lock_shared_for(chrono::duration<Rep, Period> const & rel_time) in try_lock_shared_for() function in boost::shared_poly_lockable 43 return try_lock_shared_for(chrono::duration_cast<chrono::nanoseconds>(rel_time)); in try_lock_shared_for()
|
D | poly_shared_lockable_adapter.hpp | 48 bool try_lock_shared_for(chrono::nanoseconds const & rel_time) in try_lock_shared_for() function in boost::poly_shared_lockable_adapter 50 return this->mtx().try_lock_shared_for(rel_time); in try_lock_shared_for()
|
D | lockable_adapter.hpp | 113 bool try_lock_shared_for(chrono::duration<Rep, Period> const & rel_time) const in try_lock_shared_for() function in boost::shared_lockable_adapter 115 return this->lockable().try_lock_shared_for(rel_time); in try_lock_shared_for()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/thread/test/ |
D | test_shared_mutex_timed_locks_chrono.cpp | 48 timed_lock_succeeded=rw_mutex.try_lock_shared_for(wait_duration); in BOOST_AUTO_TEST_CASE() 78 timed_lock_succeeded=rw_mutex.try_lock_shared_for(wait_duration); in BOOST_AUTO_TEST_CASE() 111 timed_lock_succeeded=rw_mutex.try_lock_shared_for(wait_duration); in BOOST_AUTO_TEST_CASE() 244 timed_lock_succeeded=rw_mutex.try_lock_shared_for(wait_duration); in BOOST_AUTO_TEST_CASE()
|
/aosp_15_r20/external/libcxx/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/ |
H A D | try_lock_shared_for.pass.cpp | 52 assert(m.try_lock_shared_for(WaitTime + Tolerance) == true); in f1() 62 assert(m.try_lock_shared_for(WaitTime) == false); in f2()
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/ |
H A D | try_lock_shared_for.pass.cpp | 53 assert(m.try_lock_shared_for(WaitTime + Tolerance) == true); in f1() 63 assert(m.try_lock_shared_for(WaitTime) == false); in f2()
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/c++/v1/ |
D | shared_mutex | 67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 253 _LIBCPP_HIDE_FROM_ABI bool try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 343 : __m_(std::addressof(__m)), __owns_(__m.try_lock_shared_for(__rel_time)) {} 427 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/c++/v1/ |
D | shared_mutex | 67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 252 _LIBCPP_HIDE_FROM_ABI bool try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 342 : __m_(std::addressof(__m)), __owns_(__m.try_lock_shared_for(__rel_time)) {} 426 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/c++/v1/ |
D | shared_mutex | 67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 253 _LIBCPP_HIDE_FROM_ABI bool try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 343 : __m_(std::addressof(__m)), __owns_(__m.try_lock_shared_for(__rel_time)) {} 427 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/c++/v1/ |
D | shared_mutex | 67 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 253 _LIBCPP_HIDE_FROM_ABI bool try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 343 : __m_(std::addressof(__m)), __owns_(__m.try_lock_shared_for(__rel_time)) {} 427 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/external/libcxx/include/ |
D | shared_mutex | 68 try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time); 238 try_lock_shared_for(const chrono::duration<_Rep, _Period>& __rel_time) 363 __owns_(__m.try_lock_shared_for(__rel_time)) 468 __owns_ = __m_->try_lock_shared_for(__d);
|