Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A DIdPropArrayHelper.hxx41 template <typename TYPE> struct OIdPropertyArrayUsageHelperMutex struct
42 : public rtl::Static< ::osl::Mutex, OIdPropertyArrayUsageHelperMutex<TYPE> > {};
56 ::osl::MutexGuard aGuard(OIdPropertyArrayUsageHelperMutex<TYPE>::get()); in ~OIdPropertyArrayUsageHelper()
97 ::osl::MutexGuard aGuard(OIdPropertyArrayUsageHelperMutex<TYPE>::get()); in OIdPropertyArrayUsageHelper()
109 ::osl::MutexGuard aGuard(OIdPropertyArrayUsageHelperMutex<TYPE>::get()); in getArrayHelper()