summaryrefslogtreecommitdiff
path: root/src/libcamera/ipc_unixsocket.cpp
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-01-19 02:54:23 +0200
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2020-02-13 12:34:32 +0200
commit89503199e8d09ac17e6d2dde7715a843ede77e5c (patch)
treed5dfb142b1c2dab091efc4578852c3d5b3fa47e6 /src/libcamera/ipc_unixsocket.cpp
parentfcfa11177f32f105c347e3d4e36628ea2604d1e8 (diff)
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>
Diffstat (limited to 'src/libcamera/ipc_unixsocket.cpp')
-rw-r--r--src/libcamera/ipc_unixsocket.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcamera/ipc_unixsocket.cpp b/src/libcamera/ipc_unixsocket.cpp
index eb1a5023..6e5cab89 100644
--- a/src/libcamera/ipc_unixsocket.cpp
+++ b/src/libcamera/ipc_unixsocket.cpp
@@ -62,6 +62,8 @@ LOG_DEFINE_CATEGORY(IPCUnixSocket)
* communication method. The remote side then instantiates a socket, and binds
* it to the other side by passing the file descriptor to bind(). At that point
* the channel is operation and communication is bidirectional and symmmetrical.
+ *
+ * \context This class is \threadbound.
*/
IPCUnixSocket::IPCUnixSocket()