OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ThreadGlobalData
(Results
1 - 4
of
4
) sorted by null
/external/webkit/Source/WebCore/platform/
ThreadGlobalData.h
48
class
ThreadGlobalData
{
49
WTF_MAKE_NONCOPYABLE(
ThreadGlobalData
);
51
ThreadGlobalData
();
52
~
ThreadGlobalData
();
53
void destroy(); // called on workers to clean up the
ThreadGlobalData
before the thread exits.
83
static ThreadSpecific<
ThreadGlobalData
>* staticData;
85
static
ThreadGlobalData
* staticData;
87
friend
ThreadGlobalData
&
threadGlobalData
();
90
inline
ThreadGlobalData
& threadGlobalData()
[
all
...]
ThreadGlobalData.cpp
28
#include "
ThreadGlobalData
.h"
53
ThreadSpecific<
ThreadGlobalData
>*
ThreadGlobalData
::staticData;
55
ThreadGlobalData
*
ThreadGlobalData
::staticData;
58
ThreadGlobalData
::
ThreadGlobalData
()
79
ThreadGlobalData
::~
ThreadGlobalData
()
84
void
ThreadGlobalData
::destroy(
[
all
...]
/external/webkit/Source/WebCore/dom/
EventNames.h
25
#include "
ThreadGlobalData
.h"
193
friend class
ThreadGlobalData
;
203
return
threadGlobalData
().eventNames();
/external/webkit/Source/WebCore/
Android.mk
565
platform/
ThreadGlobalData
.cpp \
[
all
...]
Completed in 65 milliseconds