Searched refs:workerThreadStart (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/WebCore-7537.78.1/workers/
H A DWorkerThread.h86 static void workerThreadStart(void*);
H A DWorkerThread.cpp135 m_threadID = createThread(WorkerThread::workerThreadStart, this, "WebCore: Worker");
140 void WorkerThread::workerThreadStart(void* thread) function in class:WebCore::WorkerThread

Completed in 176 milliseconds