Searched refs:factory_mu_ (Results 1 – 2 of 2) sorted by relevance
119 mutex DebugEventsWriter::factory_mu_(LINKER_INITIALIZED);127 mutex_lock l(DebugEventsWriter::factory_mu_); in GetDebugEventsWriter()141 mutex_lock l(DebugEventsWriter::factory_mu_); in LookUpDebugEventsWriter()
218 static mutex factory_mu_; variable