Searched refs:textConfigLock_ (Results 1 – 2 of 2) sorted by relevance
397 std::lock_guard<std::mutex> lock(textConfigLock_); in SaveTextConfig()699 std::lock_guard<std::mutex> lock(textConfigLock_); in RestoreAttachInfoInSaDied()790 std::lock_guard<std::mutex> lock(textConfigLock_); in OnConfigurationChange()865 std::lock_guard<std::mutex> lock(textConfigLock_); in GetEnterKeyType()873 std::lock_guard<std::mutex> lock(textConfigLock_); in GetInputPattern()881 std::lock_guard<std::mutex> lock(textConfigLock_); in GetTextConfig()1043 std::lock_guard<std::mutex> lock(textConfigLock_); in ClearEditorCache()
500 std::mutex textConfigLock_; variable