Searched refs:mComponentRosterMutex (Results 1 – 2 of 2) sorted by relevance
307 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentBirth()314 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in reportComponentDeath()408 std::lock_guard<std::mutex> lock(mComponentRosterMutex); in debug()
121 mutable std::mutex mComponentRosterMutex; member