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/chromium_org/third_party/WebKit/Source/modules/webaudio/
AudioContext.cpp
118
,
m_graphOwnerThread
(UndefinedThreadIdentifier)
139
,
m_graphOwnerThread
(UndefinedThreadIdentifier)
624
if (thisThread ==
m_graphOwnerThread
) {
630
m_graphOwnerThread
= thisThread;
651
if (thisThread ==
m_graphOwnerThread
) {
660
m_graphOwnerThread
= thisThread;
670
ASSERT(currentThread() ==
m_graphOwnerThread
);
672
m_graphOwnerThread
= UndefinedThreadIdentifier;
683
return currentThread() ==
m_graphOwnerThread
;
AudioContext.h
305
volatile ThreadIdentifier
m_graphOwnerThread
; // if the lock is held then this is the thread which owns it, otherwise == UndefinedThreadIdentifier
Completed in 111 milliseconds