Searched refs:s_initialized_lock (Results 1 – 1 of 1) sorted by relevance
60 static subtle::SpinLock* s_initialized_lock = nullptr; in GetLock() local61 if (!s_initialized_lock) in GetLock()62 s_initialized_lock = new subtle::SpinLock(); in GetLock()63 return s_initialized_lock; in GetLock()