Searched defs:workerThread (Results 1 – 4 of 4) sorted by relevance
88 WebCore::WorkerThread* workerThread() { return m_workerThread.get(); } in workerThread() function
65 protected volatile Thread workerThread; field in RefQueueWorker
115 void* WorkerThread::workerThread() in workerThread() function in WebCore::WorkerThread
293 void WorkerMessagingProxy::workerThreadCreated(PassRefPtr<DedicatedWorkerThread> workerThread) in workerThreadCreated()