table of contents
other versions
- testing 12.2.0-14
- unstable 12.2.0-14
- experimental 12.2.0-17
conflicting packages
std::try_to_lock_t(3cxx) | std::try_to_lock_t(3cxx) |
NAME¶
std::try_to_lock_t - Try to acquire ownership of the mutex without blocking.
SYNOPSIS¶
#include <mutex>
Detailed Description¶
Try to acquire ownership of the mutex without blocking.
Definition at line 202 of file mutex.
Author¶
Generated automatically by Doxygen for libstdc++ from the source code.
Mon Aug 22 2022 | libstdc++ |