Lines Matching refs:Mutex
53 static osl::Mutex& getContainerMutex() in getContainerMutex()
55 static osl::Mutex* pMutex = NULL; in getContainerMutex()
58 osl::Guard< osl::Mutex > aGuard( osl::Mutex::getGlobalMutex() ); in getContainerMutex()
61 static osl::Mutex aMutex; in getContainerMutex()
257 osl::Guard< osl::Mutex > aGuard( maMutex ); in dispose()
289 osl::Guard< osl::Mutex > aGuard( maMutex ); in addEventListener()
303 osl::Guard< osl::Mutex > aGuard( maMutex ); in removeEventListener()
317 osl::Guard< osl::Mutex > aGuard( maMutex ); in queryContentIdentifierString()
326 osl::Guard< osl::Mutex > aGuard( maMutex ); in queryContentIdentifier()
335 osl::Guard< osl::Mutex > aGuard( maMutex ); in queryContent()
346 osl::Guard< osl::Mutex > aGuard( maMutex ); in next()
409 osl::Guard< osl::Mutex > aGuard( maMutex ); in beforeFirst()
418 osl::Guard< osl::Mutex > aGuard( maMutex ); in afterLast()
427 osl::Guard< osl::Mutex > aGuard( maMutex ); in first()
446 osl::Guard< osl::Mutex > aGuard( maMutex ); in last()
497 osl::Guard< osl::Mutex > aGuard( maMutex ); in absolute()
560 osl::Guard< osl::Mutex > aGuard( maMutex ); in relative()
605 osl::Guard< osl::Mutex > aGuard( maMutex ); in previous()
627 osl::Guard< osl::Mutex > aGuard( maMutex ); in refreshRow()
641 osl::Guard< osl::Mutex > aGuard( maMutex ); in rowUpdated()
655 osl::Guard< osl::Mutex > aGuard( maMutex ); in rowInserted()
669 osl::Guard< osl::Mutex > aGuard( maMutex ); in rowDeleted()
683 osl::Guard< osl::Mutex > aGuard( maMutex ); in getStatement()
700 osl::Guard< osl::Mutex > aGuard( maMutex ); in wasNull()
708 osl::Guard< osl::Mutex > aGuard( maMutex ); in getString()
716 osl::Guard< osl::Mutex > aGuard( maMutex ); in getBoolean()
724 osl::Guard< osl::Mutex > aGuard( maMutex ); in getByte()
732 osl::Guard< osl::Mutex > aGuard( maMutex ); in getShort()
740 osl::Guard< osl::Mutex > aGuard( maMutex ); in getInt()
747 osl::Guard< osl::Mutex > aGuard( maMutex ); in getLong()
755 osl::Guard< osl::Mutex > aGuard( maMutex ); in getFloat()
763 osl::Guard< osl::Mutex > aGuard( maMutex ); in getDouble()
771 osl::Guard< osl::Mutex > aGuard( maMutex ); in getBytes()
779 osl::Guard< osl::Mutex > aGuard( maMutex ); in getDate()
787 osl::Guard< osl::Mutex > aGuard( maMutex ); in getTime()
795 osl::Guard< osl::Mutex > aGuard( maMutex ); in getTimestamp()
804 osl::Guard< osl::Mutex > aGuard( maMutex ); in getBinaryStream()
813 osl::Guard< osl::Mutex > aGuard( maMutex ); in getCharacterStream()
822 osl::Guard< osl::Mutex > aGuard( maMutex ); in getObject()
831 osl::Guard< osl::Mutex > aGuard( maMutex ); in getRef()
839 osl::Guard< osl::Mutex > aGuard( maMutex ); in getBlob()
847 osl::Guard< osl::Mutex > aGuard( maMutex ); in getClob()
855 osl::Guard< osl::Mutex > aGuard( maMutex ); in getArray()
867 osl::Guard< osl::Mutex > aGuard( maMutex ); in close()
878 osl::Guard< osl::Mutex > aGuard( maMutex ); in getMetaData()
890 osl::Guard< osl::Mutex > aGuard( maMutex ); in getPropertySetInfo()
911 osl::Guard< osl::Mutex > aGuard( maMutex ); in setPropertyValue()
926 osl::Guard< osl::Mutex > aGuard( maMutex ); in getPropertyValue()
969 osl::Guard< osl::Mutex > aGuard( maMutex ); in addPropertyChangeListener()
986 osl::Guard< osl::Mutex > aGuard( maMutex ); in removePropertyChangeListener()
1000 osl::Guard< osl::Mutex > aGuard( maMutex ); in addVetoableChangeListener()
1017 osl::Guard< osl::Mutex > aGuard( maMutex ); in removeVetoableChangeListener()
1359 osl::Guard< osl::Mutex > aGuard( maMutex ); in PropertyChanged()
1480 osl::Guard< osl::Mutex > aGuard( maMutex ); in CheckProperties()