Home
last modified time | relevance | path

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

/ohos5.0/base/inputmethod/imf/frameworks/js/napi/inputmethodability/
H A Djs_panel.h125 static std::mutex panelConstructorMutex_; variable
H A Djs_panel.cpp33 std::mutex JsPanel::panelConstructorMutex_; member in OHOS::MiscServices::JsPanel
41 std::lock_guard<std::mutex> lock(panelConstructorMutex_); in Init()