Searched refs:createThread (Results 1 - 25 of 25) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/web/tests/
H A DSpinLockTest.cpp82 OwnPtr<WebThread> thread1 = adoptPtr(Platform::current()->createThread("thread1"));
83 OwnPtr<WebThread> thread2 = adoptPtr(Platform::current()->createThread("thread2"));
/external/chromium_org/third_party/WebKit/Source/platform/
H A DWebThreadSupportingGC.cpp16 : m_thread(adoptPtr(blink::Platform::current()->createThread(name)))
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DScriptStreamerThread.cpp57 m_thread = adoptPtr(blink::Platform::current()->createThread("ScriptStreamerThread"));
/external/chromium_org/third_party/WebKit/Source/modules/webaudio/
H A DAsyncAudioDecoder.cpp44 : m_thread(adoptPtr(Platform::current()->createThread("Audio Decoder")))
H A DOfflineAudioDestinationNode.cpp90 m_renderThread = adoptPtr(blink::Platform::current()->createThread("Offline Audio Renderer"));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
H A DParallelJobs.h71 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("Unfortunate parallel worker"));
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DEdgeWalker_Test.h50 void createThread(State4* statePtr, void* (*test)(void* ));
H A DEdgeWalker_TestUtility.cpp488 void createThread(State4* statePtr, void* (*testFun)(void* )) { function
513 createThread(statePtr, testFun);
/external/skia/experimental/Intersection/
H A DEdgeWalker_Test.h50 void createThread(State4* statePtr, void* (*test)(void* ));
H A DEdgeWalker_TestUtility.cpp488 void createThread(State4* statePtr, void* (*testFun)(void* )) { function
513 createThread(statePtr, testFun);
/external/chromium_org/mojo/services/html_viewer/
H A Dblink_platform_impl.h52 virtual blink::WebThread* createThread(const char* name);
H A Dblink_platform_impl.cc205 blink::WebThread* BlinkPlatformImpl::createThread(const char* name) { function in class:mojo::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/Source/platform/audio/
H A DReverbConvolver.cpp125 m_backgroundThread = adoptPtr(Platform::current()->createThread("Reverb convolution background thread"));
/external/chromium_org/third_party/WebKit/Source/platform/graphics/
H A DImageFrameGeneratorTest.cpp166 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("DecodeThread"));
H A DDeferredImageDecoderTest.cpp224 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("RasterThread"));
/external/chromium_org/content/child/
H A Dblink_platform_impl.h87 virtual blink::WebThread* createThread(const char* name);
H A Dblink_platform_impl.cc477 blink::WebThread* BlinkPlatformImpl::createThread(const char* name) { function in class:content::BlinkPlatformImpl
/external/chromium_org/third_party/WebKit/public/platform/
H A DPlatform.h354 virtual WebThread* createThread(const char* name) { return 0; } function in class:blink::Platform
/external/chromium_org/third_party/WebKit/Source/platform/heap/
H A DHeapTest.cpp424 m_threads.append(adoptPtr(Platform::current()->createThread("blink gc testing thread")));
3956 OwnPtr<WebThread> sleepingThread = adoptPtr(Platform::current()->createThread("SleepingThread"));
4653 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread"));
4757 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread"));
4860 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread"));
5044 OwnPtr<WebThread> workerThread = adoptPtr(Platform::current()->createThread("Test Worker Thread"));
H A DThreadState.cpp329 m_sweeperThread = adoptPtr(blink::Platform::current()->createThread("Blink GC Sweeper"));
H A DHeap.cpp2078 s_markingThreads->append(adoptPtr(blink::Platform::current()->createThread("Blink Heap Marker Thread")));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.util_1.0.200.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 506 milliseconds