Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/camera_framework/interfaces/kits/js/camera_napi/include/
H A Dcamera_napi_worker_queue_keeper.h45 std::mutex workerQueueMutex_; variable
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/
H A Dcamera_napi_worker_queue_keeper.cpp113 std::unique_lock<std::mutex> lock(workerQueueMutex_); in ConsumeWorkerQueueTask()