Searched refs:pageheap_lock (Results 1 – 3 of 3) sorted by relevance
1529 ASSERT(IsHeld(pageheap_lock)); in isScavengerSuspended()1535 ASSERT(IsHeld(pageheap_lock)); in scheduleScavenger()1547 ASSERT(IsHeld(pageheap_lock)); in suspendScavenger()1566 ASSERT(IsHeld(pageheap_lock)); in isScavengerSuspended()1574 ASSERT(IsHeld(pageheap_lock)); in scheduleScavenger()1587 ASSERT(IsHeld(pageheap_lock)); in suspendScavenger()2440 static SpinLock pageheap_lock = SPINLOCK_INITIALIZER; variable2465 SpinLockHolder h(&pageheap_lock); in periodicScavenge()2478 ASSERT(IsHeld(pageheap_lock)); in signalScavenger()2502 SpinLockHolder h(&pageheap_lock); in scavengerThread()[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
14908 at m_scavengeThreadActive. For platforms that have libdispatch, assert that pageheap_lock14910 (WTF::TCMalloc_PageHeap::periodicScavenge): Make sure that pageheap_lock is held before