table of contents
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.
Sun Jan 8 2023 | libstdc++ |