Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/include/
H A Dform_render_mgr.h123 std::mutex taskQueueMutex_; variable
/ohos5.0/foundation/ability/form_fwk/services/src/
H A Dform_render_mgr.cpp180 std::lock_guard<std::mutex> lock(taskQueueMutex_); in AddAcquireProviderFormInfoTask()
188 std::lock_guard<std::mutex> lock(taskQueueMutex_); in ExecAcquireProviderTask()