Searched refs:try_unlock_shared_and_lock_for (Results 1 – 13 of 13) sorted by relevance
87 virtual bool try_unlock_shared_and_lock_for(chrono::nanoseconds const & relative_time)=0;89 bool try_unlock_shared_and_lock_for(chrono::duration<Rep, Period> const & rel_time) in try_unlock_shared_and_lock_for() function in boost::upgrade_poly_lockable91 return try_unlock_shared_and_lock_for(chrono::duration_cast<chrono::nanoseconds>(rel_time)); in try_unlock_shared_and_lock_for()
105 bool try_unlock_shared_and_lock_for(chrono::nanoseconds const & rel_time) in try_unlock_shared_and_lock_for() function in boost::poly_upgrade_lockable_adapter107 return this->mtx().try_unlock_shared_and_lock_for(rel_time); in try_unlock_shared_and_lock_for()
166 bool try_unlock_shared_and_lock_for(chrono::duration<Rep, Period> const & rel_time) const in try_unlock_shared_and_lock_for() function in boost::upgrade_lockable_adapter168 return this->lockable().try_unlock_shared_and_lock_for(rel_time); in try_unlock_shared_and_lock_for()
158 bool try_unlock_shared_and_lock_for(chrono::duration<Rep, Period> const &) in try_unlock_shared_and_lock_for() function in boost::null_mutex
135 if (l.try_unlock_shared_and_lock_for(d)) return; in BOOST_CONCEPT_USAGE()
307 if (BOOST_THREAD_RV(sl).mutex()->try_unlock_shared_and_lock_for(rel_time)) in unique_lock()
106 bool try_unlock_shared_and_lock_for(const chrono::duration<Rep, Period>& rel_time);193 bool try_unlock_shared_and_lock_for(const chrono::duration<Rep, Period>& rel_time);
122 …chronization.mutex_concepts.upgrade_lockable.try_unlock_shared_and_lock_for `try_unlock_shared_and…
686 [section:try_unlock_shared_and_lock_for `m.try_unlock_shared_and_lock_for(rel_time)`]
556 try_unlock_shared_and_lock_for( in try_unlock_shared_and_lock_for() function in boost::shared_mutex
590 bool try_unlock_shared_and_lock_for( in try_unlock_shared_and_lock_for() function in boost::thread_v2::upgrade_mutex
479 if (mut.try_unlock_shared_and_lock_for(boost::chrono::microseconds(5))) in try_for_clockwise()
1460 bool succeeded = m.try_unlock_shared_and_lock_for(Helper::waitDur); in testTryUnlockSharedAndLockFor()