libcamera
v0.3.2+116-83c5ad0f
Supporting cameras in Linux since 2019
|
Mutex classes with clang thread safety annotation. More...
#include <condition_variable>
#include <mutex>
#include <libcamera/base/private.h>
#include <libcamera/base/thread_annotations.h>
Go to the source code of this file.
Classes | |
class | libcamera::Mutex |
std::mutex wrapper with clang thread safety annotation More... | |
class | libcamera::MutexLocker |
std::unique_lock wrapper with clang thread safety annotation More... | |
class | libcamera::ConditionVariable |
std::condition_variable wrapper integrating with MutexLocker More... | |
Namespaces | |
libcamera | |
Top-level libcamera namespace. | |
Mutex classes with clang thread safety annotation.