10#include <libcamera/base/class.h>
26 LIBCAMERA_DISABLE_COPY_AND_MOVE(
Fence)
Synchronization primitive to manage resources.
Definition fence.h:16
bool isValid() const
Check if a Fence is valid.
Definition fence.h:20
UniqueFD release()
Release the ownership of the file descriptor.
Definition fence.h:23
const UniqueFD & fd() const
Retrieve a constant reference to the file descriptor.
Definition fence.h:21
unique_ptr-like wrapper for a file descriptor
Definition unique_fd.h:18
bool isValid() const
Check if the UniqueFD owns a valid file descriptor.
Definition unique_fd.h:61
Top-level libcamera namespace.
Definition bound_method.h:15
File descriptor wrapper that owns a file descriptor.