HomeSort by relevance Sort by last modified time
    Searched refs:waitForThreadCompletion (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/WebKit/Source/wtf/
SpinLockTest.cpp 82 int ret = waitForThreadCompletion(thread1);
84 ret = waitForThreadCompletion(thread2);
Threading.h 59 WTF_EXPORT int waitForThreadCompletion(ThreadIdentifier);
73 using WTF::waitForThreadCompletion;
ThreadingPthreads.cpp 219 int waitForThreadCompletion(ThreadIdentifier threadID)
ThreadingWin.cpp 232 int waitForThreadCompletion(ThreadIdentifier threadID)
  /external/chromium_org/third_party/WebKit/Source/core/platform/audio/
HRTFDatabaseLoader.cpp 123 // waitForThreadCompletion() should not be called twice for the same thread.
125 waitForThreadCompletion(m_databaseLoaderThread);
ReverbConvolver.cpp 148 waitForThreadCompletion(m_backgroundThread);
  /external/chromium_org/third_party/WebKit/Source/modules/webaudio/
AsyncAudioDecoder.cpp 52 waitForThreadCompletion(m_threadID);
OfflineAudioDestinationNode.cpp 71 waitForThreadCompletion(m_renderThread);
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/chromium/
DeferredImageDecoderTest.cpp 215 waitForThreadCompletion(threadID);
ImageFrameGeneratorTest.cpp 341 waitForThreadCompletion(threadID);

Completed in 621 milliseconds