OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_graphOwnerThread
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/webaudio/
AudioContext.cpp
90
,
m_graphOwnerThread
(UndefinedThreadIdentifier)
117
,
m_graphOwnerThread
(UndefinedThreadIdentifier)
384
if (thisThread ==
m_graphOwnerThread
) {
390
m_graphOwnerThread
= thisThread;
411
if (thisThread ==
m_graphOwnerThread
) {
420
m_graphOwnerThread
= thisThread;
430
ASSERT(currentThread() ==
m_graphOwnerThread
);
432
m_graphOwnerThread
= UndefinedThreadIdentifier;
443
return currentThread() ==
m_graphOwnerThread
;
AudioContext.h
263
volatile ThreadIdentifier
m_graphOwnerThread
; // if the lock is held then this is the thread which owns it, otherwise == UndefinedThreadIdentifier
Completed in 15 milliseconds