Searched refs:ThreadTimers (Results 1 – 15 of 15) sorted by relevance
51 ThreadTimers::ThreadTimers() in ThreadTimers() function in WebCore::ThreadTimers61 void ThreadTimers::setSharedTimer(SharedTimer* sharedTimer) in setSharedTimer()71 m_sharedTimer->setFiredFunction(ThreadTimers::sharedTimerFired); in setSharedTimer()76 void ThreadTimers::updateSharedTimer() in updateSharedTimer()87 void ThreadTimers::sharedTimerFired() in sharedTimerFired()93 void ThreadTimers::sharedTimerFiredInternal() in sharedTimerFiredInternal()124 void ThreadTimers::fireTimersInNestedEventLoop() in fireTimersInNestedEventLoop()
40 class ThreadTimers {41 WTF_MAKE_NONCOPYABLE(ThreadTimers); WTF_MAKE_FAST_ALLOCATED;43 ThreadTimers();
46 class ThreadTimers; variable56 ThreadTimers& threadTimers() { return *m_threadTimers; } in threadTimers()68 ThreadTimers* m_threadTimers;
60 , m_threadTimers(new ThreadTimers) in ThreadGlobalData()
88 friend class ThreadTimers; variable
568 platform/ThreadTimers.cpp \
1066 platform/ThreadTimers.cpp \2066 platform/ThreadTimers.h \
1075 platform/ThreadTimers.cpp
2686 Source/WebCore/platform/ThreadTimers.cpp \2687 Source/WebCore/platform/ThreadTimers.h \
2677 Source/WebCore/platform/ThreadTimers.cpp \2678 Source/WebCore/platform/ThreadTimers.h \
3601 'platform/ThreadTimers.cpp',3602 'platform/ThreadTimers.h',
44467 …Set/reset shared timer interface on ThreadTimers, use MessageQueue::waitForMessageTimed() if timer…46386 …Added new class ThreadTimers - it keeps a heap of all timers for a thread (previously kept in a st…46387 Pointer to instance of ThreadTimers is stored in GlobalThreadData.46388 Most static methods of TimerBase went to ThreadTimers.46400 Added new ThreadTimers.cpp to build files.46414 Added ThreadTimers to ThreadGlobalData.46416 * platform/ThreadTimers.cpp: Added.46420 (WebCore::ThreadTimers::ThreadTimers):46421 (WebCore::ThreadTimers::setSharedTimer):46422 (WebCore::ThreadTimers::updateSharedTimer):[all …]
62168 * platform/ThreadTimers.h:62169 * platform/ThreadTimers.cpp:62170 (WebCore::ThreadTimers::sharedTimerFiredInternal):62171 (WebCore::ThreadTimers::fireTimersInNestedEventLoop):86269 * platform/ThreadTimers.h:
30752 CRASH in WebCore::ThreadTimers::sharedTimerFiredInternal116098 * platform/ThreadTimers.h:
337 …CF280F3279CE000EA262 /* ThreadTimers.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 185BCF260F…338 …BCF290F3279CE000EA262 /* ThreadTimers.h in Headers */ = {isa = PBXBuildFile; fileRef = 185BCF270F3…6774 …CE000EA262 /* ThreadTimers.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType =…6775 …279CE000EA262 /* ThreadTimers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType …18769 185BCF260F3279CE000EA262 /* ThreadTimers.cpp */,18770 185BCF270F3279CE000EA262 /* ThreadTimers.h */,22799 185BCF290F3279CE000EA262 /* ThreadTimers.h in Headers */,25538 185BCF280F3279CE000EA262 /* ThreadTimers.cpp in Sources */,