OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_backgroundThread
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/audio/
ReverbConvolver.cpp
71
,
m_backgroundThread
(0)
129
m_backgroundThread
= createThread(WebCore::backgroundThreadEntry, this, "convolution background thread");
135
if (useBackgroundThreads() &&
m_backgroundThread
) {
145
waitForThreadCompletion(
m_backgroundThread
, 0);
ReverbConvolver.h
88
ThreadIdentifier
m_backgroundThread
;
Completed in 37 milliseconds