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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.cpp 68 : m_threadID(0)
87 // Mutex protection is necessary to ensure that m_threadID is initialized when the thread starts.
90 if (m_threadID)
93 m_threadID = createThread(WorkerThread::workerThreadStart, this, "WebCore: Worker");
95 return m_threadID;
130 ThreadIdentifier threadID = m_threadID;
222 return m_threadID == currentThread();
WorkerThread.h 85 ThreadIdentifier m_threadID;

Completed in 41 milliseconds