Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DTCSpinLock.h211 if (InterlockedExchange(&m_lockword, 1)) in Lock()
212 TCMalloc_SlowLock(&m_lockword); in Lock()
216 InterlockedExchange(&m_lockword, 0); in Unlock()
220 return m_lockword != 0; in IsHeld()
223 inline void Init() { m_lockword = 0; } in Init()
225 LONG m_lockword; member