Searched refs:m_OwningThread (Results 1 – 3 of 3) sorted by relevance
230 m_OwningThread = NULL; in FxWaitLockInternal()259 ASSERT(m_OwningThread != Mx::MxGetCurrentThread() || (Timeout != NULL)); in _Acquires_lock_()275 m_OwningThread = Mx::MxGetCurrentThread(); in _Acquires_lock_()301 ASSERT(m_OwningThread == Mx::MxGetCurrentThread()); in _Releases_lock_()302 m_OwningThread = NULL; in _Releases_lock_()311 MxThread m_OwningThread; member in FxWaitLockInternal
278 MxThread m_OwningThread; member in FxVerifierLock328 m_OwningThread = NULL; in FxVerifierLock()385 m_OwningThread = NULL; in FxVerifierLock()484 if (m_OwningThread != NULL) { in ~FxVerifierLock()488 this, m_OwningThread, m_ParentObject); in ~FxVerifierLock()
174 if( m_OwningThread == curThread ) { in Lock()226 m_OwningThread = curThread; in Lock()316 if( curThread != m_OwningThread ) { in Unlock()329 perThreadList = FxVerifierLock::GetThreadTableEntry(m_OwningThread, this, TRUE); in Unlock()337 m_OwningThread = NULL; in Unlock()373 m_OwningThread = NULL; in Unlock()394 m_OwningThread = NULL; in Unlock()490 this,perThreadList,m_OwningThread); in Unlock()568 this,perThreadList,m_OwningThread); in Unlock()575 m_OwningThread = NULL; in Unlock()