libcamera
v0.3.1+12-19bbca3c
Supporting cameras in Linux since 2019
|
std::mutex wrapper with clang thread safety annotation More...
std::mutex wrapper with clang thread safety annotation
The Mutex class wraps a std::mutex instance to add clang thread safety annotation support. The class exposes the same interface as std::mutex and can be used as a transparent replacement. It integrates with the MutexLocker and ConditionVariable classes.
See https://en.cppreference.com/w/cpp/thread/mutex for the complete API documentation.