Home
last modified time | relevance | path

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

/trunk/main/comphelper/inc/comphelper/
H A Dproparrhlp.hxx49 template <typename TYPE> struct OPropertyArrayUsageHelperMutex struct
50 : public rtl::Static< ::osl::Mutex, OPropertyArrayUsageHelperMutex<TYPE> > {};
66 ::osl::MutexGuard aGuard(OPropertyArrayUsageHelperMutex<TYPE>::get()); in ~OPropertyArrayUsageHelper()
140 ::osl::MutexGuard aGuard(OPropertyArrayUsageHelperMutex<TYPE>::get()); in OPropertyArrayUsageHelper()
151 ::osl::MutexGuard aGuard(OPropertyArrayUsageHelperMutex<TYPE>::get()); in getArrayHelper()

Completed in 17 milliseconds