Lines Matching refs:GlobalMonitor
255 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in Read()
261 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in ReadEx()
262 GlobalMonitor::Get()->NotifyLoadExcl( in ReadEx()
270 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in Write()
271 GlobalMonitor::Get()->NotifyStore(address, in Write()
279 base::MutexGuard lock_guard(&GlobalMonitor::Get()->mutex); in WriteEx()
280 if (GlobalMonitor::Get()->NotifyStoreExcl( in WriteEx()
391 class GlobalMonitor {
402 static GlobalMonitor* Get();
406 GlobalMonitor() = default;
407 friend class base::LeakyObject<GlobalMonitor>;