Lines Matching refs:Period
23 template <class Rep, class Period>
24 bool try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
31 template <class Rep, class Period>
32 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
80 template <class Rep, class Period>
81 bool try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
88 template <class Rep, class Period>
89 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
95 template <class Rep, class Period>
96 bool try_lock_upgrade_for(const chrono::duration<Rep, Period>& rel_time);
105 template <class Rep, class Period>
106 bool try_unlock_shared_and_lock_for(const chrono::duration<Rep, Period>& rel_time);
116 template <class Rep, class Period>
117 bool try_unlock_shared_and_lock_upgrade_for(const chrono::duration<Rep, Period>& rel_time);
129 template <class Rep, class Period>
130 bool try_unlock_upgrade_and_lock_for(const chrono::duration<Rep, Period>& rel_time);
162 template <class Rep, class Period>
163 bool try_lock_shared_for(const chrono::duration<Rep, Period>& rel_time);
172 template <class Rep, class Period>
173 bool try_lock_for(const chrono::duration<Rep, Period>& rel_time);
181 template <class Rep, class Period>
182 bool try_lock_upgrade_for(const chrono::duration<Rep, Period>& rel_time);
192 template <class Rep, class Period>
193 bool try_unlock_shared_and_lock_for(const chrono::duration<Rep, Period>& rel_time);
203 template <class Rep, class Period>
204 bool try_unlock_shared_and_lock_upgrade_for(const chrono::duration<Rep, Period>& rel_time);
215 template <class Rep, class Period>
216 bool try_unlock_upgrade_and_lock_for(const chrono::duration<Rep, Period>& rel_time);