Home | History | Annotate | Download | only in src

Lines Matching refs:global_registry_

663   static FlagRegistry* global_registry_;   // a singleton registry
664 static Mutex global_registry_lock_; // guards creation of global_registry_
671 FlagRegistry* FlagRegistry::global_registry_ = NULL;
676 if (!global_registry_) {
677 global_registry_ = new FlagRegistry;
679 return global_registry_;