Searched refs:pResMgrMutex (Results 1 – 1 of 1) sorted by relevance
74 static osl::Mutex* pResMgrMutex = NULL; variable77 if( !pResMgrMutex ) in getResMgrMutex()80 if( ! pResMgrMutex ) in getResMgrMutex()81 pResMgrMutex = new osl::Mutex(); in getResMgrMutex()83 return *pResMgrMutex; in getResMgrMutex()927 delete pResMgrMutex; in DestroyAllResMgr()928 pResMgrMutex = NULL; in DestroyAllResMgr()
Completed in 75 milliseconds