HomeSort by relevance Sort by last modified time
    Searched refs:m_threadId (Results 1 - 6 of 6) sorted by null

  /external/webkit/JavaScriptCore/wtf/
CrossThreadRefCounted.h 78 , m_threadId(0)
92 bool isOwnedByCurrentThread() const { return !m_threadId || m_threadId == currentThread(); }
99 ThreadIdentifier m_threadId;
114 if (!m_threadId && m_refCounter.refCount() == 2)
115 m_threadId = currentThread();
130 if (m_threadId && m_refCounter.refCount() == 1)
131 m_threadId = 0;
  /external/webkit/WebKit/android/wds/
DebugServer.h 67 ThreadIdentifier m_threadId;
DebugServer.cpp 74 m_threadId = createThread(mainThread, this, "WDS");
  /external/webkit/WebCore/platform/network/
ResourceHandleInternal.h 100 , m_threadId(0)
177 DWORD m_threadId;
  /external/webkit/WebCore/bindings/v8/
V8Binding.cpp 59 m_threadId = WTF::currentThread();
70 m_threadId = WTF::currentThread();
79 ASSERT(m_threadId == WTF::currentThread());
99 ASSERT(m_threadId == WTF::currentThread());
126 WTF::ThreadIdentifier m_threadId;
  /external/webkit/WebCore/platform/network/win/
ResourceHandleWin.cpp 98 ASSERT(job->d->m_threadId == GetCurrentThreadId());
401 d->m_threadId = GetCurrentThreadId();

Completed in 477 milliseconds