Searched refs:waitForThreadCompletion (Results 1 - 16 of 16) sorted by relevance

/macosx-10.10/WTF-7600.1.24/wtf/
H A DThreading.h98 WTF_EXPORT_PRIVATE int waitForThreadCompletion(ThreadIdentifier);
108 using WTF::waitForThreadCompletion;
H A DThreading.cpp104 // createThread() and waitForThreadCompletion() functions directly and we need
137 WTF_EXPORT_PRIVATE int waitForThreadCompletion(ThreadIdentifier, void**);
139 int waitForThreadCompletion(ThreadIdentifier threadID, void**) function in namespace:WTF
141 return waitForThreadCompletion(threadID);
H A DThreadingPthreads.cpp238 int waitForThreadCompletion(ThreadIdentifier threadID) function in namespace:WTF
H A DThreadingWin.cpp260 int waitForThreadCompletion(ThreadIdentifier threadID) function in namespace:WTF
/macosx-10.10/WebCore-7600.1.25/bindings/js/
H A DGCController.cpp96 waitForThreadCompletion(threadID);
/macosx-10.10/WebCore-7600.1.25/platform/audio/
H A DHRTFDatabaseLoader.cpp124 // waitForThreadCompletion() should not be called twice for the same thread.
126 waitForThreadCompletion(m_databaseLoaderThread);
H A DReverbConvolver.cpp148 waitForThreadCompletion(m_backgroundThread);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DBlockAllocator.cpp70 waitForThreadCompletion(m_blockFreeingThread);
H A DGCThreadSharedData.cpp117 waitForThreadCompletion(m_gcThreads[i]->threadID());
/macosx-10.10/WebCore-7600.1.25/Modules/webaudio/
H A DAsyncAudioDecoder.cpp50 waitForThreadCompletion(m_threadID);
H A DOfflineAudioDestinationNode.cpp69 waitForThreadCompletion(m_renderThread);
/macosx-10.10/WebCore-7600.1.25/storage/
H A DStorageThread.cpp96 waitForThreadCompletion(m_threadID);
/macosx-10.10/WebCore-7600.1.25/platform/network/curl/
H A DCurlDownload.cpp100 waitForThreadCompletion(m_threadId);
111 waitForThreadCompletion(m_threadId);
/macosx-10.10/JavaScriptCore-7600.1.17/bytecode/
H A DSamplingTool.cpp245 waitForThreadCompletion(s_samplingThread);
/macosx-10.10/JavaScriptCore-7600.1.17/dfg/
H A DDFGWorklist.cpp55 waitForThreadCompletion(m_threads[i]->m_identifier);
/macosx-10.10/WebCore-7600.1.25/loader/icon/
H A DIconDatabase.cpp163 waitForThreadCompletion(m_syncThread);

Completed in 178 milliseconds