Searched refs:pageheap_lock (Results 1 – 2 of 2) sorted by relevance
2330 static SpinLock pageheap_lock = SPINLOCK_INITIALIZER; variable2376 SpinLockHolder h(&pageheap_lock); in scavengerThread()2387 SpinLockHolder h(&pageheap_lock); in periodicScavenge()2506 SpinLockHolder h(&pageheap_lock); in ReleaseToSpans()2675 SpinLockHolder h(&pageheap_lock); in Populate()2890 SpinLockHolder h(&pageheap_lock); in InitModule()2972 SpinLockHolder h(&pageheap_lock); in InitTSD()2974 ASSERT(pageheap_lock.IsHeld()); in InitTSD()2993 SpinLockHolder h(&pageheap_lock); in CreateCacheIfNecessary()3080 SpinLockHolder h(&pageheap_lock); in CreateCacheIfNecessary()[all …]
5007 (WTF::TCMalloc_ThreadCache::InitTSD): Don't try to take the pageheap_lock, 5046 (2) Use the pageheap_lock instead of a custom one, since we need to synchronize5053 The WTF code would read phinited without holding the pageheap_lock, which