Searched refs:set_hooks_lock_ (Results 1 – 2 of 2) sorted by relevance
70 subtle::SpinLock PartitionAllocHooks::set_hooks_lock_; member in pdfium::base::PartitionAllocHooks84 subtle::SpinLock::Guard guard(set_hooks_lock_); in SetObserverHooks()100 subtle::SpinLock::Guard guard(set_hooks_lock_); in SetOverrideHooks()
285 static subtle::SpinLock set_hooks_lock_; variable