Searched refs:formHostCallerMutex_ (Results 1 – 2 of 2) sorted by relevance
40 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in AddFormHostCaller()58 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in GetFormHostCaller()69 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in RemoveFormHostCaller()77 std::lock_guard<std::mutex> lock(formHostCallerMutex_); in RemoveFormHostCaller()
65 mutable std::mutex formHostCallerMutex_; variable