OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_threadId
(Results
1 - 8
of
8
) sorted by null
/external/webkit/Source/JavaScriptCore/wtf/
CrossThreadRefCounted.h
79
,
m_threadId
(0)
96
bool isOwnedByCurrentThread() const { return !
m_threadId
||
m_threadId
== currentThread(); }
103
ThreadIdentifier
m_threadId
;
118
if (!
m_threadId
&& m_refCounter.refCount() == 2)
119
m_threadId
= currentThread();
134
if (
m_threadId
&& m_refCounter.refCount() == 1)
135
m_threadId
= 0;
/development/tools/emulator/opengl/shared/OpenglOsUtils/
osThreadWin.cpp
22
m_threadId
(0),
38
m_thread = CreateThread(NULL, 0, &Thread::thread_main, this, 0, &
m_threadId
);
osThread.h
49
DWORD
m_threadId
;
/external/webkit/Source/WebKit/android/wds/
DebugServer.h
69
ThreadIdentifier
m_threadId
;
DebugServer.cpp
74
m_threadId
= createThread(mainThread, this, "WDS");
/external/webkit/Source/WebCore/page/
GeolocationPositionCache.cpp
56
:
m_threadId
(0)
64
if (!numUsers && !
m_threadId
&& !m_databaseFile.isNull()) {
78
if (!numUsers && m_cachedPosition &&
m_threadId
)
89
if (numUsers && !
m_threadId
) {
112
m_threadId
= createThread(threadEntryPoint, this, "WebCore: Geolocation cache");
GeolocationPositionCache.h
72
ThreadIdentifier
m_threadId
;
/external/webkit/Source/WebCore/bindings/v8/
V8Binding.cpp
58
m_threadId
= WTF::currentThread();
69
m_threadId
= WTF::currentThread();
78
ASSERT(
m_threadId
== WTF::currentThread());
98
ASSERT(
m_threadId
== WTF::currentThread());
125
WTF::ThreadIdentifier
m_threadId
;
Completed in 1343 milliseconds