Searched refs:formJsInfoMutex_ (Results 1 – 2 of 2) sorted by relevance
42 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in AddForm()48 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in DeleteForm()54 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in GetFormJsInfo()65 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in HasForm()71 std::lock_guard<std::mutex> lock(formJsInfoMutex_); in IsFormEmpty()
100 mutable std::mutex formJsInfoMutex_; variable