2015-09-02 Sebastian Huber <sebastian.huber@embedded-brains.de>
commitae436f3bdc66153005b7a260e0239521679f3965
authorredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 2015 10:51:14 +0000 (2 10:51 +0000)
committerredi <redi@138bc75d-0d04-0410-961f-82ee72b054a4>
Wed, 2 Sep 2015 10:51:14 +0000 (2 10:51 +0000)
treecee85e202d87140912455fbae7d5acbf64c5a58e
parent7d86a3312e1dd36b297bfc11d87e67fe70930535
2015-09-02  Sebastian Huber  <sebastian.huber@embedded-brains.de>

PR libstdc++/67408
* include/std/mutex (__timed_mutex_impl::_M_try_lock_until): Use
_Derived::_M_timedlock().
(timed_mutex): Add _M_timedlock() and make base class a friend.
(recursive_timed_mutex): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@227400 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/mutex