]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++: Improve doxygen docs for <mutex>
authorJonathan Wakely <jwakely@redhat.com>
Thu, 12 May 2022 22:06:04 +0000 (23:06 +0100)
committerJonathan Wakely <jwakely@redhat.com>
Mon, 18 Mar 2024 13:50:57 +0000 (13:50 +0000)
commit14876f35419cd60c49df838ab72451acdd56d9ee
treec43103d3ed46e929f5f819b764aea3a6a28a9957
parent0a9cfae13f8873aa95dc143d653f834e6f9a3576
libstdc++: Improve doxygen docs for <mutex>

libstdc++-v3/ChangeLog:

* doc/doxygen/user.cfg.in (PREDEFINED): Define
_GTHREAD_USE_MUTEX_TIMEDLOCK macro.
* include/bits/std_mutex.h (mutex, lock_guard): Use @since and
@headerfile.
* include/bits/unique_lock.h (unique_lock): Likewise.
* include/std/mutex (recursive_mutex, timed_mutex)
(recursive_timed_mutex, scoped_lock): Likewise.

(cherry picked from commit b584cbdb0829bb0ad4e6ed7488a304ae4e76b870)
libstdc++-v3/doc/doxygen/user.cfg.in
libstdc++-v3/include/bits/std_mutex.h
libstdc++-v3/include/bits/unique_lock.h
libstdc++-v3/include/std/mutex