Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/form/resource/
H A Dform_manager_delegate.cpp269 std::lock_guard<std::mutex> lock(recycleMutex_); in HandleCachedClickEvents()
691 std::lock_guard<std::mutex> lock(recycleMutex_); in DispatchPointerEvent()
891 std::lock_guard<std::mutex> lock(recycleMutex_); in ReAddForm()
1070 std::lock_guard<std::mutex> lock(recycleMutex_); in ProcessRecycleForm()
H A Dform_manager_delegate.h188 std::mutex recycleMutex_; variable