Searched refs:HelpAttributesMutex (Results 1 – 1 of 1) sorted by relevance
437 absl::Mutex* HelpAttributesMutex() { in HelpAttributesMutex() function441 ABSL_CONST_INIT std::string* match_substr ABSL_GUARDED_BY(HelpAttributesMutex())442 ABSL_PT_GUARDED_BY(HelpAttributesMutex()) = nullptr;443 ABSL_CONST_INIT HelpMode help_mode ABSL_GUARDED_BY(HelpAttributesMutex()) =445 ABSL_CONST_INIT HelpFormat help_format ABSL_GUARDED_BY(HelpAttributesMutex()) =451 absl::MutexLock l(HelpAttributesMutex()); in GetFlagsHelpMatchSubstr()457 absl::MutexLock l(HelpAttributesMutex()); in SetFlagsHelpMatchSubstr()463 absl::MutexLock l(HelpAttributesMutex()); in GetFlagsHelpMode()468 absl::MutexLock l(HelpAttributesMutex()); in SetFlagsHelpMode()473 absl::MutexLock l(HelpAttributesMutex()); in GetFlagsHelpFormat()[all …]