Searched refs:m_Locks (Results 1 – 4 of 4) sorted by relevance
37 int m_Locks; member102 if (pMutexImpl->m_Locks++ == 0) in osl_acquireMutex()120 if ( ((pMutexImpl->m_Requests == 0) && (pMutexImpl->m_Locks == 0)) || in osl_tryToAcquireMutex()140 if (--(pMutexImpl->m_Locks) == 0) in osl_releaseMutex()
37 int m_Locks; member132 if (pMutexImpl->m_Locks++ == 0) in osl_acquireMutex()158 if ( ((pMutexImpl->m_Requests == 0) && (pMutexImpl->m_Locks == 0)) || in osl_tryToAcquireMutex()181 if (--(pMutexImpl->m_Locks) == 0) in osl_releaseMutex()
155 oslInterlockedCount m_Locks; member in FmXUndoEnvironment169 void Lock() { osl_incrementInterlockedCount( &m_Locks ); } in Lock()170 void UnLock() { osl_decrementInterlockedCount( &m_Locks ); } in UnLock()171 sal_Bool IsLocked() const { return m_Locks != 0; } in IsLocked()
185 ,m_Locks( 0 ) in DBG_NAME()
Completed in 25 milliseconds