Searched refs:g_regInfoMutex (Results 1 – 5 of 5) sorted by relevance
27 static std::shared_mutex g_regInfoMutex; variable39 std::shared_lock<std::shared_mutex> guard(NFC::g_regInfoMutex); in CheckAndNotify()250 std::unique_lock<std::shared_mutex> guard(NFC::g_regInfoMutex); in Register()303 std::unique_lock<std::shared_mutex> guard(NFC::g_regInfoMutex); in Unregister()
36 static std::shared_mutex g_regInfoMutex; variable48 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in CheckAndNotify()280 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in Register()380 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in Unregister()406 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in OnAddSystemAbility()
88 std::shared_lock<std::shared_mutex> guard(g_regInfoMutex); in EventNotify()644 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in OnAddSystemAbility()654 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in OnAddSystemAbility()664 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in OnAddSystemAbility()674 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in OnAddSystemAbility()712 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in Register()797 std::unique_lock<std::shared_mutex> guard(g_regInfoMutex); in Unregister()
83 static std::shared_mutex g_regInfoMutex; variable98 std::shared_lock<std::shared_mutex> guard(g_regInfoMutex); in CheckAndNotify()
32 static std::mutex g_regInfoMutex; variable44 std::lock_guard<std::mutex> guard(g_regInfoMutex); in CheckAndNotify()202 std::lock_guard<std::mutex> guard(g_regInfoMutex); in Register()253 std::lock_guard<std::mutex> guard(g_regInfoMutex); in Unregister()