summaryrefslogtreecommitdiff
path: root/utils/rkisp1/gen-csc-table.py
diff options
context:
space:
mode:
Diffstat (limited to 'utils/rkisp1/gen-csc-table.py')
0 files changed, 0 insertions, 0 deletions
mespace libcamera; EventLoop::EventLoop(EventDispatcher *dispatcher) : dispatcher_(dispatcher) { } EventLoop::~EventLoop() { } int EventLoop::exec() { exitCode_ = -1; exit_.store(false, std::memory_order_release); while (!exit_.load(std::memory_order_acquire)) dispatcher_->processEvents(); return exitCode_; } void EventLoop::exit(int code) { exitCode_ = code; exit_.store(true, std::memory_order_release); dispatcher_->interrupt(); }