Searched refs:pImageListWrapperMutex (Results 1 – 1 of 1) sorted by relevance
113 static osl::Mutex* pImageListWrapperMutex = 0; variable127 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 56 milliseconds