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

  /external/chromium_org/third_party/WebKit/Source/core/workers/
WorkerThread.h 81 static void workerThreadStart(void*);
WorkerThread.cpp 93 m_threadID = createThread(WorkerThread::workerThreadStart, this, "WebCore: Worker");
98 void WorkerThread::workerThreadStart(void* thread)

Completed in 257 milliseconds