Home
last modified time | relevance | path

Searched refs:out_mutex_ (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dtask_service.h148 std::lock_guard<std::mutex> out_lock(out_mutex_); in loop()
194 std::lock_guard<std::mutex> lock(out_mutex_); in allocServiceParam()
242 std::unique_lock<std::mutex> lock(out_mutex_); in dequeue()
267 std::lock(in_mutex_, out_mutex_); in flush()
287 std::lock(in_mutex_, out_mutex_); in clear()
319 std::mutex out_mutex_; variable