createThread       97 Source/core/html/parser/HTMLParserThread.cpp         m_thread = adoptPtr(blink::Platform::current()->createThread("HTMLParserThread"));
createThread       95 Source/core/workers/WorkerThread.cpp     m_threadID = createThread(WorkerThread::workerThreadStart, this, "WebCore: Worker");
createThread       42 Source/modules/webaudio/AsyncAudioDecoder.cpp     : m_thread(adoptPtr(blink::Platform::current()->createThread("Audio Decoder")))
createThread       87 Source/modules/webaudio/OfflineAudioDestinationNode.cpp         m_renderThread = adoptPtr(blink::Platform::current()->createThread("Offline Audio Renderer"));
createThread       73 Source/modules/webdatabase/DatabaseThread.cpp     m_thread = adoptPtr(blink::Platform::current()->createThread("WebCore: Database"));
createThread      100 Source/platform/audio/HRTFDatabaseLoader.cpp         m_databaseLoaderThread = adoptPtr(blink::Platform::current()->createThread("HRTF database loader"));
createThread      125 Source/platform/audio/ReverbConvolver.cpp         m_backgroundThread = adoptPtr(blink::Platform::current()->createThread("Reverb convolution background thread"));
createThread      221 Source/platform/graphics/DeferredImageDecoderTest.cpp     OwnPtr<blink::WebThread> thread = adoptPtr(blink::Platform::current()->createThread("RasterThread"));
createThread      224 Source/platform/graphics/ImageFrameGeneratorTest.cpp     OwnPtr<blink::WebThread> thread = adoptPtr(blink::Platform::current()->createThread("DecodeThread"));
createThread       71 Source/platform/graphics/filters/ParallelJobs.h             OwnPtr<blink::WebThread> thread = adoptPtr(blink::Platform::current()->createThread("Unfortunate parallel worker"));
createThread      311 Source/platform/heap/HeapTest.cpp             createThread(&threadFunc, tester, "testing thread");
createThread       83 Source/web/tests/SpinLockTest.cpp     OwnPtr<blink::WebThread> thread1 = adoptPtr(blink::Platform::current()->createThread("thread1"));
createThread       84 Source/web/tests/SpinLockTest.cpp     OwnPtr<blink::WebThread> thread2 = adoptPtr(blink::Platform::current()->createThread("thread2"));
createThread       49 Source/wtf/Threading.h WTF_EXPORT ThreadIdentifier createThread(ThreadFunction, void*, const char* threadName);
createThread       70 Source/wtf/Threading.h using WTF::createThread;
createThread      356 public/platform/Platform.h     virtual WebThread* createThread(const char* name) { return 0; }