Searched refs:mnLockDepth (Results 1 – 1 of 1) sorted by relevance
75 sal_Int32 mnLockDepth; member in sd::UpdateLockManager::Implementation195 mnLockDepth(0), in Implementation()208 OSL_ASSERT(mnLockDepth==0); in ~Implementation()217 ++mnLockDepth; in Lock()218 if (mnLockDepth == 1) in Lock()252 --mnLockDepth; in Unlock()254 if (mnLockDepth == 0) in Unlock()299 return (mnLockDepth > 0); in IsLocked()380 while (mnLockDepth > 0) in IMPL_LINK()
Completed in 17 milliseconds