libcamera: Document thread-safety attributes of core classes
Define the thread-safety attributes of the classes and methods that are either thread-safe or thread-bound. The CameraManager, Camera and PipelineHandler will be addressed separately. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
This commit is contained in:
@@ -403,6 +403,8 @@ const std::string V4L2DeviceFormat::toString() const
|
||||
*
|
||||
* Upon destruction any device left open will be closed, and any resources
|
||||
* released.
|
||||
*
|
||||
* \context This class is \threadbound.
|
||||
*/
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user