Searched refs:pMutexGuard (Results 1 – 2 of 2) sorted by relevance
130 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValue() local132 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()164 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValue() local166 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()225 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValues() local227 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValues()291 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValues() local293 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValues()392 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyState() local394 pMutexGuard.reset( new vos::OGuard(pSlave->mpMutex) ); in getPropertyState()
77 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValue() local79 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValue()95 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValue() local97 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValue()141 std::auto_ptr< vos::OGuard > pMutexGuard; in setPropertyValues() local143 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in setPropertyValues()175 std::auto_ptr< vos::OGuard > pMutexGuard; in getPropertyValues() local177 pMutexGuard.reset( new vos::OGuard(mpMutex) ); in getPropertyValues()
Completed in 20 milliseconds