Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/form_fwk/services/form_render_service/include/
H A Dform_render_record.h283 std::mutex contextsMapMutex_; variable
/ohos5.0/foundation/ability/form_fwk/services/form_render_service/src/
H A Dform_render_record.cpp502 std::lock_guard<std::mutex> lock(contextsMapMutex_); in UpdateRuntime()
573 std::lock_guard<std::mutex> lock(contextsMapMutex_); in GetContext()
631 std::lock_guard<std::mutex> lock(contextsMapMutex_); in CreateContext()
1059 std::lock_guard<std::mutex> lock(contextsMapMutex_); in Release()