HomeSort by relevance Sort by last modified time
    Searched refs:createThread (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/web/tests/
SpinLockTest.cpp 82 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/
WebThreadSupportingGC.cpp 16 : m_thread(adoptPtr(blink::Platform::current()->createThread(name)))
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
ScriptStreamerThread.cpp 57 m_thread = adoptPtr(blink::Platform::current()->createThread("ScriptStreamerThread"));
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp 44 : m_thread(adoptPtr(Platform::current()->createThread("Audio Decoder")))
OfflineAudioDestinationNode.cpp 90 m_renderThread = adoptPtr(blink::Platform::current()->createThread("Offline Audio Renderer"));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/
ParallelJobs.h 71 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("Unfortunate parallel worker"));
  /external/chromium_org/third_party/skia/experimental/Intersection/
EdgeWalker_Test.h 50 void createThread(State4* statePtr, void* (*test)(void* ));
EdgeWalker_TestUtility.cpp 488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
513 createThread(statePtr, testFun);
  /external/skia/experimental/Intersection/
EdgeWalker_Test.h 50 void createThread(State4* statePtr, void* (*test)(void* ));
EdgeWalker_TestUtility.cpp 488 void createThread(State4* statePtr, void* (*testFun)(void* )) {
513 createThread(statePtr, testFun);
  /system/core/include/utils/
AndroidThreads.h 102 inline bool createThread(thread_func_t f, void *a) {
  /external/chromium_org/mojo/services/html_viewer/
blink_platform_impl.h 52 virtual blink::WebThread* createThread(const char* name);
blink_platform_impl.cc 205 blink::WebThread* BlinkPlatformImpl::createThread(const char* name) {
  /hardware/invensense/60xx/mlsdk/platform/include/
i2c.h 108 int I2COpen (unsigned char autoProcess, unsigned char createThread);
  /external/chromium_org/content/child/
blink_platform_impl.h 87 virtual blink::WebThread* createThread(const char* name);
blink_platform_impl.cc 477 blink::WebThread* BlinkPlatformImpl::createThread(const char* name) {
    [all...]
  /external/chromium_org/third_party/WebKit/Source/platform/audio/
ReverbConvolver.cpp 125 m_backgroundThread = adoptPtr(Platform::current()->createThread("Reverb convolution background thread"));
  /external/chromium_org/third_party/WebKit/Source/platform/graphics/
ImageFrameGeneratorTest.cpp 166 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("DecodeThread"));
DeferredImageDecoderTest.cpp 224 OwnPtr<WebThread> thread = adoptPtr(Platform::current()->createThread("RasterThread"));
  /external/chromium_org/third_party/WebKit/public/platform/
Platform.h 354 virtual WebThread* createThread(const char* name) { return 0; }
  /external/chromium_org/third_party/WebKit/Source/platform/heap/
HeapTest.cpp 424 m_threads.append(adoptPtr(Platform::current()->createThread("blink gc testing thread")));
    [all...]
ThreadState.cpp 329 m_sweeperThread = adoptPtr(blink::Platform::current()->createThread("Blink GC Sweeper"));
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/apache/commons/commons-exec/1.2/
commons-exec-1.2.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.util_1.0.200.v20100503.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.util_1.0.500.v20130404-1337.jar 

Completed in 795 milliseconds

1 2