Home
last modified time | relevance | path

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

/trunk/main/framework/source/uiconfiguration/
H A Dimagemanagerimpl.cxx113 static osl::Mutex* pImageListWrapperMutex = 0; variable
127 if ( pImageListWrapperMutex == 0 ) in getGlobalImageListMutex()
130 if ( pImageListWrapperMutex == 0 ) in getGlobalImageListMutex()
131 pImageListWrapperMutex = new osl::Mutex; in getGlobalImageListMutex()
134 return *pImageListWrapperMutex; in getGlobalImageListMutex()

Completed in 34 milliseconds