Home
last modified time | relevance | path

Searched refs:waitForThreadCompletion (Results 1 – 23 of 23) sorted by relevance

/external/webkit/Source/JavaScriptCore/wtf/
DThreading.h101 int waitForThreadCompletion(ThreadIdentifier, void**);
115 using WTF::waitForThreadCompletion;
DThreadingNone.cpp40 int waitForThreadCompletion(ThreadIdentifier, void**) { return 0; } in waitForThreadCompletion() function
DThreadingPthreads.cpp208 int waitForThreadCompletion(ThreadIdentifier threadID, void** result) in waitForThreadCompletion() function
DThreadingWin.cpp239 int waitForThreadCompletion(ThreadIdentifier threadID, void** result) in waitForThreadCompletion() function
/external/webkit/Source/WebCore/platform/audio/
DHRTFDatabaseLoader.cpp75 waitForThreadCompletion(m_databaseLoaderThread, 0); in ~HRTFDatabaseLoader()
128 waitForThreadCompletion(m_databaseLoaderThread, 0); in waitForLoaderThreadCompletion()
DReverbConvolver.cpp145 waitForThreadCompletion(m_backgroundThread, 0); in ~ReverbConvolver()
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCThread.cpp50 waitForThreadCompletion(m_threadID, &exitCode); in ~CCThread()
/external/webkit/Source/WebCore/bindings/js/
DGCController.cpp80 waitForThreadCompletion(threadID, 0); in garbageCollectOnAlternateThreadForDebugging()
/external/webkit/Source/WebCore/storage/
DLocalStorageThread.cpp91 waitForThreadCompletion(m_threadID, &returnValue); in terminate()
/external/webkit/Source/WebKit2/win/
DWebKit2CFLite.def126 ?waitForThreadCompletion@WTF@@YAHIPAPAX@Z
DWebKit2.def133 ?waitForThreadCompletion@WTF@@YAHIPAPAX@Z
/external/webkit/Source/WebKit/win/WebKit.vcproj/
DWebKit_Cairo_debug.def136 ?waitForThreadCompletion@WTF@@YAHIPAPAX@Z
DWebKit_Cairo.def136 ?waitForThreadCompletion@WTF@@YAHIPAPAX@Z
/external/webkit/Source/JavaScriptCore/wtf/gtk/
DThreadingGtk.cpp144 int waitForThreadCompletion(ThreadIdentifier threadID, void** result) in waitForThreadCompletion() function
/external/webkit/Source/JavaScriptCore/wtf/qt/
DThreadingQt.cpp182 int waitForThreadCompletion(ThreadIdentifier threadID, void** result) in waitForThreadCompletion() function
/external/webkit/Source/JavaScriptCore/bytecode/
DSamplingTool.cpp156 waitForThreadCompletion(s_samplingThread, 0); in stop()
/external/webkit/Source/JavaScriptCore/JavaScriptCore.vcproj/JavaScriptCore/
DJavaScriptCore.def369 ?waitForThreadCompletion@WTF@@YAHIPAPAX@Z
/external/webkit/Source/WebCore/loader/icon/
DIconDatabase.cpp165 waitForThreadCompletion(m_syncThread, 0); in close()
/external/webkit/Source/JavaScriptCore/
DChangeLog-2009-06-162576 (WTF::waitForThreadCompletion):
2587 (WTF::waitForThreadCompletion):
2599 (WTF::waitForThreadCompletion):
2610 (WTF::waitForThreadCompletion):
2847 (WTF::waitForThreadCompletion): renamed IsValid to isValid.
3256 GTK build fix - the deprecated waitForThreadCompletion is not needed on GTK.
3258 * wtf/ThreadingPthreads.cpp: used #ifdef PLATFORM(DARWIN) around waitForThreadCompletion().
3265 waitForThreadCompletion before its definition to silence a warning.
3299 (WTF::waitForThreadCompletion):
3311 (WTF::waitForThreadCompletion):
[all …]
DChangeLog-2010-05-2410034 (WTF::waitForThreadCompletion):
10121 …(WTF::waitForThreadCompletion): Remove call to clearPthreadHandleForIdentifier(threadID) since it …
12091 (WTF::waitForThreadCompletion):
12099 in function waitForThreadCompletion(), synchronously, or in
12104 (WTF::waitForThreadCompletion):
DChangeLog-2008-08-1017305 (WTF::waitForThreadCompletion): return !res to return
/external/webkit/Source/WebCore/
DChangeLog-2008-08-1064214 (WebCore::waitForThreadCompletion):
80096 (WebCore::waitForThreadCompletion):
81380 (WebCore::waitForThreadCompletion):
81414 (WebCore::waitForThreadCompletion):
DChangeLog25745 Because ~CCThread uses waitForThreadCompletion,