OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threadtimers
(Results
1 - 13
of
13
) sorted by null
/external/webkit/WebCore/platform/
ThreadTimers.cpp
28
#include "
ThreadTimers
.h"
42
// Timers are created, started and fired on the same thread, and each thread has its own
ThreadTimers
51
ThreadTimers
::
ThreadTimers
()
61
void
ThreadTimers
::setSharedTimer(SharedTimer* sharedTimer)
71
m_sharedTimer->setFiredFunction(
ThreadTimers
::sharedTimerFired);
76
void
ThreadTimers
::updateSharedTimer()
87
void
ThreadTimers
::sharedTimerFired()
90
threadGlobalData().
threadTimers
().sharedTimerFiredInternal();
93
void
ThreadTimers
::sharedTimerFiredInternal(
[
all
...]
ThreadGlobalData.h
46
class
ThreadTimers
;
56
ThreadTimers
&
threadTimers
() { return *m_threadTimers; }
70
ThreadTimers
* m_threadTimers;
ThreadTimers.h
40
class
ThreadTimers
: public Noncopyable {
42
ThreadTimers
();
ThreadGlobalData.cpp
32
#include "
ThreadTimers
.h"
61
, m_threadTimers(new
ThreadTimers
)
Timer.cpp
32
#include "
ThreadTimers
.h"
53
return threadGlobalData().
threadTimers
().timerHeap();
307
threadGlobalData().
threadTimers
().updateSharedTimer();
315
// Redirect to
ThreadTimers
.
316
threadGlobalData().
threadTimers
().fireTimersInNestedEventLoop();
Timer.h
86
friend class
ThreadTimers
;
/external/webkit/WebCore/workers/
WorkerRunLoop.cpp
38
#include "
ThreadTimers
.h"
113
threadGlobalData().
threadTimers
().setSharedTimer(m_runLoop.m_sharedTimer.get());
121
threadGlobalData().
threadTimers
().setSharedTimer(0);
/external/webkit/WebCore/
Android.mk
395
platform/
ThreadTimers
.cpp \
WebCore.pro
857
platform/
ThreadTimers
.cpp \
[
all
...]
GNUmakefile.am
[
all
...]
WebCore.gypi
[
all
...]
/external/webkit/WebCore/WebCore.xcodeproj/
project.pbxproj
[
all
...]
/external/webkit/WebCore/WebCore.vcproj/
WebCore.vcproj
[
all
...]
Completed in 136 milliseconds