libcamera v0.1.0+127-8e215127-dirty (2023-12-02T01:06:12+00:00)
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 | |
namespace | libcamera |
Top-level libcamera namespace. | |
Mutex classes with clang thread safety annotation.