Searched refs:pWatcherMutex (Results 1 – 2 of 2) sorted by relevance
79 Mutex* DispatchWatcher::pWatcherMutex = NULL; member in desktop::DispatchWatcher83 if ( !pWatcherMutex ) in GetMutex()86 if ( !pWatcherMutex ) in GetMutex()87 pWatcherMutex = new osl::Mutex(); in GetMutex()90 return *pWatcherMutex; in GetMutex()
113 static ::osl::Mutex* pWatcherMutex;
Completed in 10 milliseconds