table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
conflicting packages
std::adopt_lock_t(3cxx) | std::adopt_lock_t(3cxx) |
NAME¶
std::adopt_lock_t - Assume the calling thread has already obtained mutex ownership and manage it.
SYNOPSIS¶
#include <mutex>
Detailed Description¶
Assume the calling thread has already obtained mutex ownership and manage it.
Definition at line 206 of file mutex.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |