Home
last modified time | relevance | path

Searched refs:s_initialized_lock (Results 1 – 1 of 1) sorted by relevance

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc60 static subtle::SpinLock* s_initialized_lock = nullptr; in GetLock() local
61 if (!s_initialized_lock) in GetLock()
62 s_initialized_lock = new subtle::SpinLock(); in GetLock()
63 return s_initialized_lock; in GetLock()