Searched refs:m_threadId (Results 1 – 6 of 6) sorted by relevance
79 , m_threadId(0) in CrossThreadRefCounted()96 bool isOwnedByCurrentThread() const { return !m_threadId || m_threadId == currentThread(); } in isOwnedByCurrentThread()103 ThreadIdentifier m_threadId; variable118 if (!m_threadId && m_refCounter.refCount() == 2) in ref()119 m_threadId = currentThread(); in ref()134 if (m_threadId && m_refCounter.refCount() == 1) in deref()135 m_threadId = 0; in deref()
56 : m_threadId(0) in GeolocationPositionCache()64 if (!numUsers && !m_threadId && !m_databaseFile.isNull()) { in addUser()78 if (!numUsers && m_cachedPosition && m_threadId) in removeUser()89 if (numUsers && !m_threadId) { in setDatabasePath()112 m_threadId = createThread(threadEntryPoint, this, "WebCore: Geolocation cache"); in startBackgroundThread()
72 ThreadIdentifier m_threadId; variable
58 m_threadId = WTF::currentThread(); in WebCoreStringResource()69 m_threadId = WTF::currentThread(); in WebCoreStringResource()78 ASSERT(m_threadId == WTF::currentThread()); in ~WebCoreStringResource()98 ASSERT(m_threadId == WTF::currentThread()); in atomicString()125 WTF::ThreadIdentifier m_threadId; member in WebCore::WebCoreStringResource
69 ThreadIdentifier m_threadId; variable
74 m_threadId = createThread(mainThread, this, "WDS"); in DebugServer()