Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DFastMalloc.cpp1529 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; variable
2465 SpinLockHolder h(&pageheap_lock); in periodicScavenge()
2478 ASSERT(IsHeld(pageheap_lock)); in signalScavenger()
2502 SpinLockHolder h(&pageheap_lock); in scavengerThread()
[all …]
/external/webkit/Source/JavaScriptCore/
DChangeLog-2007-10-145007 (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 synchronize
5053 The WTF code would read phinited without holding the pageheap_lock, which
DChangeLog-2011-02-1614908 at m_scavengeThreadActive. For platforms that have libdispatch, assert that pageheap_lock
14910 (WTF::TCMalloc_PageHeap::periodicScavenge): Make sure that pageheap_lock is held before