Home
last modified time | relevance | path

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

/aoo4110/main/desktop/source/app/
H A Ddispatchwatcher.cxx79 Mutex* DispatchWatcher::pWatcherMutex = NULL; member in desktop::DispatchWatcher
83 if ( !pWatcherMutex ) in GetMutex()
86 if ( !pWatcherMutex ) in GetMutex()
87 pWatcherMutex = new osl::Mutex(); in GetMutex()
90 return *pWatcherMutex; in GetMutex()
H A Ddispatchwatcher.hxx113 static ::osl::Mutex* pWatcherMutex;

Completed in 17 milliseconds