Searched refs:recycleMutex_ (Results 1 – 2 of 2) sorted by relevance
269 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()
188 std::mutex recycleMutex_; variable