Searched refs:bundleForbiddenSetMutex_ (Results 1 – 2 of 2) sorted by relevance
61 std::unique_lock<std::shared_mutex> lock(bundleForbiddenSetMutex_); in IsBundleForbidden()68 std::shared_lock<std::shared_mutex> lock(bundleForbiddenSetMutex_); in IsBundleForbidden()80 std::unique_lock<std::shared_mutex> lock(bundleForbiddenSetMutex_); in SetBundleForbiddenStatus()
59 mutable std::shared_mutex bundleForbiddenSetMutex_; variable