Home
last modified time | relevance | path

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

/external/pdfium/third_party/base/allocator/partition_allocator/
Dpartition_alloc.cc70 subtle::SpinLock PartitionAllocHooks::set_hooks_lock_; member in pdfium::base::PartitionAllocHooks
84 subtle::SpinLock::Guard guard(set_hooks_lock_); in SetObserverHooks()
100 subtle::SpinLock::Guard guard(set_hooks_lock_); in SetOverrideHooks()
Dpartition_alloc.h285 static subtle::SpinLock set_hooks_lock_; variable