Home
last modified time | relevance | path

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

/trunk/main/comphelper/source/property/
H A DMasterPropertySet.cxx130 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValue() local
132 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()
164 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValue() local
166 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()
225 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValues() local
227 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValues()
291 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValues() local
293 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValues()
392 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyState() local
394 pMutexGuard.reset( new vos::OGuard(pSlave->mpMutex) ); in getPropertyState()
H A DChainablePropertySet.cxx77 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValue() local
79 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()
95 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValue() local
97 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()
141 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValues() local
143 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValues()
175 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValues() local
177 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValues()

Completed in 25 milliseconds