Searched refs:panelConstructorMutex_ (Results 1 – 2 of 2) sorted by relevance
125 static std::mutex panelConstructorMutex_; variable
33 std::mutex JsPanel::panelConstructorMutex_; member in OHOS::MiscServices::JsPanel41 std::lock_guard<std::mutex> lock(panelConstructorMutex_); in Init()